[Top][All Lists]
[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:02:43 +0300 |
> I'm running Mac OSX 10.3.9:
>
> $ uname -a
> Darwin <MyIPAddress> 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30
> 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power
> Macintosh powerpc
>
> GLPK 4.13 and 4.14 configured and built without an issue. Now with
> 4.15, I eventually get the following error:
>
Thank you for your report.
If you encounter problems on building the shared library try using
the following option:
./configure --disable-shared
on running the configure script.