Set LD_LIBRARY_PATH to fix problems in configuration with shared libobjc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8737 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-22 13:32:39 +00:00
parent ba8c80d617
commit a28c7b566e

View file

@ -247,8 +247,14 @@ AC_MSG_RESULT($gs_cv_objc_libdir)
# we will end up not including these dirs. For now, just include them
# all the time:
#if test "$gs_cv_objc_libdir" != "NONE"; then
# The following are needed to compile
CPPFLAGS="$CPPFLAGS -I$GNUSTEP_SYSTEM_ROOT/Headers"
LDFLAGS="$LDFLAGS -L$GNUSTEP_LDIR"
# And the following to execute our test programs
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$GNUSTEP_LDIR"
#fi