search for: complex_binary

Displaying 2 results from an estimated 2 matches for "complex_binary".

2007 Jun 22
2
Compile error on a 'scratch' linux distro
...tra/pcre/libpcre.a -lreadline -ldl -lm -liconv complex.o: In function `z_logbase': /tmp/R-2.5.0/src/main/complex.c:450: undefined reference to `__divdc3' complex.o: In function `z_atan2': /tmp/R-2.5.0/src/main/complex.c:544: undefined reference to `__divdc3' complex.o: In function `complex_binary': /tmp/R-2.5.0/src/main/complex.c:257: undefined reference to `__divdc3' /tmp/R-2.5.0/src/main/complex.c:245: undefined reference to `__muldc3' collect2: ld returned 1 exit status make[3]: *** [R.bin] Error 1 make[3]: Leaving directory `/tmp/R-2.5.0/src/main' make[2]: *** [R] Error...
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...------------------------------------------ c89 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -OPT:IEEE_NaN_inf=ON -g -c arithmetic.c -o arithmetic.o cc-1185 c89: WARNING File = arithmetic.c, Line = 505 An enumerated type is mixed with another type. x = complex_binary(PRIMVAL(op), x, y); ^ cc-1185 c89: WARNING File = arithmetic.c, Line = 511 An enumerated type is mixed with another type. x = real_binary(PRIMVAL(op), x, y); ^ cc-1185 c89: WARNING File = arithmetic.c, Line = 514 An enumerate...