link -out:blib\arch\auto\xsmode\xsmode.dll -dll -nologo -nodefaultlib -d
ebug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86 xsmode.obj C:\Per
l\lib\CORE\perl58.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.li
b comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uu
id.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.
lib -def:xsmode.def
link: invalid option -- o
Try `link --help' for more information.
NMAKE : fatal error U1077: 'link' : return code '0x1'
####
$ link -out:...
link: invalid option -- o
Try `link --help' for more information.
####
$ link --help
Usage: link FILE1 FILE2
or: link OPTION
Call the link function to create a link named FILE2 to an existing FILE1.
--help display this help and exit
--version output version information and exit
Report bugs to .