This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure doesn't find nm/objdump in native build


On Tue, Nov 26, 2002 at 08:29:19PM +0100, Ulrich Weigand wrote:
> Hello,
> 
> I've problems here due to configure not finding the nm and objdump tools
> it should use.  Apparently, configure always (unless we are building in
> a common tree) tries to use ${program_prefix}nm (e.g. s390-ibm-linux-nm),
> which is fine for cross-builds, but may not exist in a native setup.
> 
> For the assembler and linker, the system tools are found correctly
> (/usr/bin/as and /usr/bin/ld), but nm and objdump are not.  Should
> those not be treated the same way?

See the patch I've just commited.

	Jakub


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