> 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

_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to