[parisc-linux] Re: hppa-linux gcc-3.0.3:
John David Anglin
dave@hiauly1.hia.nrc.ca
Tue, 19 Feb 2002 10:58:09 -0500 (EST)
> Just finished to compile binutils. All seems Ok.
> I just notice many "WARNING: could not find 'runtest'" when "make -k
> check". Is it normal?
This is normal:
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
$runtest --tool libstdc++-v3 --srcdir $srcdir ; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
You can get rid of the "global config" warning by installing a global
config file for dejagnu. There is as sample in the distribution.
If you actually see your warning and not just the Makefile command,
then you have a problem with your dejagnu installation or PATH variable.
In order to run the testsuite, you need dejagnu, expect and tcl
installed. They may require some other packages as well for full
functionality.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)