Subject: Toolchain build error
To: None <port-dreamcast@netbsd.org>
From: Pat Wendorf <mlist@beholder.homeunix.net>
List: port-dreamcast
Date: 02/18/2003 13:03:51
I've been able to sucessfully cross build the dreamcast toolchain on my i=
386=20
FreeBSD box, but it seems to get hung up when building the toolchain from=
 the=20
dreamcast itself:

My src is -CURRENT from a few weeks ago
The command I used was:  ./build.sh tools

It dies with this during the "texinfo" portion of the toolchain build:

Making all in info
source=3D'/axolotl/src/tools/texinfo/../../gnu/dist/texinfo/info/=20
makedoc.c' object=3D'makedoc.o' libtool=3Dno  depfile=3D'.deps/makedoc.Po=
' =20
tmpdepfile=3D'.deps/makedoc.TPo'  depmode=3Dgcc /usr/pkg/bin/bash =20
/axolotl/src/tools/texinfo/../../gnu/dist/texinfo/depcomp  cc =20
-DINFODIR=3D\"/axolotl/src/tools/obj/tools.NetBSD-1.6N-sh3el/info\" =20
-DLOCALEDIR=3D\"/axolotl/src/tools/obj/tools.NetBSD-1.6N-sh3el/share/=20
locale\" -DHAVE_CONFIG_H -I. =20
-I/axolotl/src/tools/texinfo/../../gnu/dist/texinfo/info -I.. -I. =20
-I/axolotl/src/tools/texinfo/../../gnu/dist/texinfo/lib -I../intl -I.. =20
-I/axolotl/src/tools/texinfo/../../gnu/dist/texinfo/info     -O -c =20
`test -f =20
'/axolotl/src/tools/texinfo/../../gnu/dist/texinfo/info/makedoc.c' || =20
echo =20
'/axolotl/src/tools/texinfo/../../gnu/dist/texinfo/info/'`/axolotl/src/=20
tools/texinfo/../../gnu/dist/texinfo/info/makedoc.c
cc  -O   -o makedoc  makedoc.o ../lib/libtxi.a  -lcurses =20
=2E./intl/libintl.a
makedoc.o: In function `main':
makedoc.o(.text+0x268): undefined reference to `_libintl_gettext'
makedoc.o: In function `fatal_file_error':
makedoc.o(.text+0x89c): undefined reference to `_libintl_gettext'

- Pat