Alessandro has asked for the wisdom of the Perl Monks concerning the following question:
This is just driving me crazy as I have no idea of how to solve it. I have to add I have installed XCode and command lines tool for os x, that should include all I need for perl compilation (at least this is my understanding). Thank you monks for any clue on how to solve that problem. PS: I have tried to be as clear as possible and include all relevant information, let me know if something is missing." ld: library not found for -lgcc_s.10.4 clang: error: linker command failed with exit code 1 (use -v to see in +vocation) 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_looku +p -L/usr/local/lib -L/opt/local/lib -fstack-protector-strong B.o -o +../../lib/auto/B/B.bundle \ \ ld: library not found for -lgcc_s.10.4 clang: error: linker command failed with exit code 1 (use -v to see in +vocation) 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 "
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Unable to compile perl
by Anonymous Monk on Nov 19, 2015 at 00:02 UTC | |
by Alessandro (Acolyte) on Nov 20, 2015 at 18:32 UTC | |
by Anonymous Monk on Nov 20, 2015 at 19:05 UTC | |
by Alessandro (Acolyte) on Nov 23, 2015 at 20:57 UTC |