-
Notifications
You must be signed in to change notification settings - Fork 584
./Configure fails on FreeBSD and OpenBSD #19046
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
Comments
The failure above occurred on FreeBSD-12. Similar failures in |
It can be reproduced on linux by adding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Every day I configure Perl for testing on FreeBSD with the following invocation:
./Configure now fails here:
This is probably due to this commit:
This commit may have failed to take into account the differences between
make
on Linux andmake
on other platforms, such as the BSDs.@Corion, @khwilliamson, can you take a look?
Thank you very much.
Jim Keenan
The text was updated successfully, but these errors were encountered: