Skip to content

Instantly share code, notes, and snippets.

@yoshikaw
Last active August 29, 2015 14:00
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 yoshikaw/11197987 to your computer and use it in GitHub Desktop.
Save yoshikaw/11197987 to your computer and use it in GitHub Desktop.
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]: *** [mlimgloader] Error 1
make: *** [all] Error 2
make 35.00s user 20.94s system 107% cpu 52.095 total
CFLAGS="-arch i386" LDFLAGS="-arch i386" ./configure
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [mlimgloader] Error 1
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment