bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

binutils-2.10.1 build problem


From: Benoit Hudson
Subject: binutils-2.10.1 build problem
Date: Tue, 21 Nov 2000 21:02:02 -0500

Having configured with
        ./configure --disable-nls --prefix=${HOME}/experimental \
                --program-suffix=-2.10.1

I got errors about having no rule to build ../libiberty/libiberty.a 
I remember getting the same for 2.10.

Unfortunately, the directory has scrolled off the top of my xterm, but I
believe it was in ld (after manually building libiberty, that's what it
started at).

Workaround:
        cd libiberty
        make
        cd ..
        make


Problem 2:

I also get lots of warnings:
    ld.h:39: warning: `textdomain' redefined
    ../intl/libintl.h:171: warning: this is the location of the previous 
definition
    ld.h:43: warning: `bindtextdomain' redefined
    ../intl/libintl.h:172: warning: this is the location of the previous 
definition
In I gather almost every file in ld.  Given that I told it to disable nls,
that's a bit worrysome.


I'm using gcc-2.95.2 with native tools ; GNU make 3.78.1 ;
sparc-sun-solaris2.6

        -- BenoƮt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]