This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

bug w/ glibc2 ??




Hello,

I have a little problem with egcs, and apparently it seems
to be a bug.
my config :
Reading specs from /usr/lib/gcc-lib/i586-pc-linux-gnu/egcs-2.90.23/specs
gcc version egcs-2.90.23 980102 (egcs-1.0.1 release)

(egcs-1.0 patched to 1.0.1)

and glibc2 (2.0.5c) on Linux x86

To test i use the Qt *shared* library (X Window GUI) and a small
simple program (60 lines)

if i compile the 2 with egcs with no special flag, here
is what i get :

nexus:seb:~/gl/Qt$ ./quit
BUG IN DYNAMIC LINKER ld.so: ../sysdeps/i386/dl-machine.h: 291:
elf_machine_rel: Assertion `! "unexpected dynamic reloc type"' failed! 

and if i use the -fno-rtti flag (or if i compile with gcc 2.7.2.3,
which doesn't use rtti) :

nexus:seb:~/gl/Qt$ ./quit-nortti
quit-nortti: cannot connect to X server
(X wasn't running at the moment, so it's a good result :-)

if i link with the static Qt library, everything's ok.

Is there something wrong with my config, or is there a problem
with egcs ?

I really would like to have some help. Thank you

btw, is there a way to go back to the default no rtti when compiling
egcs ?? (i don't need it yet, i hope...)


					A++

please, CC any answer to me (sebastien.tanguy@wanadoo.fr), i'm not 
on the list.



---------------------- freedom  for  penguins --------------------
Sebastien Tanguy (aka /LinuxMan/)		  Computer Student
there are three kinds of people : men, women and unix.
						(fortune)



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