Re: Assertion failed in linker

2005-05-17 Thread Nick Clifton
Hi Jan, I apologise for taking so long to reply to your email. I am running binutils binutils-2.16.90.0.2-2mdk (Mandrake Cooker). After upgrade from 2.15.x series which Mandrake used before, I am getting this error on linking: collect2: ld terminated with signal 11 [Segmentation fault] /usr/bin/

[Bug ld/939] Assertion failed in linker

2005-05-08 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-08 13:44 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED Resolut

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread jan dot ciger at epfl dot ch
--- Additional Comments From jan dot ciger at epfl dot ch 2005-05-08 01:12 --- (In reply to comment #8) > That is your bug. You never want to do > > -Wl,--whole-archive libJTC.a > > You should use > > -Wl,--whole-archive libJTC.a -Wl,--no-whole-archive Ooops. That means that the offe

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-08 01:04 --- That is your bug. You never want to do -Wl,--whole-archive libJTC.a You should use -Wl,--whole-archive libJTC.a -Wl,--no-whole-archive -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=939 --- You are r

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread jan dot ciger at epfl dot ch
--- Additional Comments From jan dot ciger at epfl dot ch 2005-05-08 01:17 --- (In reply to comment #8) The fixed libJTC fixed the problem, no crash anymore. I have forwarded your patch to the maintainer as well. Thanks again for help. -- http://sources.redhat.com/bugzilla/show_bu

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread jan dot ciger at epfl dot ch
--- Additional Comments From jan dot ciger at epfl dot ch 2005-05-08 00:43 --- (In reply to comment #6) > There is a bug in libJTC.so which references an internal symbol, > __fini_array_end. When linker tried to report the user error, > it crashed. This patch > > http://sourceware.org/m

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-08 00:18 --- There is a bug in libJTC.so which references an internal symbol, __fini_array_end. When linker tried to report the user error, it crashed. This patch http://sourceware.org/ml/binutils/2005-05/msg00329.html should fix

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread jan dot ciger at epfl dot ch
--- Additional Comments From jan dot ciger at epfl dot ch 2005-05-07 23:44 --- Here you are: http://vrlab.epfl.ch/~janoc/files/libs.tar.gz -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=939 --- You are receiving this mail because: --- You are on the CC list for the b

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-07 23:22 --- I need your libpython2.4.so.1.0 and libomnithread.so.3. -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=939 --- You are receiving this mail because: --- You are on the CC list for the bug, or are wat

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread jan dot ciger at epfl dot ch
--- Additional Comments From jan dot ciger at epfl dot ch 2005-05-07 22:34 --- (In reply to comment #2) > The compilation flags for the shared libs were: > -g -frtti -fexceptions -pipe -Wall -Wno-unused-parameter -Wno-unused- > variable -Wno-unknown-pragmas -Wno-endif-labels -Wno-sign-co

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread jan dot ciger at epfl dot ch
--- Additional Comments From jan dot ciger at epfl dot ch 2005-05-07 22:32 --- (In reply to comment #1) > Please make the binary available to me. I will take a look. You can find the set of binaries used in the failed command here: http://vrlab.epfl.ch/~janoc/files/binutils-bug.tar.gz

[Bug ld/939] Assertion failed in linker

2005-05-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-07 20:30 --- Please make the binary available to me. I will take a look. -- What|Removed |Added CC|

[Bug ld/939] New: Assertion failed in linker

2005-05-07 Thread jan dot ciger at epfl dot ch
to reproduce the problem. -- Summary: Assertion failed in linker Product: binutils Version: 2.16 Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com

Assertion failed in linker

2005-05-06 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am running binutils binutils-2.16.90.0.2-2mdk (Mandrake Cooker). After upgrade from 2.15.x series which Mandrake used before, I am getting this error on linking: g++ --export-dynamic -o /home/janoc/src/VHD/VHDPP_TEST/bin/vhdMetaEngine vhdMet