------- Comment #8 from rob1weld at aol dot com 2009-02-14 04:36 ------- (In reply to comment #7) > ... > Slowly I inch forward ... and go back ...
/usr/local/bin/ld: /usr/share/src/gcc_build/./gcc/amd64/crtbegin.o: relocation R_X86_64_32 against `__DTOR_END__' can not be used when making a shared object; recompile with -fPIC We need to build 'crtbegin.o' using '-fPIC' - works. Rob -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39186