GNU checker - memory leaks

Fred Wan a.wan@cable.a2000.nl
Tue Nov 30 05:17:00 GMT 1999


Hi,

On the search for methods to track memory leaks I found checker by GNU
( http://www.gnu.org/software/checker/checker.html ). It should
automatically configure by running the configure script, however, my
machine configuration was not recognized, probably due to an error in
one of the script files. My machine is a Solaris 7 on Intel, which is
listed in the config.guess file as

    i86pc:SunOS:5.*:*)
        echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
        exit 0 ;;

which is constructed with the same file, but the variables filled with
uname -s, uname -r, etc. are not in the proper order. I tried to change
this, but it didn't work. Does anyone has an idea to fix this?

Thanks,
Fred.
a.wan@cable.a2000.nl


OUTPUT FROM CONFIGURE:

(/dev/pts/4)Checker-0.9.9.1> ./configure
loading cache ./config.cache
Your language is English
checking host system type... i386-pc-solaris2.7
`i386-pc-solaris2.7' unknown.
Checker has not yet been ported to this machine
If you want to begin a port, you can try `./configure generic'
(/dev/pts/4)Checker-0.9.9.1> ./configure



More information about the Gcc-bugs mailing list