Hi, just downloaded OATH toolkit 2.0.2 to my Mac OS X 10.6.8 (Snow Leopard) and
followed the instructions ('./configure', then 'make check install') to install.
The config appeared to work OK, but the make failed. I can supply the detailed
log if you want, but the wheels started to fall off at:
CC dummy.o
AR libgnu.a
/usr/bin/ranlib: file: libgnu.a(dummy.o) has no symbols
ranlib: file: libgnu.a(dummy.o) has no symbols
ranlib: warning for library: libgnu.a the table of contents is empty (no object
file members in the library define global symbols)
and after a little more, it fell in a heap at:
CC binary-io.o
CC priv-set.o
CC unlinkdir.o
CC link.o
CC putenv.o
CC symlink.o
AR libtests.a
/usr/bin/ranlib: file: libtests.a(binary-io.o) has no symbols
/usr/bin/ranlib: file: libtests.a(priv-set.o) has no symbols
ranlib: file: libtests.a(binary-io.o) has no symbols
ranlib: file: libtests.a(priv-set.o) has no symbols
CC test-alloca-opt.o
make[8]: *** No rule to make target `../../gl/libgnu.la', needed by
`test-alloca-opt'. Stop.
make[7]: *** [check-am] Error 2
make[6]: *** [check-recursive] Error 1
make[5]: *** [check] Error 2
make[4]: *** [check-recursive] Error 1
make[3]: *** [check] Error 2
make[2]: *** [check-recursive] Error 1
make[1]: *** [check-recursive] Error 1
make: *** [check] Error 2
Exit 2
Any ideas? Is there an existing binary build for Mac OSX?
Thanks, Chris