help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Linux GLPK library


From: Raniere Silva
Subject: Re: [Help-glpk] Linux GLPK library
Date: Wed, 10 Apr 2013 09:53:40 -0300
User-agent: Mutt/1.5.21 (2010-09-15)

> Can anyone tell me where I can download an ELF libglpk.a (32 or 64 is the
> same) or how to recompile GLPK to produce ELF libraries instead of Mach-O
> libraries?
> The problem is that I installed GLPK in a Mac computer and it produced
> Mach-O libraries.
> Now I would want to compile my files in a Linux machine but the library
> can't obviously link.
> Can anyone help me?

I google a little and AFAICT, Mach-0 is the default format of MacOS X and ELF
the GNU/Linux standard.

IMHO, will be easy if you recompile GLPK in the Linux machine using

    $ cd glpk-folder
    $ make clean
    $ ./configure
    $ make
    $ make install

and than try to compile your files.

Raniere



reply via email to

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