|
From: Dan G. <dg...@us...> - 2011-02-28 12:01:59
|
Hi,
I had some trouble building guile20 for MacOS 10.5, with
gcc 4.0 as /usr/bin/gcc. I get the following error:
CCLD libguile-2.0.la
libtool: link: warning: library `/sw/lib/libgmp.la' was moved.
ld: duplicate symbol ___gmpz_abs in .libs/libguile_2.0_la-arbiters.o and .libs/libguile_2.0_la-alist.o
collect2: ld returned 1 exit status
GMP5 had been built with gcc 4.2. Building guile with gcc 4.2 fixed
the problem.
uname -a
Darwin mac.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386
Dan
|