From help-request at octave dot org Fri Feb 18 18:26:43 2005 Subject: Re: gfortran vs ranlib From: "John W. Eaton" To: "Dmitri A. Sergatskov" Cc: octave help mailing list Date: Fri, 18 Feb 2005 19:31:51 -0500 On 18-Feb-2005, Dmitri A. Sergatskov wrote: | John W. Eaton wrote: | > On 18-Feb-2005, Dmitri A. Sergatskov wrote: | > | > | I tried to compile octave-2.1.65 on RedHat/FedoraCore3 linux with gcc4 | > | and gfortran (from RH development branch). | > | gfortran could not compile ranlib so I deleted it from the Makefile | > | > Can you please post the errors you received? | | I am sorry -- I thought it was a known problem: | | | gfortran -c -fPIC -O2 -mcpu=athlon-mp -mtune=athlon-mp -pipe -mieee-fp qrgnin.f -o pic/qrgnin.o | In file qrgnin.f:48 | | END | 1 | Internal Error at (1): | TODO: Functions with alternate entry points | make: *** [pic/qrgnin.o] Error 1 OK, I see a way to avoid this limitation in gfortran using standard f77, but does anyone know if this TODO is expected to be done before GCC 4.0 is officially released? Thanks, jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------