in reply to Re^3: Can't compile XS code
in thread Can't compile XS code

On a 64-bit os these seem odd -lkernel32 -luser32 -lgdi32 -lshell32 -lole32 -loleaut32 -lnetapi32

Maybe the compiler chain knows to ignore that and link shell64 etc, maybe it doesn't

Replies are listed 'Best First'.
Re^5: Can't compile XS code
by syphilis (Archbishop) on Oct 27, 2012 at 05:25 UTC
    That's ok. Although it's a 64-bit OS, the library names still retain their '32' suffix.

    Cheers,
    Rob