gugod / App-perlbrew

Manage perl installations in your $HOME
https://perlbrew.pl
Other
720 stars 216 forks source link

Install of perl5.38.0 fails on OS/X Bigsur #784

Open nigelhorne opened 1 year ago

nigelhorne commented 1 year ago

tail -f ~/perl5/perlbrew/build.perl-5.38.0.log rm -f ../../lib/auto/GDBM_File/GDBM_File.bundle LD_RUN_PATH="/usr/local/lib" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -Wl,-rpath,"/usr/local/lib" -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -fstack-protector-strong GDBM_File.o -o ../../lib/auto/GDBM_File/GDBM_File.bundle \ -lgdbm \

ld: -rpath can only be used when targeting Mac OS X 10.5 or later clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [../../lib/auto/GDBM_File/GDBM_File.bundle] Error 1 Unsuccessful make(ext/GDBM_File): code=512 at make_ext.pl line 584. make: [lib/auto/GDBM_File/GDBM_File.bundle] Error 25

Brew Failed