From: "Jan Dubois" <jand@activestate.com>
Message-ID: <
00a501c7a3c0$b2d880d0$18898270$@com>
p4raw-id: //depot/perl@31324
my(@names, $name); # what filenames to look for
if (m:-l: ) { # convert -lname to appropriate library name
s/-l//;
- push(@names,"lib$_.<<=to_string($Config::Config{'so'})>>");
+ push(@names,"lib$_.<<=$dl_so>>");
push(@names,"lib$_.a");
} else { # Umm, a bare name. Try various alternatives:
# these should be ordered with the most likely first