K 10 svn:author V 8 netchild K 8 svn:date V 27 2003-04-26T10:27:29.000000Z K 7 svn:log V 246 When trying to link dynamic libraries with dependancies, e.g: icc -shared -o libfoo.so foo.o -lbaz the ld wrapper gets confused and thinks that a static link is intended and the link fails. This patch appears to fix things. Submitted by: dfr END