frankpfenning / C0

C0 Language
4 stars 0 forks source link

Coin does not compile statically on OSX #43

Open robsimmons opened 11 years ago

robsimmons commented 11 years ago

At fault is the explicit reference to /usr/lib/libcurses.a, which doesn't work on a MacPorts-enabled OSX system that will have libcurses.a in /opt/local/lib but only libcurses.dylib in /usr/lib.

For now, coin is happy to merrily continue on linking dynamically where applicable, but it would be nice to avoid this non-portable dependency.

frankpfenning commented 11 years ago

Couldn't you set the path to include /opt/local/lib?

robsimmons commented 11 years ago

I was lazily avoiding remembering how to do linker options, and was kind of hoping to forward this on to the people who had introduced it in order to get Coin working on Cygwin.

On Sun, Dec 30, 2012 at 11:16 AM, Frank Pfenning notifications@github.comwrote:

Couldn't you set the path to include /opt/local/lib?

Robert J. Simmons simrob.com rjsimmon@cs.cmu.edu robsimmons@gmail.com Cell: 404-273-6890