Hi Marcos,

> "(May be replacing `int' by `long int' during compilation is a most
> natural way to port Glpk on a 64-bit machine, however, I've never
> tried that.)"
> 
> Can I do this only with compiler flags?

I don't know because I don't have a 64-bit machine. Looks like gcc
translates `int' as well as `long int' to 32-bit integers, and only
`long long int' to 64-bit integers; however, it seems to me there is
no compiler flag to change `int' to `long long int'.

Regards,

Andrew Makhorin




_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to