Please help
Jim Blandy
jimb@cygnus.com
Fri Apr 30 15:12:00 GMT 1999
> Sorry for a simple question but I am trying to compile gdb 4.18 on HP-UX
>
> 10.20.
>
> First I am getting this error of cannot find config.sub even though it
> is there in the same directory. And all directories are in PATH so it
> should
> be able to find it. Can you please help ?
Hmm. So you're getting this message:
*** cannot find config.sub.
Is that right?
How exactly are you invoking configure? If you add a line just above
that error message that echos the values of $progname and $configsub
(like below) what does it say?
echo "progname=$progname configsub=$configsub" 1>&1
echo '***' cannot find config.sub. 1>&2
exit 1
More information about the Gdb
mailing list