in reply to Bulding libwin32 18 with bleedperl

I found a fix:
In Makefile.PL one needs to change the line that reads:
'LIBS' => [ ":nosearch ${inetlib}.lib" ],
to read instead
'LIBS' => [ ":nosearch ${inetlib}.lib $Config{libs}" ],
Which sort of fixes it. I doubt I am rather curing the symptom instead of the actual illness though.
Cheers,
alf
You can't have everything: where would you put it?