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]

configure doesn't find nm/objdump in native build


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?


Mit freundlichen Gruessen / Best Regards

Ulrich Weigand

--
  Dr. Ulrich Weigand
  Linux for S/390 Design & Development
  IBM Deutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032 Boeblingen
  Phone: +49-7031/16-3727   ---   Email: Ulrich.Weigand@de.ibm.com


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