[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gmp 4.0.1 linking problem on HP-UX 11
From: |
Kevin Ryde |
Subject: |
Re: gmp 4.0.1 linking problem on HP-UX 11 |
Date: |
Wed, 13 Mar 2002 07:35:00 +1000 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu) |
Bernd Nies <address@hidden> writes:
>
> export CFLAGS="+DAportable +DS32 +z -Ae -w"
> ./configure --prefix=/u00/app/oracle/local/tvdperl
If you want a 32-bit build you can just say ABI=1.0,
./configure ABI=1.0
When you set just the cflags, unfortunately configure can't figure out
that you want 32-bits just from the flags. (That limitation is
mentioned in the "Build Options" section of the manual.)
> The 64bit version compiles fine but I need to compile a position
> independend 32bit version for linking against Perl::GMP module.
The demos/perl/GMP.pm module? Beaut.