Re: Perl ldflags - packaging bug, upstream bug, or weird feature?

2005-10-04 Thread Gerrit P. Haase
Max Bowsher wrote: $ fgrep -- '-L/usr/local/lib' /usr/lib/perl5/5.8/cygwin/Config_heavy.pl lddlflags=' -s -L/usr/local/lib' ldflags=' -s -L/usr/local/lib' ldflags_nolargefiles=' -s -L/usr/local/lib' The above shows the presence of -L/usr/local/lib in the packaged perl installation config vars

Perl ldflags - packaging bug, upstream bug, or weird feature?

2005-10-03 Thread Max Bowsher
$ fgrep -- '-L/usr/local/lib' /usr/lib/perl5/5.8/cygwin/Config_heavy.pl lddlflags=' -s -L/usr/local/lib' ldflags=' -s -L/usr/local/lib' ldflags_nolargefiles=' -s -L/usr/local/lib' The above shows the presence of -L/usr/local/lib in the packaged perl installation config vars. This is a problem,