On Mon, Oct 5, 2009 at 8:24 PM, Peter Vincent Homeier palantir@trustworthytools.com wrote:
Upon updating the svn repository for Poly/ML to revision 885, I then ran
make distclean ./configure --build=x86_64-darwin LDFLAGS='-segprot POLY rwx rwx' make
which generated the following transcript:
make ?all-recursive Making all in libpolyml /bin/sh ../libtool --tag=CXX ? --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. ?-DMACOSX -Wall ? -O3 -MT mpoly.lo -MD -MP -MF .deps/mpoly.Tpo -c -o mpoly.lo mpoly.cpp ../libtool: line 810: X--tag=CXX: command not found ../libtool: line 843: libtool: ignoring unknown tag : command not found ../libtool: line 810: X--mode=compile: command not found ../libtool: line 976: *** Warning: inferring the mode of operation is deprecated.: command not found ../libtool: line 977: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../libtool: line 1120: Xg++: command not found ../libtool: line 1120: X-DHAVE_CONFIG_H: command not found ../libtool: line 1120: X-I.: command not found ../libtool: line 1120: X-I..: command not found ../libtool: line 1120: X-DMACOSX: command not found ../libtool: line 1120: X-Wall: command not found ../libtool: line 1120: X-O3: command not found ../libtool: line 1120: X-MT: command not found ../libtool: line 1120: Xmpoly.lo: command not found ../libtool: line 1120: X-MD: command not found ../libtool: line 1120: X-MP: command not found ../libtool: line 1120: X-MF: command not found ../libtool: line 1120: X.deps/mpoly.Tpo: No such file or directory ../libtool: line 1120: X-c: command not found ../libtool: line 1171: Xmpoly.lo: command not found ../libtool: line 1176: libtool: compile: cannot determine name of library object from `': command not found make[2]: *** [mpoly.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
This used to work.
Peter
On further testing, revision 883 does work under Mac OS X Snow Leopard (10.6.1), while revision 884 fails to build as above.
Peter