in reply to Re^3: Disappointed with latest Strawberry Perl
in thread Disappointed with latest Strawberry Perl
They're all there except for the GnuWin32\include. There's certainly plenty of locations mentioned there that contain stdio.h - though the error is not that stdio.h can't be found, but that there's no path in which to search for it.INCLUDE=;C:\strawberry-perl\mingw\include;C:\strawberry-perl\perl\lib\ +CORE;C:\strawberry-perl\perl\lib\encode;C:\strawberry\c\include;C:\st +rawberry\perl\lib\CORE;C:\strawberry\c\include;C:\strawberry\perl\lib +\CORE LIB=;C:\strawberry-perl\mingw\lib;C:\strawberry-perl\perl\bin;C:\straw +berry\c\li b;C:\strawberry\perl\bin;C:\strawberry\c\lib;C:\strawberry\perl\bin
The issue has come up a number of times on the MinGW mailing list, and the solution has always been to use the patched executables - or to rebuild MinGW using the patched source. (No other solutions have been offered, afaik.) Rebuilding MinGW would certainly fix my issue with g77, but I've yet to find instructions (that I can comprehend) on how to do that. Unfortunately, whilst various people have made available patched versions of gcc, g++ and collect2, no-one has yet provided a patched version of g77.ld: crt2.o: No such file: No such file or directory
|
|---|