discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make & LD_LIBRARY_PATH


From: Nicola Pero
Subject: Re: make & LD_LIBRARY_PATH
Date: Sun, 14 Jul 2002 01:28:32 +0100 (BST)

> Hello,
> 
> I noticed a little problem with the propagation of LD_LIBRARY_PATH
> in gnustep build system.
> 
> For example, Finger.app:
> 
> # make
> 
> Making all for app Finger...
> plmerge: error while loading shared libraries: libgnustep-base.so.1: 
> cannot open shared object file: No such file or directory
> make[1]: *** [Finger.app/Resources/Info-gnustep.plist] Error 127
> make: *** [Finger.all.app.variables] Error 2
> 
> $ echo $LD_LIBRARY_PATH
> /root/GNUstep/Libraries/ix86/linux-gnu/gnu-gnu-gnu:/root/GNUstep/Libraries/ix86/linux-gnu:/usr/GNUstep/Local/Libraries/ix86/linux-gnu/gnu-gnu-gnu:/usr/GNUstep/Local/Libraries/ix86/linux-gnu:/usr/GNUstep/Network/Libraries/ix86/linux-gnu/gnu-gnu-gnu:/usr/GNUstep/Network/Libraries/ix86/linux-gnu:/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu:/usr/GNUstep/System/Libraries/ix86/linux-gnu
> 
> but when I do:
> 
> # make LD_LIBRARY_PATH=$LD_LIBRARY_PATH
> Making all for app Finger...
>   Copying resources into the app wrapper...
> 
> the same problem is running make_services making gnustep-gui 
> (example.service, ... in Tools subdir)
> 
> I use gnu make 3.79.1 on gentoo linux. gnustep CVS updated up to time of 
> writing.

Hmm.

Have you checked that the permissions on your make program are correct ?

It looks a lot like your 'make' program has the setuid bit set, which
would not be good. :-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]