bug-binutils
[Top][All Lists]
Advanced

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

Re: can't compile GNU binutils-2.15


From: andre maute
Subject: Re: can't compile GNU binutils-2.15
Date: Sat, 11 Sep 2004 00:15:30 +0200
User-agent: KMail/1.6

never mind, i created a diff file from 2.14 to 2.15 but the file was not 
there :-(

On Saturday 11 September 2004 00:04, you wrote:
> i wanted to compile GNU binutils-2.15, but i didn't mangage it
>
> my system
>
> user:~ # uname -a
> Linux twin 2.4.27 #1 SMP Mon Aug 9 09:02:46 CEST 2004 i686 unknown unknown
> GNU/Linux
>
> user:~ # gcc-3.3.4 -v
> Reading specs from /opt/gcc-3.3.4/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/specs
> Configured with: ../gcc-3.3.4/configure --prefix=/opt/gcc-3.3.4
> --enable-shared --enable-languages=c,c++ --enable-threads=posix
> --enable-__cxa_atexit --enable-clocale=gnu --program-suffix=-3.3.4
> --with-cpu=pentium3
> Thread model: posix
> gcc version 3.3.4
>
> user ~/binutils-2.15-build # CC=gcc-3.3.4
> ../binutils-2.15/binutils/configure --prefix=/usr --enable-shared
>
> user ~/binutils-2.15-build # make tooldir=/usr
> ---------------------------------
> .........................
> ........................
> .......................
> creating config.h
> make[1]: Entering directory `libiberty'
> if [ x"-fpic" != x ] && [ ! -d pic ]; then \
>   mkdir pic; \
> else true; fi
> touch stamp-picdir
> if [ x"-fpic" != x ]; then \
>   gcc-3.3.4 -c -DHAVE_CONFIG_H -g -O2 -I.
> -I../../binutils-2.15/libiberty/../include  -W -Wall -Wtraditional
> -pedantic -fpic ../../binutils-2.15/libiberty/regex.c -o pic/regex.o; \
> else true; fi
> In file included from ../../binutils-2.15/include/xregex.h:26,
>                  from ../../binutils-2.15/libiberty/regex.c:197:
> ../../binutils-2.15/include/xregex2.h:548: warning: ISO C90 does not
> support `static' or type qualifiers in parameter array declarators
> In file included from ../../binutils-2.15/libiberty/regex.c:651:
> ../../binutils-2.15/libiberty/regex.c: In function `byte_compile_range':
> ../../binutils-2.15/libiberty/regex.c:4550: warning: signed and unsigned
> type in conditional expression
> ../../binutils-2.15/libiberty/regex.c:4560: warning: signed and unsigned
> type in conditional expression
> ../../binutils-2.15/libiberty/regex.c:4560: warning: signed and unsigned
> type in conditional expression
> gcc-3.3.4 -c -DHAVE_CONFIG_H -g -O2 -I.
> -I../../binutils-2.15/libiberty/../include  -W -Wall -Wtraditional
> -pedantic ../../binutils-2.15/libiberty/regex.c -o regex.o
> In file included from ../../binutils-2.15/include/xregex.h:26,
>                  from ../../binutils-2.15/libiberty/regex.c:197:
> ../../binutils-2.15/include/xregex2.h:548: warning: ISO C90 does not
> support `static' or type qualifiers in parameter array declarators
> In file included from ../../binutils-2.15/libiberty/regex.c:651:
> ../../binutils-2.15/libiberty/regex.c: In function `byte_compile_range':
> ../../binutils-2.15/libiberty/regex.c:4550: warning: signed and unsigned
> type in conditional expression
> ../../binutils-2.15/libiberty/regex.c:4560: warning: signed and unsigned
> type in conditional expression
> ../../binutils-2.15/libiberty/regex.c:4560: warning: signed and unsigned
> type in conditional expression
> if [ x"-fpic" != x ]; then \
>   gcc-3.3.4 -c -DHAVE_CONFIG_H -g -O2 -I.
> -I../../binutils-2.15/libiberty/../include  -W -Wall -Wtraditional
> -pedantic -fpic ../../binutils-2.15/libiberty/cplus-dem.c -o
> pic/cplus-dem.o; \ else true; fi
> gcc-3.3.4 -c -DHAVE_CONFIG_H -g -O2 -I.
> -I../../binutils-2.15/libiberty/../include  -W -Wall -Wtraditional
> -pedantic ../../binutils-2.15/libiberty/cplus-dem.c -o cplus-dem.o
> make[1]: *** No rule to make target
> `../../binutils-2.15/libiberty/cp-demangle.h', needed by `cp-demangle.o'.
> Stop.
> make[1]: Leaving directory `/libiberty'
> make: *** [all-libiberty] Error 2
>
> -------------------------------------------
>
> but there is no cp-demangle.h anywhere
>
> best regards
> andre Maute




reply via email to

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