|
From: Doug M. <mc...@ia...> - 2009-10-29 15:39:50
|
I fixed this by manually changing the modules/jackal/common.defs.mk file lines 179 and 188 to not place -pthread between the -arch flag and its value. I am not sure what the permanent fix would be. Doug > Hello, > > I am getting this failure on Mac OS 10.6 x64: > > g++ -DHAVE_CONFIG_H > -DJCCL_ROOT_DIR="\"/Users/kochjb/devel/deps/vrjuggler_install/\"" > -DJCCL_SHARE_DIR="\"share/jccl-1.3.5\"" -D_JCCL_BUILD_ > -I/Users/kochjb/devel/deps/vrjuggler_build/modules/jackal > -I/Users/kochjb/devel/deps/vrjuggler/modules/jackal/config > -I/Users/kochjb/devel/deps/vrjuggler/modules/jackal/common > -I/Users/kochjb/devel/deps/vrjuggler_build/modules/jackal/common > -fno-common -pipe > -I/Users/kochjb/devel/deps/vrjuggler_build/instlinks/share/flagpoll/../../include/vpr-2.1.15 > -I/opt/local/include > -I/Users/kochjb/devel/deps/xml-cppdom_install/lib64/flagpoll/../../include/cppdom-1.1.0 > -arch -pthread x86_64 -DJUGGLER_OPT -DNDEBUG -O2 -fno-strict-aliasing > -fPIC -DPIC -arch x86_64 -Wall -W -Woverloaded-virtual -Wsign-promo > -Wnon-virtual-dtor -c -o > /Users/kochjb/devel/deps/vrjuggler_build/modules/jackal/obj/Darwin/Mach-O/x86_64/opt/libjccl/jcclmain.o > /Users/kochjb/devel/deps/vrjuggler/modules/jackal/common/jccl/jcclmain.cpp > g++-4.2: Invalid arch name : -pthread > > It looks like -pthread is not being placed properly with the -arch link > option. Is there an easy fix? > > Doug |