This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems linking cxxfilt in binutils cvs trunk 20020914


I have a problem building binutils cvs trunk as of 20020914:

/bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -o cxxfilt   cplus-dem.o underscore.o ../libiberty/libiberty.a  
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o cxxfilt cplus-dem.o underscore.o  ../libiberty/libiberty.a
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x10): undefined reference to `main'
/usr/lib/crt1.o(.text+0x1c): undefined reference to `main'
collect2: ld returned 1 exit status
make[3]: *** [cxxfilt] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/share1/gcc-dev/objdir-binutils/binutils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/share1/gcc-dev/objdir-binutils/binutils'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/share1/gcc-dev/objdir-binutils/binutils'
make: *** [all-binutils] Error 2

This was on a Debian 3.0 (Woody) dual SuperSparc-II sun4m system with these
packages:

binutils                           2.12.90.0.1-4
dejagnu                            1.4.2-1.1
gcc                                2:2.95.4-14 (Debian prerelease)
gcc-2.95			   1:2.95.4-7 (Debian prerelease)
gnat				   3.14p-3
kernel-image			   2.4.19smp_2


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