[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Mspgcc-users] Minor build problems for binutils 2.14 --target=msp43
From: |
Nick Clifton |
Subject: |
Re: [Mspgcc-users] Minor build problems for binutils 2.14 --target=msp430 |
Date: |
Wed, 07 Jan 2004 15:07:05 +0000 |
User-agent: |
Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux) |
Hi Markus,
> When building binutilities 2.14 on a sparc-SunOS-5.7 host
> for target msp430 configured using
> ./configure --target=msp430 --prefix=/usr/local/msp/msp-430-sf-cvs
> in some of the resulting makefiles the library libintl wasn't linked,
> resulting in build errors like:
>
> Undefined first referenced
> symbol in file
> libintl_bindtextdomain ldmain.o
> libintl_gettext ldgram.o
> libintl_dgettext ../bfd/.libs/libbfd.a(archive.o)
> libintl_textdomain ldmain.o
> ld: fatal: Symbol referencing errors. No output written to ld-new
Thanks for reporting this problem.
It appears to be an autoconf bug, which I hope will be solved when
binutils fully switches over to using autoconf v2.57.
Cheers
Nick