[Rd] libf95.a: could not read symbols?

2009-03-10 Thread Jeff Hamann
I'm sorry for having to post this, but I've run out of ideas. I've been trying to build R-2.8.1 from source for installation on FreeBSD 6.4 (seems to be working fine on osx) and keep getting the same results, regardless of how I set ./configure $ ./configure --enable-R-shlib --with-x=no --with-bl

Re: [Rd] libf95.a: could not read symbols?

2009-03-10 Thread Prof Brian Ripley
Where did FFLAGS come from here (looks like you meant FPICFLAGS)? But that will only postpone the problem: to build R as a shared library you need PIC libraries, and your Fortran library is apparently not PIC (gcc does not generate PIC code by default on x86_64, and g95 as a gcc derivative is