From: Hubert F. <hu...@fi...> - 2006-09-11 05:04:37
|
Hi, I'm trying to compile asl 1.0.20 following the doc provided, on MacOS X 10.3.9 and it fails immediately with these errors. [...] ...updating 217 targets... darwin.compile.c++ third_party/boost_tp/boost/bin.v2/libs/filesystem/build/darwin/debug/c++-lib-static/link-static/threading-multi/exception.o g++: cannot specify -o with -c or -S and multiple compilations "g++" -Wall -ftemplate-depth-100 -fcoalesce-templates -O0 -fno-inline -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -fvisibility=hidden -fvisibility-inlines-hidden -Wno-long-double -no-cpp-precomp -gdwarf-2 -DBOOST_ALL_NO_LIB=1 -I"third_party/boost_tp/boost" -c -o "third_party/boost_tp/boost/bin.v2/libs/filesystem/build/darwin/debug/c++-lib-static/link-static/threading-multi/exception.o" "third_party/boost_tp/boost/libs/filesystem/src/exception.cpp" Any idea? I don't know Jam at all, and I actually want it to compile the official way to compare with the automake build system I'm working on. Thanks Hub |