search for: _fixunsdfdi

Displaying 1 result from an estimated 1 matches for "_fixunsdfdi".

Did you mean: __fixunsdfdi
2006 Feb 26
0
R2.2.1 source compile problem in MacOS10.3
....c -o Rmain.o gcc -mdynamic-no-pic -L/sw/lib -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR ld: warning multiple definitions of symbol _signgam ../../lib/libR.dylib(lgamma.lo) definition of _signgam /usr/lib/libSystem.dylib(gamma9.o) definition of _signgam ld: /usr/lib/gcc/darwin/3.3/libgcc.a(_fixunsdfdi.o) illegal reference to symbol: ___floatdidf defined in indirectly referenced dynamic library /usr/local/lib/libgcc_s.1.0.dylib make[3]: *** [R.bin] Error 1 make[2]: *** [R] Error 2 make[1]: *** [R] Error 1 make: *** [R] Error 1 So... is it something wrong with my gcc? I also have older versio...