This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Solaris 9 x86 libc_name_p?
- From: "Chayim I. Kirshen" <chayim at gnupower dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 10 Jan 2007 13:26:12 -0500 (EST)
- Subject: Solaris 9 x86 libc_name_p?
- Reply-to: chayim at gnupower dot net
I'm tryinig to build gcc 3.4.6 on Solaris (x86) 9, using gcc 3.3.2. I'm
getting an error in gcc/cp where libc_name_p is an undefined symbol for
cp/except.o. I know the file is in a gperf generated file (and have gperf
2.7.2 in my path because it was needed).
Does anyone know what to do? I end up with:
Undefined first referenced
symbol in file
libc_name_p cp/except.o
ld: fatal: Symbol referencing errors. No output written to cc1plus
collect2: d returned 1 exist status
This is during the make in gcc/cp
Please sent your response to the list and me, as I'm not subscribed to the
list.
Thanks!
--c