From: "Berger, Daniel" Date: 2002-05-30T02:47:05+09:00 Subject: ld errors attempting to install FXRuby on Solaris 8 Hi all, Still trying to get FXRuby 1.0.10 going on my Solaris 8 box. Fox 1.0.11 installed. I am now getting an ld error of some type. # ruby install.rb setup install.rb: entering setup phase... ---> lib ---> lib/fox <--- lib/fox <--- lib ---> ext ---> ext/fox make gcc -Wl,-G -shared -L/usr/local/lib -L/usr/local/lib/ruby/1.6/sparc-solaris2 .8 -L/usr/local/lib -o fox.so librb.o core_wrap.o dialogs_wrap.o FXRbApp.o FXRbDataTarget.o FXRuby.o icons_wrap.o image_wrap.o impl.o layout_wrap.o markfuncs.o mdi_wrap.o opengl_wrap.o ui_wrap.o -lFOX -lstdc++ -lc Text relocation remains referenced against symbol offset in file FXRbApp::onChoreThreads(FXObject *, unsigned int, void *)0x100 FXRbApp.o ld: fatal: relocations remain against allocatable but non-writable sections collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `fox.so' setup failed 'system make' failed try 'ruby install.rb --help' for usage I rebuilt Fox with gmake to see if that would make a difference. Nope. I modified my path so that the Sun tools would be used instead of the tools from the 'binutils' package. Nope. Any ideas? Thanks in advance. Sincerely, Dan