Re: Fwd: perl@10517 (Fail)

2001-06-13 Thread Nick Ing-Simmons
Ken Williams [EMAIL PROTECTED] writes: [EMAIL PROTECTED] (Jarkko Hietaniemi) wrote: Ken wrote: Looking at the GNUmakefile produced during Configure, I see this: # The following are used to build and install shared libraries for # dynamic loading.

Re: Fwd: perl@10517 (Fail)

2001-06-11 Thread Jarkko Hietaniemi
Please let me know if I should send reports to a different address. I'm sending to P5P ([EMAIL PROTECTED]) and CC-ing Jarkko and the OSX-perl list. Sounds okay. `sh cflags libperl.dylib perly.o` perly.c CCCMD = cc -DPERL_CORE -c -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -Wall

Re: Fwd: perl@10517 (Fail)

2001-06-11 Thread Ken Williams
[EMAIL PROTECTED] (Nicholas Clark) wrote: On Mon, Jun 11, 2001 at 03:41:57PM -0500, Jarkko Hietaniemi wrote: util.c: In function `Perl_cast_ulong': util.c:2936: warning: decimal constant is so large that it is unsigned util.c:2936: warning: decimal constant is so large that it is unsigned

Re: Fwd: perl@10517 (Fail)

2001-06-11 Thread Andy Dougherty
On Mon, 11 Jun 2001, Jarkko Hietaniemi wrote: cd t (rm -f perl; /bin/ln -s ../miniperl perl) \ DYLD_LIBRARY_PATH=/Users/ken/Downloads/perl ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t pragma/*.t /dev/tty make[1]: *** [minitest] Bus error make: [extra.pods] Error

Re: Fwd: perl@10517 (Fail)

2001-06-11 Thread Ken Williams
[EMAIL PROTECTED] (Nicholas Clark) wrote: On Mon, Jun 11, 2001 at 05:41:25PM -0500, Ken Williams wrote: Okay, I get % cc -o testprogram testprogram.c testprogram.c: In function `main': testprogram.c:4: warning: decimal constant is so large that it is unsigned % ./testprogram

Re: Fwd: perl@10517 (Fail)

2001-06-11 Thread Ken Williams
Hi, Please let me know if I should send reports to a different address. I'm sending to P5P ([EMAIL PROTECTED]) and CC-ing Jarkko and the OSX-perl list. See results below. [EMAIL PROTECTED] (Chris Nandor) wrote: Hi, everybody! Jarkko humbly requests that people test the latest snapshot of

Re: Fwd: perl@10517 (Fail)

2001-06-11 Thread Jarkko Hietaniemi
Looking at the GNUmakefile produced during Configure, I see this: # The following are used to build and install shared libraries for # dynamic loading. LDDLFLAGS = -bundle -undefined suppress -L/usr/local/lib SHRPLDFLAGS = -L/usr/local/lib

Re: Fwd: perl@10517 (Fail)

2001-06-11 Thread Ken Williams
[EMAIL PROTECTED] (Jarkko Hietaniemi) wrote: util.c: In function `Perl_cast_ulong': util.c:2936: warning: decimal constant is so large that it is unsigned util.c:2936: warning: decimal constant is so large that it is unsigned util.c: In function `Perl_cast_i32': util.c:2954: warning: decimal

Re: Fwd: perl@10517 (Fail)

2001-06-11 Thread Nicholas Clark
On Mon, Jun 11, 2001 at 05:41:25PM -0500, Ken Williams wrote: [EMAIL PROTECTED] (Nicholas Clark) wrote: Please could you send the output of this revised test program: #include EXTERN.h #include perl.h int main (void) { double a = I32_MIN; char buffer[256]; puts