On Wed, Feb 07, 2001 at 06:29:04PM -0600, Christian Gilmore wrote:
> Recompiling with dl_dlopen.xs instead of dl_aix.xs caused 49 of the 180
> self-tests to fail. I recompiled with debugging turned on and ran against
> GDB. Here's the result followed by the output of './perl -I./lib -V'.
> Jens, did you have success running with dl_dlopen.xs without other
> modification?

Oops, gotcha. I had to do one change to a script in the perl
distribution:

--- perl-5.6.0/makedef.pl.orig  Wed Feb 21 13:17:34 2001
+++ perl-5.6.0/makedef.pl       Wed Feb 21 13:17:56 2001
@@ -165,7 +165,7 @@
 ---EOP---
 }
 elsif ($PLATFORM eq 'aix') {
-    print "#!\n";
+    print "#! .\n";
 }
 
 my %skip;

-- 
Jens-Uwe Mager

HELIOS Software GmbH
Steinriede 3
30827 Garbsen
Germany

Phone:          +49 5131 709320
FAX:            +49 5131 709325
Internet:       [EMAIL PROTECTED]

Reply via email to