



Compile problems on GDB-5.3
by Unknown on Feb 26, 2004 |
Not available! | ||
Hi,
I've been trying to compile GDB-5.3 and it doesn't work... I've been
trying to localize the problem but cannot find it...
After running "configure --target=or32-uclinux" as usual, make fails
with the following error:
...Lots of crap removed...
make[3]: Entering directory `/root/source/or1k/b-gdb/bfd/po'
file=../../../gdb-5.3/bfd/po/`echo fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH no -o $file
../../../gdb-5.3/bfd/po/fr.po/bin/sh: line 1: no: command not found
make[3]: *** [fr.gmo] Error 127
The lines in the makefile that causes it looks like this:
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) -o $$file $http://www.da.isy.liu.se/~danwi/
----
Inter spem curamque, timores inter et iras
omnem crede diem tibi diluxisse supremem:
grata superveniet quae non sperabitur hora.
|
Compile problems on GDB-5.3
by Unknown on Feb 26, 2004 |
Not available! | ||
Daniel Wiklund danwi@isy.liu.se> writes:
Hi,
I've been trying to compile GDB-5.3 and it doesn't work... I've been trying to localize the problem but cannot find it... After running "configure --target=or32-uclinux" as usual, make fails with the following error: ...Lots of crap removed... make[3]: Entering directory `/root/source/or1k/b-gdb/bfd/po' file=../../../gdb-5.3/bfd/po/`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && PATH=../src:$PATH no -o $file ../../../gdb-5.3/bfd/po/fr.po/bin/sh: line 1: no: command not found make[3]: *** [fr.gmo] Error 127 The lines in the makefile that causes it looks like this: .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ && rm -f $$file && $(GMSGFMT) -o $$file $ Should there actually be an util named "no" (never heard of it!) or is there something wrong with the makefile? Has anyone got any idea? // Daniel Well, this part of the makefile should not be used if you don't have msgfmt installed. You could either try configuring with --disable-nls or install gettext. Jim |



