assertion fail assertion fail elf-strtab.c:262

2002-01-11 Thread Juan Rey
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 !!!



Bug#117067: This means no info documentation for gcc

2002-01-11 Thread Bang, Steinar
This bug results in no info documentation being available for
gcc in testing.

I tried doing apt-get install gcc-doc, on a testing system, today, but 
found that this would have resultet in removal of gcc, g++, and some 
libraries, so I stopped.






























 
This email, its content and any attachments is PRIVATE AND CONFIDENTIAL to
TANDBERG Television. If received in error please notify the sender and
destroy the original message and attachments.




Processed: #111613 is not fixed

2002-01-11 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reopen 111613
Bug#111613: gcc3 on hppa (on paer) get a SEGV when compiling pari with -O3
Bug reopened, originator not changed.

> thanks,
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)




Bug#111613: #111613 is not fixed

2002-01-11 Thread Bill Allombert
reopen 111613
thanks,

on paer.debian.org
gcc -O3 /home/ballombe/preproc.c
still segfault!

Thanks for your attention,

-- 
Bill. <[EMAIL PROTECTED]>




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

2002-01-11 Thread Brian Nelson
Juan Rey <[EMAIL PROTECTED]> writes:

> When I try to  compile a program, this way :
> 
> g++ source1.cc object1.o
> g++ source2.cc object2.o

Shouldn't these be:

g++ -c -o object1.o source1.cc
g++ -c -o object2.o source2.cc

?

> ..
> ..
> 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 !!!

-- 
Brian Nelson <[EMAIL PROTECTED]>