Displaying 3 results from an estimated 3 matches for "_signgam".
2006 Feb 26
0
R2.2.1 source compile problem in MacOS10.3
...p2
-I../../src/extra/pcre -no-cpp-precomp -I. -I../../src/include
-I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H
-g -O2 -c Rmain.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]...
2006 Mar 13
0
R_alloc problem (Mac OSX)
...$ R --version
R 2.2.1 (2005-12-20).
Copyright (C) 2005 R Development Core Team
$ gcc -g -o test5 test5.c -I/library/Frameworks/R.framework/Versions/
2.2/Resources/include/ -L/library/Frameworks/R.framework/Versions/2.2/
Resources/lib/ -lR -lm
/usr/bin/ld: warning multiple definitions of symbol _signgam
/library/Frameworks/R.framework/Versions/2.2/Resources/lib//libR.dylib
(lgamma.lo) definition of _signgam
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libm.dylib
(gamma9.o) definition of _signgam
$ gdb test5
GNU gdb 6.1-20040303 (Apple version gdb-413) (Wed May 18 10:17:02 GMT
2005)
Copyr...
2006 Mar 15
1
R_alloc problem on Mac OSX (PR#8683)
.......
$ R --version
R 2.2.1 (2005-12-20).
Copyright (C) 2005 R Development Core Team
$ gcc -g -o test5 test5.c
-I/library/Frameworks/R.framework/Versions/2.2/Resources/include/
-L/library/Frameworks/R.framework/Versions/2.2/Resources/lib/ -lR -lm
/usr/bin/ld: warning multiple definitions of symbol _signgam
/library/Frameworks/R.framework/Versions/2.2/Resources/lib//libR.dylib(lgamma.lo)
definition of _signgam
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libm.dylib(gamma9.o)
definition of _signgam
$ gdb test5
GNU gdb 6.1-20040303 (Apple version gdb-413) (Wed May 18 10:17:02 GMT 2005)
Copyright 2...