bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: GMP Build Problem on AIX


From: Minh Nguyen
Subject: RE: GMP Build Problem on AIX
Date: Tue, 5 Nov 2002 15:38:36 -0500

>
> .machine      "ppc64"

> Thanks.  I think the configs chose the 64-bit setups for the asm code,
> on account of seeing powerpc630.  It'll be driven from the ABI in the
> next release.

> For now, in config.m4 change

>       include_mpn(`powerpc64/aix.m4)

> to

>       include_mpn(`powerpc32/aix.m4)

Thanks, with your work around, GMP is now successfully built on AIX :-)
Howerver, I think there is still something wrong. 

1/ Because I'm using the configuration option ./configure --disable-static
--enable-shared ABI=32, I would expect that only the shared library is built but
looking into the .lib directory, it looks like both the static and shared
libraries are built. 

###### SNIP ######
vulcan 114 % ls -l libgmp.*
-rw-r--r--   1 mnguyen  shutdown 1462363 Nov 04 18:56 libgmp.a
-rw-r--r--   1 mnguyen  shutdown    5868 Nov 04 18:56 libgmp.exp
lrwxrwxrwx   1 mnguyen  shutdown      12 Nov 04 18:56 libgmp.la@ -> ../libgmp.la
-rw-r--r--   1 mnguyen  shutdown     665 Nov 04 18:56 libgmp.lai
-rwxr-xr-x   1 mnguyen  shutdown 1443538 Nov 04 18:56 libgmp.so.3* 
###### SNIP ######

2/ For the shared library, I would expect there should also be a symbolic link
"libgmp.so" pointing to "libgmp.so.3", shouldn't it? Of course, I can manually
make a symbolic link but this is done automatically on other platforms.

Again, thanks for your help!

Minh







reply via email to

[Prev in Thread] Current Thread [Next in Thread]