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]

compilation issues with gcc v3.2.3p3--building 32bit on 64bit system


Hi,

I am trying to build a 32-bit application on 64bit
system (Linux ???? 2.4.21-37.ELsmp #1 SMP Wed Sep 7
13:32:18 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux) and
getting following errors:


1.   : undefined reference to
`std::__default_alloc_template<true,
0>::deallocate(void*, unsigned int)'
PcsElParserWrapGen.o(.text+0x4762): In function
`dumpClasses(std::basic_ostream<char,
std::char_traits<char> >&)'

2. /grid/common/pkgs/gcc/v3.2.3p3/bin/ld: Warning:
size of symbol `symtab<double>::hash(trString const&)'
changed from 108 in
../../../../pvt/lib/syn2tlb.a(s2tFillDS.o) to 79 in
../../../../pvt/lib/syn2tlb.a(s2tFillDS.o)

3. /grid/common/pkgs/gcc/v3.2.3p3/bin/ld: skipping
incompatible /usr/X11R6/lib/libX11.a when searching
for -lX11
/grid/common/pkgs/gcc/v3.2.3p3/bin/ld: cannot find
-lX11
collect2: ld returned 1 exit status
gmake: *** [proTableWish] Error 1


4. collect2: ld terminated with signal 11
[Segmentation fault]
/grid/common/pkgs/gcc/v3.2.3p3/bin/ld:
../../../../pvt/lib/oss.a(ASTRefCount.o): invalid
string offset 1414742272 >= 179 for section `.strtab'
/grid/common/pkgs/gcc/v3.2.3p3/bin/ld:
../../../../pvt/lib/oss.a(ASTRefCount.o): invalid
string offset 1094087276 >= 179 for section `.strtab'
../../../../pvt/lib/oss.a(ASTRefCount.o)(*ABS*+0x5f534e5045324366):
multiple definition of `no symbol'
gmake: *** [amsdirect.exe] Error 1

5. : undefined reference to `operator new[](unsigned
int)'
../../../../pvt/lib/ivCfg.a(cfg3DGeometrySequence.o)(.gnu.linkonce.t._ZN12cfg3DMeasure9GetStringEPc+0x20):
In function `cfg3DMeasure::GetString(char*)':

6. ../../../../pvt/lib/ivRed.a: could not read
symbols: Memory exhausted
collect2: ld returned 1 exit status
gmake: *** [concice.exe] Error 1


Could anyone help me resolve these issues ?
Thanks in advance.

Regards,
Vivek


Send instant messages to your online friends http://uk.messenger.yahoo.com 


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