Matt et all,
could you apply the following change to the Makefile.PL.
I think other platforms have this problem also, but not sure which:
$ diff -u Makefile.PL.dist Makefile.PL
--- Makefile.PL.dist Wed Jan 17 16:39:41 2001
+++ Makefile.PL Sun Jan 6 22:02:45 2002
@@ -40,9 +40,14 @@
OPT
}
-
+if($^O ne 'bsdos')
+{
my $LINK = "$Config{ld} -o conftest $Config{ccflags} -I$Config{incpath}
%s $Config{ldflags} conftest.c %s %s";
-
+}
+else
+{
+my $LINK = "$Config{cc) -o conftest $Config{ccflags} -I$Config{incpath} %s
$Config{ldflags} conftest.c %s %s";
+}
if ($config{LIBS} !~ /\-lghttp/) {
$config{LIBS} .= ' -lghttp';
}
Best regards,
Melvyn Sopacua
WebMaster IDG.nl
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
If it applies, where it applies - this email is a personal
contribution and does not reflect the views of my employer
IDG.nl.
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]