[plt-scheme] No rule to make target

From: Woodhouse, Gregory J. (Gregory.Woodhouse at va.gov)
Date: Thu Dec 21 13:04:40 EST 2006

 Okay, I won't. It's been a long time since I've done much with C (since
I was aun undergraduate, really), but I thought this had to do with
dynamically linked vs. statically linked libraries. What is the issue
with OS X?

At any rate, I'm beginning to think trying to compilre PLT Scheme in my
own directory is a bit of a fool's errand.

-----Original Message-----
From: plt-scheme-bounces at list.cs.brown.edu
[mailto:plt-scheme-bounces at list.cs.brown.edu] On Behalf Of Matthew Flatt
Sent: Thursday, December 21, 2006 12:55 AM
To: Gregory Woodhouse
Cc: PLT-Scheme
Subject: Re: [plt-scheme] No rule to make target l

At Wed, 20 Dec 2006 07:06:21 -0800, Gregory Woodhouse wrote:
>    502  ./configure --prefix=/Users/greg/plt --enable-shared

Don't use --enable-shared with OS X.

At one time, the configure script successfully ignored --enable-shared
for OS X. But now the command line gets propagated to other configure
scripts, which don't handle it correctly for OS X. I should fix the
configure script to complain about --enable-shared for OS X.

Matthew

_________________________________________________
  For list-related administrative tasks:
  http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.