mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-03 02:30:59 +00:00
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:
parent
ba8c80d617
commit
a28c7b566e
1 changed files with 6 additions and 0 deletions
|
@ -247,8 +247,14 @@ AC_MSG_RESULT($gs_cv_objc_libdir)
|
||||||
# we will end up not including these dirs. For now, just include them
|
# we will end up not including these dirs. For now, just include them
|
||||||
# all the time:
|
# all the time:
|
||||||
#if test "$gs_cv_objc_libdir" != "NONE"; then
|
#if test "$gs_cv_objc_libdir" != "NONE"; then
|
||||||
|
|
||||||
|
# The following are needed to compile
|
||||||
CPPFLAGS="$CPPFLAGS -I$GNUSTEP_SYSTEM_ROOT/Headers"
|
CPPFLAGS="$CPPFLAGS -I$GNUSTEP_SYSTEM_ROOT/Headers"
|
||||||
LDFLAGS="$LDFLAGS -L$GNUSTEP_LDIR"
|
LDFLAGS="$LDFLAGS -L$GNUSTEP_LDIR"
|
||||||
|
|
||||||
|
# And the following to execute our test programs
|
||||||
|
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$GNUSTEP_LDIR"
|
||||||
|
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue