> 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





_______________________________________________
Bug-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-glpk

Reply via email to