Skip to content

Instantly share code, notes, and snippets.

@pquerna
Created September 18, 2011 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pquerna/9613c6420889cf0f390b to your computer and use it in GitHub Desktop.
Save pquerna/9613c6420889cf0f390b to your computer and use it in GitHub Desktop.
Ld /Users/chip/Library/Developer/Xcode/DerivedData/uv-aiifjdyitpcfvogftsthivirnhtc/Build/Products/Debug/run-benchmarks normal i386
cd /Users/chip/work/ck/virgo/deps/libuv
setenv MACOSX_DEPLOYMENT_TARGET 10.4
/Developer/usr/bin/gcc-4.2 -arch i386 -L/Users/chip/Library/Developer/Xcode/DerivedData/uv-aiifjdyitpcfvogftsthivirnhtc/Build/Products/Debug -F/Users/chip/Library/Developer/Xcode/DerivedData/uv-aiifjdyitpcfvogftsthivirnhtc/Build/Products/Debug -filelist /Users/chip/Library/Developer/Xcode/DerivedData/uv-aiifjdyitpcfvogftsthivirnhtc/Build/Intermediates/uv.build/Debug/run-benchmarks.build/Objects-normal/i386/run-benchmarks.LinkFileList -mmacosx-version-min=10.4 -Wl,-search_paths_first -luv -o /Users/chip/Library/Developer/Xcode/DerivedData/uv-aiifjdyitpcfvogftsthivirnhtc/Build/Products/Debug/run-benchmarks
Undefined symbols for architecture i386:
"_AbsoluteToNanoseconds", referenced from:
_uv_hrtime in libuv.a(darwin.o)
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment