Skip to content

make 1.7.1 crashes in Mac OS X

2 messages · Michael Herron, Brian Ripley

#
I trying to compile R-.1.7.1 under OS X.

Configure worked fine; then make crashes with:

/sw/lib/libg2c.a(err.o) definition of common _f__formatted (size 4)
/sw/lib/libg2c.a(err.o) definition of common _f__hiwater (size 4)
/sw/lib/libg2c.a(err.o) definition of common _f__putn (size 4)
/sw/lib/libg2c.a(err.o) definition of common _f__reading (size 4)
/sw/lib/libg2c.a(err.o) definition of common _f__recpos (size 4)
/sw/lib/libg2c.a(err.o) definition of common _f__sequential (size 4)
/sw/lib/libg2c.a(err.o) definition of common _f__getn (size 4)
/sw/lib/libg2c.a(err.o) definition of common _f__icptr (size 4)
/sw/lib/libg2c.a(err.o) definition of common f(short, void, int, char) 
(size 4)
/usr/bin/libtool: internal link edit command failed
make[4]: *** [libRlapack.dylib] Error 1
make[3]: *** [R] Error 2
make[2]: *** [R] Error 1
make[1]: *** [R] Error 1
make: *** [R] Error 1
[beethoven:~/INSTALL/R-1.7.1] herron%

Any ideas here?

Thanks, michael
#
This is described in the MacOS X section of the R-admin manual.
The file INSTALL does ask you to read it: please don't expect R-help 
readers to do so for you.
On Mon, 30 Jun 2003, Michael Herron wrote: