On 3 April 2006 at 16:11, Dirk Eddelbuettel wrote:
| Trying to build a Debian snapshot of R-alpha based on last night's tarball,
| it fails with what looks like a missing -lm linking directive:
|
| [...]
| gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fpic
-O2 -c Rmain
On 4 April 2006 at 07:12, Prof Brian Ripley wrote:
| Note that libR.so was itself linked against -lm, so should resolve its
| dependencies there. The front end has never been linked against -lm, nor
| do I see that anything should have changed for a long time in the
| front-end.
Thanks for con
Note that libR.so was itself linked against -lm, so should resolve its
dependencies there. The front end has never been linked against -lm, nor
do I see that anything should have changed for a long time in the
front-end.
I was able to build a shared-library version of the current svn 36743 (I
Trying to build a Debian snapshot of R-alpha based on last night's tarball,
it fails with what looks like a missing -lm linking directive:
[...]
gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fpic
-O2 -c version.c -o version.o
gcc -I. -I../../src/include -I../../src