[Cbc] How to Create Dynamic Libraries (i.e. libcbcsolver.dylib and libclp.dylib (OS X) or libcbcsolver.so and libclp.so (Linux))

Noli Sicad nsicad at gmail.com
Tue Mar 8 03:49:39 EST 2016


Hi,

This is working properly now i.e. creating dynamic libraries and
installing it properly.

~~~~~~~
./configure --enable-shared --disable-static --enable-gnu-packages
--enable-cbc-parallel  --prefix=/usr/local
~~~~~~~

After this just do this:
~~~~
export DYLD_LIBRARY_PATH=/usr/local/lib

~~~~

Noli

On 3/8/16, Noli Sicad <nsicad at gmail.com> wrote:
> Hi Ted,
>
> I need to update the OS X on this mid 2012 macbookpro.
>
> Thanks Ted.
>
> Regards, Noli
>
>
> On 3/8/16, Ted Ralphs <ted at lehigh.edu> wrote:
>> I just replied on Github here:
>>
>> https://github.com/JuliaOpt/Cbc.jl/issues/34#issuecomment-193608795
>>
>> Cheers,
>>
>> Ted
>>
>


More information about the Cbc mailing list