On Oct 23, 2013, at 1:27 PM, Alexander Hansen <alexanderk.han...@gmail.com> wrote:
> On 10/23/13 1:13 PM, William G. Scott wrote: >> I’m also getting Caux’s error (as reported from the Oct 19th email, which >> appears in today’s digest; I didn’t find anything more recent in the on-line >> archive): >> >> gcc -I. -I. -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. >> -I../include -I/sw/include -O2 -dynamic -c ../test/tclock.c -o >> ../obj_s/tclock.o >> gcc -O2 -o tclock ../obj_s/tclock.o -Wl,-search_paths_first -I. -I. >> -I../test -DHAVE_CONFIG_H -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include >> -I/sw/include -O2 -dynamic `echo "-L../lib -lform -lmenu -lpanel -lncurses >> " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil >> Undefined symbols for architecture x86_64: >> "___sincos_stret", referenced from: >> _main in tclock.o >> ld: symbol(s) not found for architecture x86_64 >> clang: error: linker command failed with exit code 1 (use -v to see >> invocation) >> make[1]: *** [tclock] Error 1 >> make: *** [all] Error 2 >> ### execution of make failed, exit code 2 >> phase compiling: ncurses-5.9-20110507-1 failed >> >> … >> >> and the "No recognized Xcode CLI installed” even after I (re)installed them. >> >> zsh-% which gcc >> /usr/bin/gcc >> zsh-% gcc --version >> Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr >> --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/c++/4.2.1 >> Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn) >> Target: x86_64-apple-darwin13.0.0 >> Thread model: posix >> zsh-% >> > > That looks like you're using a set of 10.8 command-line tools instead of > those for 10.9. From a fresh Mavericks command-line tools install I get: > > $ gcc --version > Configured with: --prefix=/Library/Developer/CommandLineTools/usr > --with-gxx-include-dir=/usr/include/c++/4.2.1 > Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) > Target: x86_64-apple-darwin13.0.0 > Thread model: posix > > The tools are listed as unrecognized because fink can't find > com.apple.pkg.CLTools_Executables in the receipts database. This is the new > name under which the command-line tools are installed for 10.9. > -- > Alexander Hansen, Ph.D. > Fink User Liaison > My package updates: http://finkakh.wordpress.com/ Thanks, this worked. The problem is Xcode 5.0 released prior to the 10.9 release does not update to these command-line tools. I installed the package “Command Line Tools (OS X Mavericks) for Xcode - Late October Oct 22, 2013) from the Developer website, and now the bootstrap works. ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel