This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-20000124 doesn't build on Red Hat Linux 6.0


On Thu, Jan 27, 2000 at 02:42:45PM -0800, Martin Buchholz wrote:
> /hack/import/egcs-20000124/configure
> --prefix=/hack/import/egcs-20000124/inst
> --exec-prefix=/hack/import/egcs-20000124/inst/linux-libc2 --verbose
> 
> make bootstrap CC=gcc27 CFLAGS=-O
> 
> ...
> 
> gcc27  -DIN_GCC   -O   -o ../cc1chill parse.o actions.o except.o grant.o lang.o tree.o lex.o decl.o typeck.o convert.o expr.o loop.o tasking.o timing.o inout.o satisfy.o ch-version.o ../ggc-callbacks.o \
>       `cat ../stamp-objlist`  ../../libiberty/libiberty.a 
> ../builtins.o: In function `expand_tree_builtin':
> ../builtins.o(.text+0x2a38): undefined reference to `build_unary_op'
> ../builtins.o(.text+0x2aac): undefined reference to `build_binary_op'
> ../builtins.o(.text+0x2abe): undefined reference to `build_unary_op'
> collect2: ld returned 1 exit status

add --enable-languages=c,c++ in your configure line.

Igor

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]