Sisyphus sisyphus1-at-optusnet.com.au |newsgroups3| schrieb:
Trying to build PAR with MinGW (without resorting to EU::FC), on AS build
817 (perl 5.8.8), I get the error:
gcc: unrecognized option `-nologo'
gcc: unrecognized option `-nodefaultlib'
D:\MinGW\bin\..\lib\gcc\mingw32\3.4.4\..\..\..\..\mingw32\bin\ld.exe: cannot
find -libpath:E:\Perl817\lib\CORE
collect2: ld returned 1 exit status
I think this arises from an incorrect rendition of ExtUtils::Embed::ldopts()
:
I don't know where it comes from, but when I used this setup to build
PAR binaries, I always copy&pasted the gcc commands and removed the
offending VC++ options.
I know, that's not user friendly. But I'm a *Perl* developer...
Steffen