bug-glpk
[Top][All Lists]
Advanced

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

Re: [Bug-glpk] GLPK 4.15 fails to build on mac


From: Andrew Makhorin
Subject: Re: [Bug-glpk] GLPK 4.15 fails to build on mac
Date: Mon, 19 Feb 2007 22:16:45 +0300

> GLPK 4.13 and 4.14 configured and built without an issue.  Now with
> 4.15, I eventually get the following error:
> 
> ld: common symbols not allowed with MH_DYLIB output format with the
> -multi_module option
> /usr/local/lib/libgmp.a(mp_bpl.o) definition of common ___gmp_junk (size 4)
> /usr/bin/libtool: internal link edit command failed
> make[2]: *** [libglpk.la] Error 1

You need to configure with -fno-common, e.g.

   CFLAGS=-fno-common ./configure







reply via email to

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