-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install fail on OSX 12.6.2 #768
Comments
I seem to be able to run Configure manually. How can I determine what perlbrew is passing to Configure? |
I was running with
Turns out --64all was breaking it :\ |
The answer to this was using the |
The failure output is pretty bad here from Configure. The only thing I wonder is if perlbrew should have the smarts to know that --64all is fatal to clang on osx or if I should ping @Tux about doing something in Configure. |
Can confirm that the failure does not occur if I omit
I notice this line:
that file does not exist on my computer, rather the file is in the current directory
also this file contains reference to the nonexisting file (which I guess is the reason why dyld is failing):
|
Just FYI: in case this is on ARM, the issue is with the darwin hints: Perl/perl5@796f85d Perl/perl5#22672 |
The relevant Configure output seems to be:
Is there a way I can specify my arch?
The text was updated successfully, but these errors were encountered: