-
Notifications
You must be signed in to change notification settings - Fork 559
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
Compile/install from source: Configure does not create a Makefile #22715
Comments
Notice the 34 instances of |
On more careful examination, I believe you are attempting to build perl from a tarball and that you have chosen to make your configuration selections from a previously existing
I think that would explain all the |
Thank you for your reminder. This is because I tried multiple times and posted the result of one of those attempts. |
Can you please post the results of a clean run |
Ok, it has been updated. |
Thanks. Two questions (which admittedly are only guesses): In the I notice that you are running this program as |
An additional question:
At the end of the process, are you missing any of the files identified by the |
That |
Yes, my kernel is 5.15.153.1-microsoft-standard-WSL2, and I am running CentOS 6 on Docker on Windows. After adding -Dfirstmakefile=GNUmakefile, the Makefile was generated. Thank you. By the way, could you please explain what caused this issue internally? |
Configure makes use of a We should probably add an entry to the Linux hints file that if |
... because the Windows file system is case insensitive. See the discussion in Perl#22715.
+1 to that suggestion. I have no idea how prevalent wsl2 is in the wild, but making this assignment in the hints file seems like a not too dangerous way to procede. |
This can happen with WSL because the Windows file system is case insensitive. See the discussion in Perl#22715.
This can happen with WSL because the Windows file system is case insensitive. See the discussion in #22715.
I added a check for case-insensitive file systems to hints/linux.sh in c1d6176. |
Hello, I am compiling Perl-5.32 from source on Linux. When I run ./Configure -des , it completes without any errors, but no Makefile is generated. What could be the reason for this
The text was updated successfully, but these errors were encountered: