Memory checking and hashtab.h

FX Coudert fxcoudert@gmail.com
Sat Feb 23 21:21:00 GMT 2008


> I've taken a good long look at your memory checking patch.  It applies
> cleanly, looks good and the code it produces is fine.  Also, there is
> now sign of co-lateral damage when the optiuon is switched off.
> However, I cannot test it it because the library build is failing for
> the lack of hashtab.h   Any suggestions as to what I'm doing wrong?


That hunk of the libgfortran/Makefile.am patch should take care of it:

> @@ -26,6 +26,7 @@ libgfortranbegin_la_LDFLAGS = -static
>  ## use -iquote
>  AM_CPPFLAGS = -iquote$(srcdir)/io -I$(srcdir)/$(MULTISRCTOP)../gcc \
>               -I$(srcdir)/$(MULTISRCTOP)../gcc/config \
> +             -I$(srcdir)/$(MULTISRCTOP)../include \
>               -I$(MULTIBUILDTOP)../../$(host_subdir)/gcc -D_GNU_SOURCE
>
>  gfor_io_src= \


Do you have it applied? Have you regenerated Makefile.in (building in  
maintainer mode should take care of it)?

FX

-- 
François-Xavier Coudert
http://www.homepages.ucl.ac.uk/~uccafco/



More information about the Fortran mailing list