Building talloc v. 2.0.5 and 2.0.7 fails with the following: ***SNIP of build failure for talloc 2.0.7 *** [19/22] Linking default/libtalloc.dylib ld: -rpath can only be used when targeting Mac OS X 10.5 or later collect2: ld returned 1 exit status Waf: Leaving directory `/private/tmp/talloc-2.0.7/bin' Build failed: -> task failed (err #1): {task: cc_link talloc_1.o,replace_2.o,snprintf_2.o,strptime_2.o,getpass_2.o -> libtalloc.dylib} make: *** [all] Error 1 *** SNIP of build failure for talloc 2.0.5 *** [19/22] Linking default/libtalloc.dylib ld: -rpath can only be used when targeting Mac OS X 10.5 or later collect2: ld returned 1 exit status Waf: Leaving directory `/private/tmp/talloc-2.0.5/bin' Build failed: -> task failed (err #1): {task: cc_link talloc_3.o,replace_2.o,snprintf_2.o,strptime_2.o,getpass_2.o -> libtalloc.dylib} make: *** [all] Error 1 Running on Darwin argentum 11.1.0 Darwin Kernel Version 11.1.0: Tue Jul 26 16:07:11 PDT 2011; root:xnu-1699.22.81~1/RELEASE_X86_64 x86_64 i386 MacBookPro6,1 Darwin Both builds fail with when linking with ld complaining about '-rpath' flag when targeting OS X 10.5 or later, and in this case, I gather, this should not be happening as I'm building on OS X Lion 10.7.1 Anyhow, I'd be more than happy to supply more information if you need it, just let me know what you need. Thanks, Toni
Does ./configure --disable-rpath helps?
(In reply to comment #1) > Does ./configure --disable-rpath helps? Taking a moment and checking if that was an option in configure would have been "The Smart Thing To Do (TM)" Yes it compiles, sorry to have wasted your time. Toni