On Thursday 08 February 2007 15:13, Ali Baharev wrote: > I would like to compile it with icc on Linux i686-smp, 32 bit. I use > it for solving (continuous) LP problems through the API, so i do not > have to compile the routines related to mps file processing, command > line reading, exact arithmetic, MILP stuffs, etc. > > Could you please help me with a Makefile?
I'm running on x86_64 with icc and have run into no difficulties at all. Try using the regular makefile as follows: $> CC=icc make Good luck! Barry Rountree _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
