This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
GNU checker - memory leaks
- To: gnu-gcc-bug at gnu dot org
- Subject: GNU checker - memory leaks
- From: Fred Wan <a dot wan at cable dot a2000 dot nl>
- Date: Tue, 30 Nov 1999 14:17:18 +0000
- Newsgroups: gnu.gcc.help,gnu.gcc.bug
- Organization: A2000 Kabeltelevisie en Telecommunicatie
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