Message-ID: <
86256644.000E61D4.00@FDLTest1.mercmarine.com>
p4raw-id: //depot/perl@1557
# Add the POSIX threads library and the re-entrant libc.
lddlflags=`echo $lddlflags | sed 's/ -lc$/ -lpthreads -lc_r -lc/'`
+
+ # Add the c_r library to the list of libraries wanted
+ # Make sure the c_r library is before the c library or
+ # make will fail.
+ set `echo X "$libswanted "| sed -e 's/ c / c_r c /'`
+ shift
+ libswanted="$*"
fi