2020-10-27 14:32:36 +01:00
..
2020-01-27 09:18:17 +01:00
2020-01-27 09:18:17 +01:00
2020-10-27 14:32:36 +01:00

Some compilation notes
------ libgmp ------

For mac osx 10.6 with meshlab 32 bit
After extracting the archive

./configure CFLAGS="-mmacosx-version-min=10.5 -arch i386" LDFLAGS="-mmacosx-version-min=10.5 -arch i386" ABI=32 --enable-cxx --enable-static --with-pic

make

cp .libs/*.a ../../external/lib/macx/

--- using mpir instead GMP ---
Exactly the same steps as above<76>
For mac osx 10.6 with meshlab 32 bit<69>
After extracting the archive

./configure CFLAGS="-mmacosx-version-min=10.5 -arch i386" LDFLAGS="-mmacosx-version-min=10.5 -arch i386" ABI=32 --enable-cxx --enable-static --with-pic

make

cp .libs/*.a ../../external/lib/macx/