Hi !
I'm using a RH 6.2 box but cannot get the latest GNUstep core to build:
gcc -rdynamic -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/font_cacher
\
shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/font_cacher.o \
-L../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps
-L../Model/shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps
-L/home/robert/download/gstep-000322/base/Source/shared_obj/ix86/linux-gnu/g
nu-gnu-gnu-xgps
-L/home/robert/download/gstep-000322/extensions/extensions/shared_obj/ix86/l
inux-gnu/gnu-gnu-gnu-xgps
-L/home/robert/download/gstep-000322/gui/Model/shared_obj/ix86/linux-gnu/gnu
-gnu-gnu-xgps
-L/home/robert/download/gstep-000322/gui/Source/shared_obj/ix86/linux-gnu/gn
u-gnu-gnu-xgps
-L/usr/GNUstep/Network/Libraries/ix86/linux-gnu/gnu-gnu-gnu-xgps
-L/usr/GNUstep/Network/Libraries/ix86/linux-gnu -L/nowhere -L/nowhere
-L/usr/X11R6/lib -lgnustep-gui -lgnustep-xgps -lgmodel -lXmu -lXext -lX11
-lgnustep-base -lobjc -lpthread -ldl -lm
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NSProcessInfo' are not defined
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NSString' are not defined
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NSNumber' are not defined
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NSArchiver' are not defined
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NSFileManager' are not defined
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NSMutableArray' are not defined
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NSMutableDictionary' are not defined
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NXConstantString' are not defined
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NSMutableSet' are not defined
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NSAutoreleasePool' are not defined
../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-xgps.so:
undefined reference to `RPutXImage'
../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-xgps.so:
undefined reference to `RDestroyXImage'
../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-xgps.so:
undefined reference to `RGetClosestXColor'
../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-xgps.so:
undefined reference to `RGetXImage'
../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-xgps.so:
undefined reference to `RCreateContext'
collect2: ld returned 1 exit status
make[4]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/font_cacher] Error
1
make[3]: *** [font_cacher.build] Error 2
make[2]: *** [font_cacher.all.tool.variables] Error 2
make[2]: Leaving directory `/home/robert/download/gstep-000322/xgps/Tools'
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory `/home/robert/download/gstep-000322/xgps'
make: *** [subproj-all] Error 2
Help anyone !?
/Robert