This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: undefined symbol: __g95_sign_r8


On Mon, Aug 25, 2008 at 12:02:06PM -0700, Richard Jacobsen wrote:
> I'm fairly certain advect.o (as well as the rest of the code) has been 
> recompiled several times with gfortran (not g95), but I'll check once 
> more...
> 

I suspect you have an old object file or library
that was compiled by g95.

troutmask:kargl[203] nm /usr/local/lib/gcc-4.3.2/libgfortran.a | grep g95
troutmask:kargl[204] nm /usr/local/lib/gcc-4.2.5/libgfortran.a | grep g95
troutmask:kargl[205] nm ~/../sgk/work/4x/lib/libgfortran.a | grep g95

There are no symbols in libgfortran that use g95 in their name.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]