Skip to content

Instantly share code, notes, and snippets.

@theory
Created August 28, 2015 22:10
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 theory/d1458eaee5b2b2e583a2 to your computer and use it in GitHub Desktop.
Save theory/d1458eaee5b2b2e583a2 to your computer and use it in GitHub Desktop.
Processing hints file hints/darwin.pl
Generating a Unix-style Makefile
Writing Makefile for B
Running Mkbootstrap for B ()
chmod 644 "B.bs"
"../../miniperl" "-I../../lib" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap "../../
cc -c -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector-strong -I/u
rm -f ../../lib/auto/B/B.bundle
env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib -
\
ld: library not found for -lgcc_s.10.4
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [../../lib/auto/B/B.bundle] Error 1
rm -f ../../lib/auto/B/B.bundle
env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib -
\
ld: library not found for -lgcc_s.10.4
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [../../lib/auto/B/B.bundle] Error 1
Unsuccessful make(ext/B): code=512 at make_ext.pl line 574.
make: *** [lib/auto/B/B.bundle] Error 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment