This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: AVR build fails


"Russell Shaw" <rjshaw at iprimus dot com dot au> wrote in message
news:3E630497 dot 9030205 at iprimus dot com dot au dot  dot  dot 
> Hi,
>
> I checked out cvs binutils a few times and tried:
>
> ./configure --target=avr
> make
>
> but the build fails the same way. I think it's because "no"
> is in line 33 of src/bfd/po/Makefile:
>    GMSGFMT = PATH=../src:$$PATH no
>
> Is it intentional? How long will it be like that?
>
> make[3]: Entering directory `/home/russell/src/src/bfd/doc'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/home/russell/src/src/bfd/doc'
> Making all in po
> make[3]: Entering directory `/home/russell/src/src/bfd/po'
> file=./`echo fr | sed 's,.*/,,'`.gmo \
>    && rm -f $file && PATH=../src:$PATH no -o $file fr.po
> /bin/sh: no: command not found
> make[3]: *** [fr.gmo] Error 127
> make[3]: Leaving directory `/home/russell/src/src/bfd/po'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/russell/src/src/bfd'
> make[1]: *** [all-recursive-am] Error 2
> make[1]: Leaving directory `/home/russell/src/src/bfd'
> make: *** [all-bfd] Error 2
>

configure replaced @GMSGFMT@ with "no", probably because it did
not find the 'msgfmt' program.

It sounds like you don't have the GNU gettext tools installed.
Though it wouldn't hurt to install the package, if you're using
GNU/Linux, or to download and build from source otherwise.

Anyway, you can skip all this (unless you NEED translated
messages) by configuring with --disable-nls.

Hope this helps

---
Eric R. Krause




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