in reply to Re^7: Need Help Porting XS Modules to Windows
in thread Need Help Porting XS Modules to Windows
That command fails in the way I outlined earlier. But if I remove the last 4 arguments and manually run:g++.exe -o "blib\arch\auto\ICC\Support\Levmar\Levmar.xs.dll" -Wl,--ima +ge-base,0x2d170000 -mdll -s -L"C:\_64\strawberry-5.28.0\perl\lib\CORE +" -L"C:\_64\strawberry-5.28.0\c\lib" "lib\ICC\Support\Levmar.lds" -framework Accelerate "lib\ICC\Support\L +evmar.exp"
then the build is completed, and I can then successfully run 'perl Build test'.g++.exe -o "blib\arch\auto\ICC\Support\Levmar\Levmar.xs.dll" -Wl,--ima +ge-base,0x2d170000 -mdll -s -L"C:\_64\strawberry-5.28.0\perl\lib\CORE +" -L"C:\_64\strawberry-5.28.0\c\lib"
|
|---|