In my ongoing effort to patch the config files to permit use of GCC with Inline and the ActiveState build of Perl, I encounter the following error: ld -o blib\arch\auto\main_C_test_pl_865112d3d92b0546025edec61a78aec6\main_C_test_p l_865112d3d92b0546025edec61a78aec6.dll -Wl,--base-file -Wl,dll.base -dll -nologo -nodefaultlib -release -L "C:\Perl\lib\CORE" -m i386pe main_C_test_pl_865112d3d92b0546025edec61a78aec6.obj -Wl,--image-base,0x32220000 C:\Perl\lib\CORE\perl56.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib dll.exp ld: unrecognized option 'blib\arch\auto\main_C_test_pl_865112d3d92b0546025edec61a78aec6\main_C_test_ pl_865112d3d92b0546025edec61a78aec6.dll' ld: use the --help option for usage information Is anyone familiar enough with the ld syntax to spot why this output file specification is not working? Thanks, Eric
