hi, while trying to compile a large chunk of code I ran into this problem which left me clueless... Does anybody know the cause and/or a fix/workaround?
/P
[~/Octave/liboctave] % gnumake
c++ -c -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob -I../glob -DHAVE_CONFIG_H -fno-rtti -fno-exceptions -fno-implicit-templates -g -O2 -Wall Array-C.cc
/var/tmp/cc016196.s:unknown:Can't emit reloc {- symbol "L50$pb"} @ file address 43720.
/var/tmp/cc016196.s:unknown:Can't emit reloc {- symbol "L50$pb"} @ file address 43716.
... some 20 lines or so removed ...
/var/tmp/cc016196.s:unknown:Can't emit reloc {- symbol "L9$pb"} @ file address 732.
/var/tmp/cc016196.s:unknown:Can't emit reloc {- symbol "L9$pb"} @ file address 728.
gnumake: *** [Array-C.o] Error 1
gnumake CXXFLAGS='-O2 -Wall' etc. returns the same result.