Page 1 of 1

Re: Ubuntu for MAGMA question

Posted: Tue Aug 10, 2010 1:28 pm
by Stan Tomov
Hi,
It should work. In lib there are binaries for both 32 and 64 bit.
Let us know if it doesn't (in which case I can send you the sources).
Stan

Re: Ubuntu for MAGMA question

Posted: Mon Dec 27, 2010 7:54 pm
by fletchjp
It is worthwhile knowing that Ubuntu follows Debian practice with 64 bit libraries.

Fedora by default uses lib for 32 bit libraries and lib64 for 64 bit libraries

Debian and Ubuntu by default uses lib32 for 32 bit libraries and lib for 64 bit libraries (lib64 is a link to lib).

I found this out the hard way trying to build some software from source.