|
From: | Patrick Georgi |
Subject: | Linking setup with gnustep-make 2.0.1 on Solaris |
Date: | Tue, 12 Jun 2007 15:38:01 +0200 |
User-agent: | Thunderbird 2.0b2 (X11/20070411) |
Hi,I tried to update my Solaris packages for gnustep and ran into some issues with the new make system.
As I understand it, the only thing that's strictly necessary for a build now is GNUSTEP_MAKEFILES. With this, I get a warning that PATH should include System/Tools but that doesn't give me any problems (at this time). My current issue is that applications are linked with -L paths to framework libraries, but without -R, so linking works, but on execution things break. Up to now, GNUstep.sh made sure that those paths are included in LD_LIBRARY_PATH, so execution works (and it still does that way).
My question now is what the correct usage of gnustep-make is: GNUstep.sh or GNUSTEP_MAKEFILES? In the latter case, I'd like to add an additional -R for every -L, but I'd need some pointers for where to make this change.
Thanks, Patrick Georgi
[Prev in Thread] | Current Thread | [Next in Thread] |