This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Please help



> 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