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

Re: assertion fail assertion fail elf-strtab.c:262



Juan Rey wrote:

When I try to  compile a program, this way :

g++ source1.cc object1.o
g++ source2.cc object2.o
..
..
g++ -g  -O2 -o binary object1.o object2.o .... -llib1 -llib2...

I get this warning at the end:

/usr/bin/ld: BFD 2.11.92.0.12.3 20011121 Debian/GNU Linux assertion fail ../../bfd/elf-strtab.c:262

It builds a binary file, but it doesn't work.

Any idea ?. Help would be appreciated .
Thanx in advance !!!


I solved it, one file was missing ( /usr/lib/libc.so 178 bytes )




Reply to: