in reply to Re: Building 64bit Perl for Windows
in thread Building 64bit Perl for Windows
However, I've tried disabling the GS flag with...
set CL=/GS-
... but that doesn't help. The command line it seems to be running is using "link" rather than "cl" though:
link -nologo -nodefaultlib -debug -opt:ref,icf -ltcg -libpath:"c: +\perl\lib\CORE" -machine:AMD64 oldnames.lib kernel32.lib user32.li +b gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32 +.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib + version.lib msvcrt.lib -out:..\perlglob.exe -subsystem:console per +lglob.obj setargv.obj perlglob.obj : error LNK2001: unresolved external symbol __security_ch +eck_cookie ..\perlglob.exe : fatal error LNK1120: 1 unresolved externals
Like I said, I'm waaay out of my depth here, so please bear with me :) It's odd that there's isn't an ActiveState 64bit Perl release yet - the architecture of these machines are all the same now, unlike the bad old days of IA64. In 12 months or so most OEM machines you buy will be 64bit Windows as well I bet...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Building 64bit Perl for Windows
by PodMaster (Abbot) on Aug 10, 2005 at 17:54 UTC | |
by puploki (Hermit) on Aug 10, 2005 at 18:13 UTC |