From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: Jayesh Kamdar Cc: gdb@sourceware.cygnus.com Subject: Re: Please help Date: Fri, 30 Apr 1999 15:12:00 -0000 Message-id: References: <372A1622.B86E09FD@emc.com> X-SW-Source: 1999-q2/msg00069.html > 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