discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Install GNUstep on a fresh Debian Jessie (S1-E2)


From: Richard Frith-Macdonald
Subject: Re: Install GNUstep on a fresh Debian Jessie (S1-E2)
Date: Mon, 29 Feb 2016 15:42:39 +0000

> 6 - OK, lets run couple more commands:
> a) echo $LD_LIBRARY_PATH
> /home/ylg/GNUstep/Library/Libraries:/usr/GNUstep/Local/Library/Libraries:/usr/GNUstep/System/Library/Libraries:/usr/local/lib
> 
> WRONG! Everething on this line are WRONG!

Actually, everything on this line looks right.

You configured with (amongst other things), these argumets:

LD_LIBRARY_PATH=/usr/local/lib ./configure --with-layout=gnustep

The first of those says that you want /usr/local/lib in the library paht, and 
indeed when you echo $LD_LIBRARY_PATH you find it there at the end.

The second says you want the traditional gnustep filesystem layout rather than 
the standard (on debian) fhs one, so the path includes the three standard 
locations that you can expect to find dynamic libraries installed.
Thay are in order of precendence;  your personal home directory one first, then 
the location for non-system libraries, and then the location for default system 
libraries.
So everything here is correct; your environment is set up to look for things in 
the place that they are going to be put when you build/install them.
At this point, from what you've said, there doesn't seem to be any indication 
of a problem.






reply via email to

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