K 10 svn:author V 5 tobez K 8 svn:date V 27 2001-06-13T20:37:03.000000Z K 7 svn:log V 255 Fix the build of C programs that link against libperl, and use the blessed way of doing this: cc -o interp interp.c `perl -MExtUtils::Embed -e ccopts -e ldopts` In order for this to work, ldopts should contain -lcrypt. PR: 21804 Reviewed by: markm END