[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/2404] Linker failed to handle symbols with mismatched types.
From: |
hjl at lucon dot org |
Subject: |
[Bug ld/2404] Linker failed to handle symbols with mismatched types. |
Date: |
28 Feb 2006 21:37:23 -0000 |
------- Additional Comments From hjl at lucon dot org 2006-02-28 21:37 -------
Created an attachment (id=894)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=894&action=view)
A testcase
address@hidden mismatch]$ make CC=gcc
gcc -O -g -c -o foo.o foo.c
gcc -O -g -fPIC -c -o bar.o bar.c
gcc -o libbar.so -shared bar.o
gcc -o foo foo.o libbar.so -Wl,-rpath,.
./foo
times: -1
times: 20
time: 0
time: 10
make: *** [all] Segmentation fault
address@hidden mismatch]$
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2404
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.