On Saturday, November 15, 2003, at 01:35 AM, Ilya Zakharevich wrote:

Uh, where, exactly?

Non-commented "DEFINE =" line.


Hope this helps,

Yeah, it did, thanks. Patch below sig. I'm not sure if it needs to be done for AIX or Darwin, but this certainly does the trick on FreeBSD, and what's true there is often true on those other platforms, as well.


I've sent a PASS report now.

Thanks,

David

--
David Wheeler                                     AIM: dwTheory
[EMAIL PROTECTED]                              ICQ: 15726394
http://www.kineticode.com/                     Yahoo!: dew7e
                                               Jabber: [EMAIL PROTECTED]
Kineticode. Setting knowledge in motion.[sm]

--- libPARI/Makefile.PL.old     Sat Nov 15 10:02:15 2003
+++ libPARI/Makefile.PL Sat Nov 15 10:00:02 2003
@@ -154,6 +154,9 @@
   @opt = ( OPTIMIZE => $opt );
 }

+# Fix for *BSDs.
+$mycflags .= " -DDL_DFLT_NAME=NULL" if $Config{osname} =~ /(bsd|aix|darwin)/i;
+
my $Using_ms_vc = ($^O =~ /win32/i and $Config{cc} =~ /cl/i);
my $Using_Borland = ($^O =~ /win32/i and $Config{cc} =~ /\bbcc/i);




Reply via email to