This is the mail archive of the bfd@sourceware.cygnus.com mailing list for the bfd project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
> That is irrelevant. The question is: Is it likely to fail on > *Linux* systems, since (as far as I can tell) those are the only > ones that will be running ld? True; although, for instance, my ld is not in /usr/bin. My ld is in /usr/local/bin, and /usr/bin/ld will report the wrong executable format. The point I was trying to make is that the script should be using the PATH to pick up the user's choice of tools in as many circumstances as possible. > Or just do: > (cd /; ld) > Remember: (CMD) runs CMD in a sub-shell. Silly me. Thanks, Ben