[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gmp-4.1.1: shared library link failure on Apple Darwin 6.2 (MacOS 10.2.2
From: |
Nelson H. F. Beebe |
Subject: |
gmp-4.1.1: shared library link failure on Apple Darwin 6.2 (MacOS 10.2.2) |
Date: |
Wed, 11 Dec 2002 13:15:20 -0700 (MST) |
Although the build of gmp-4.1.1 is successful on Apple Darwin 6.2
(MacOS 10.2.2) with the latest gcc release, 3.2.1, the install step
fails, apparently because of bad options passed to gcc by the libtool
script:
% make install
cc -dynamiclib -flat_namespace -undefined suppress -o .libs/libgmp.3.3.1.dylib
\
.libs/assert.o ... scanf/.libs/vscanf.o scanf/.libs/vsscanf.o \
-lc -install_name /usr/local/lib/libgmp.3.dylib \
-compatibility_version 7 -current_version 7.1
gcc: suppress: No such file or directory
gcc: 7: No such file or directory
gcc: 7.1: No such file or directory
gcc: unrecognized option `-compatibility_version'
gcc: unrecognized option `-current_version'
make[2]: *** [libgmp.la] Error 1
-------------------------------------------------------------------------------
- Nelson H. F. Beebe Tel: +1 801 581 5254 -
- Center for Scientific Computing FAX: +1 801 581 4148 -
- University of Utah Internet e-mail: address@hidden -
- Department of Mathematics, 110 LCB address@hidden address@hidden -
- 155 S 1400 E RM 233 address@hidden -
- Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe -
-------------------------------------------------------------------------------
- gmp-4.1.1: shared library link failure on Apple Darwin 6.2 (MacOS 10.2.2),
Nelson H. F. Beebe <=