This is the mail archive of the gcc-help@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] |
Other format: | [Raw text] |
I'm tryinig to build gcc 3.4.6 on Solaris (x86) 9, using gcc 3.3.2.
In June 2006 I produced a cross GCC from Linux/x86 to Solaris2.9/x86 and I cannot remember anything like you got :
The existing file 'gcc/cp/cfns.h' :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
kai@Dell:/data1/home/src/gcc-3.4.6/gcc/cp> grep cfns.h *.c except.c:#include "cfns.h"
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |