[Lapackpp-devel] compilation on Mac OS X
Status: Beta
Brought to you by:
cstim
From: Jean-Baptiste C. <Jea...@in...> - 2005-03-10 11:18:32
|
Hi, it's me again. i've tried to compile lapackpp on Mac OS X. There were to minor problems : _ Test to link a program in FORTRAN in configure script fails : i had to set FLIBS to : FLIBS="-L/sw/lib -lfrtbegin -lg2c -lSystem" before this test. _ For an obscure reason, gfgrc returns a compilation error. It does not accept the variable name "_A". I did not waste time in searching a magical g++ flag to solve this problem, so i renamed the variable _Algmc (it's a LaGenMatComplex). Now it is ok. I send you this "report" as a piece of feedback. I've only tested this solution on one apple G5 with this version of Mac Os : powerpc-apple-Darwin 7.8.0 (i think it's Mac Os 10.2). Best regards, Jean-Baptiste |