From octave-maintainers-request at bevo dot che dot wisc dot edu Sun Jan 18 23:24:18 2004 Subject: Re: CVS, GCC 3.3.2 (or 3.2.3) and Solaris 9 From: JD Cole To: octave-maintainers at bevo dot che dot wisc dot edu Date: Sun, 18 Jan 2004 22:55:28 -0800 Just for the record I've built octave 2.1.52 with blas lapack and atlas on PPC linux using GCC 3.3.2 and haven't had any problems yet. JD Paul Kienzle wrote: > > On Jan 16, 2004, at 2:08 AM, Albert Chin wrote: > >> Anyone have CVS working on Solaris 9 with GCC 3.2.3 or 3.3.2? I can >> build it without problems but get a SIGBUS on startup. Unfortunately, >> even though I built with: >> CFLAGS="-g -mcpu=v8" CXXFLAGS="-g -mcpu=v8" FFLAGS="-g -mcpu=v8" >> gdb 5.3 doesn't show anything useful from the core file. >> >> HP-UX 11.x and IRIX 6.5 give faults on startup as well. Only Redhat >> Linux and Tru64 UNIX seem to be working. > > > I had problems on IRIX 6.5 when combining -lscs and gcc 3.x. > My solution was to configure --without-lapack --without-blas, > or to use the CC compiler. For details see: > > http://wiki.octave.org/wiki.pl?PaulKienzleIrixConf > > Paul Kienzle > pkienzle at users dot sf dot net >