public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC 3.2.3 glibc-2.3.2
@ 2003-04-27  3:40 zippo
  0 siblings, 0 replies; 2+ messages in thread
From: zippo @ 2003-04-27  3:40 UTC (permalink / raw)
  To: gcc-help

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

Thanks for all your help so far. Still no luck. I compiled and installed
GCC-3.2.3 with the following:

&>mkdir obj
&>cd obj
&>../gcc-3.2.3/configure
&>make bootstrap
&>make install

i then go to install glibc-2.3.2. i downloaded glibc-2.3.2 and
glibc-linuxthreads-2.3.2. and uncompressed them and ran:

$>mkdir compile
$>cd compile
$>../configure --enable-add-ons=linuxthreads --prefix=/usr
$>make

it errors on make. I can't figure it out, i would be most greatful for
help. i have attacked the last few lines and error message that i got.
Hope someone can make more sence of it then me. Thanks 		Zippo


[-- Attachment #2: error --]
[-- Type: text/plain, Size: 3295 bytes --]

-nostdlib -nostartfiles -o /home/zippo/glibc-2.3.2/compile/iconv/iconvconfig  -Wl,-dynamic-linker=/lib/ld-linux.so.2   -Wl,-z,combreloc /home/zippo/glibc-2.3.2/compile/csu/crt1.o /home/zippo/glibc-2.3.2/compile/csu/crti.o `gcc --print-file-name=crtbegin.o` /home/zippo/glibc-2.3.2/compile/iconv/iconvconfig.o /home/zippo/glibc-2.3.2/compile/iconv/strtab.o /home/zippo/glibc-2.3.2/compile/iconv/xmalloc.o  -Wl,-rpath-link=/home/zippo/glibc-2.3.2/compile:/home/zippo/glibc-2.3.2/compile/math:/home/zippo/glibc-2.3.2/compile/elf:/home/zippo/glibc-2.3.2/compile/dlfcn:/home/zippo/glibc-2.3.2/compile/nss:/home/zippo/glibc-2.3.2/compile/nis:/home/zippo/glibc-2.3.2/compile/rt:/home/zippo/glibc-2.3.2/compile/resolv:/home/zippo/glibc-2.3.2/compile/crypt:/home/zippo/glibc-2.3.2/compile/linuxthreads /home/zippo/glibc-2.3.2/compile/libc.so.6 /home/zippo/glibc-2.3.2/compile/libc_nonshared.a -lgcc `gcc --print-file-name=crtend.o` /home/zippo/glibc-2.3.2/compile/csu/crtn.o
/home/zippo/glibc-2.3.2/compile/libc.so.6(*IND*+0x0): multiple definition of `__udivdi3@GLIBC_2.0'
/home/zippo/glibc-2.3.2/compile/libc.so.6(.text+0x750): first defined here
/home/zippo/glibc-2.3.2/compile/libc.so.6: In function `__umoddi3@GLIBC_2.0':
/home/zippo/glibc-2.3.2/compile/libc.so.6(.text+0x790): multiple definition of `__umoddi3@GLIBC_2.0'
/home/zippo/glibc-2.3.2/compile/libc.so.6(.data+0x58c): multiple definition of `__ctype_toupper@GLIBC_2.0'
/home/zippo/glibc-2.3.2/compile/libc.so.6(*IND*+0x0): multiple definition of `_res@GLIBC_2.0'
/home/zippo/glibc-2.3.2/compile/libc.so.6(.bss+0x1b80): first defined here
/home/zippo/glibc-2.3.2/compile/libc.so.6(.bss+0xe0): multiple definition of `errno@GLIBC_2.0'
/home/zippo/glibc-2.3.2/compile/libc.so.6(*IND*+0x0): multiple definition of `__ctype32_toupper@GLIBC_2.2'
/home/zippo/glibc-2.3.2/compile/libc.so.6(.data+0x594): first defined here
/home/zippo/glibc-2.3.2/compile/libc.so.6(.bss+0x1dc4): multiple definition of `h_errno@GLIBC_2.0'
/home/zippo/glibc-2.3.2/compile/libc.so.6: In function `__divdi3@GLIBC_2.0':
/home/zippo/glibc-2.3.2/compile/libc.so.6(.text+0x650): multiple definition of `__divdi3@GLIBC_2.0'
/home/zippo/glibc-2.3.2/compile/libc.so.6(.data+0x590): multiple definition of `__ctype32_tolower@GLIBC_2.2'
/home/zippo/glibc-2.3.2/compile/libc.so.6(*IND*+0x0): multiple definition of `_errno@GLIBC_2.0'
/home/zippo/glibc-2.3.2/compile/libc.so.6(.bss+0xe0): first defined here
/home/zippo/glibc-2.3.2/compile/libc.so.6(*IND*+0x0): multiple definition of `__moddi3@GLIBC_2.0'
/home/zippo/glibc-2.3.2/compile/libc.so.6(.text+0x6d0): first defined here
/home/zippo/glibc-2.3.2/compile/libc.so.6(.data+0x580): multiple definition of `__ctype_b@GLIBC_2.0'
/home/zippo/glibc-2.3.2/compile/libc.so.6(*IND*+0x0): multiple definition of `__ctype_tolower@GLIBC_2.0'
/home/zippo/glibc-2.3.2/compile/libc.so.6(.data+0x588): first defined here
/home/zippo/glibc-2.3.2/compile/libc.so.6(.data+0x584): multiple definition of `__ctype32_b@GLIBC_2.0'
collect2: ld returned 1 exit status
make[2]: *** [/home/zippo/glibc-2.3.2/compile/iconv/iconvconfig] Error 1
make[2]: Leaving directory `/home/zippo/glibc-2.3.2/iconv'
make[1]: *** [iconv/others] Error 2
make[1]: Leaving directory `/home/zippo/glibc-2.3.2'
make: *** [all] Error 2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* GCC 3.2.3 glibc-2.3.2
@ 2003-04-27  3:43 zippo
  0 siblings, 0 replies; 2+ messages in thread
From: zippo @ 2003-04-27  3:43 UTC (permalink / raw)
  To: gcc-help

Sorry, i am running a fresh install of redhat 7.3 with kernel 2.4.18.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-27  3:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-27  3:40 GCC 3.2.3 glibc-2.3.2 zippo
2003-04-27  3:43 zippo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).