Problems with GCC
From: Andro Galinovic read backwards (kcaheht_at_fly.srk.fer.hr)
Date: 11/08/03
- Previous message: PaintedRock: "Re: Why RedHat and Linux and Mozilla suck (sometimes)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 08 Nov 2003 17:59:30 +0100
Hi,
Whenever I try to compile any C program this error occurred, it doesn't matter
if it's with gcc or g++:
/usr/lib/libc_nonshared.a(elf-init.oS): In function
`__libc_csu_init':
elf-init.oS(.text+0xb): undefined reference to
`__init_array_end'
elf-init.oS(.text+0x10): undefined reference to
`__init_array_start'
elf-init.oS(.text+0x23): undefined reference to
`__init_array_start'
/usr/lib/libc_nonshared.a(elf-init.oS): In function
`__libc_csu_fini':
elf-init.oS(.text+0x36): undefined reference to
`__fini_array_end'
elf-init.oS(.text+0x3b): undefined reference to
`__fini_array_start'
elf-init.oS(.text+0x57): undefined reference to
`__fini_array_start'
collect2: ld returned 1 exit status
Everything worked fine before I updated RedHat7.2 to RedHat9.0
Please help,
--
Andro
- Previous message: PaintedRock: "Re: Why RedHat and Linux and Mozilla suck (sometimes)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|