Found it with ( find /usr | grep config/Makefile )

rayleyva at my-deja.com rayleyva at my-deja.com
Sun Jun 4 17:24:40 EDT 2000


In article <8h9kdo$is4$1 at nnrp1.deja.com>,
  rayleyva at my-deja.com wrote:
> unfortunately the make command for PIL still doesn't work :
>
> make -f Makefile.pre.in boot
>
> Still looks for the file under :
>
> /usr/lib/python/config/Makefile
>
> instead of going to the appropriate directory
>
> /usr/local/lib/python1.5/config/Makefile
>
> I've been playing around with the Makefile.pre.in ... I'm a total
novice
> when it comes to shell-scripts ( wish I had payed more attention to
them
> now! ).
>
> Any ideas would be really, really welcome.
>
> Thanks
> Ray
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

ok ... took a longer look at it, and got it to compile no problems with
the following :

make -f Makefile.pre.in VERSION=1.5 installdir=/usr/local
exec_installdir=/usr/local Makefile

w/o the Makefile at the end it wasn't working.  Just putting it up in
case anyone else can use this.

Ray


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list