[Csdp] recompiling for binary version on 64-bit Ubuntu

Brian Borchers borchers at nmt.edu
Thu Oct 28 16:09:27 EDT 2010


2010/10/28 WangBo <wangbo334 at hotmail.com>:
> Hi all,
>
> How can I get a binary version on 64-bit Ubuntu from the newest version
> 6.1.1? After I recompiled the source code on 64-bit
> Ubuntu, for my problem, it did not work. One error "this problem is too
> large to be solved in 32 bit mode" occured:-(.
>

This indicates that you didn't properly compile the code in 64 bit
mode.  In particular, you almost certainly forgot to include "-DBIT64"
in CFLAGS in the Makefile.  You also need to include the "-m64" flag.


-- 
Brian Borchers                          borchers at nmt.edu
Department of Mathematics      http://www.nmt.edu/~borchers/
New Mexico Tech                       Phone: (575) 322-2592
Socorro, NM 87801                   FAX: (575) 835-5366




More information about the Csdp mailing list