help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

assembler (?) errors with GCC 4.1.1


From: Dave Steffen
Subject: assembler (?) errors with GCC 4.1.1
Date: 14 Dec 2006 13:21:56 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Hi Folks,

I'm porting some code to GCC 4.1 (it's fine with GCC 3.4.6); when I
try to build any part of it, I get a huge number of warnings like:


C++ ../../../components/util/base/Timer.o
{standard input}: Assembler messages:
{standard input}:13: Warning: setting incorrect section attributes for 
.text._ZnwjPv
{standard input}:32: Warning: setting incorrect section attributes for 
.text._ZdlPvS_
{standard input}:53: Warning: setting incorrect section attributes for 
.text._ZNSt14numeric_limitsIdE3maxEv
{standard input}:73: Warning: setting incorrect section attributes for 
.text._ZNKSt9type_info4nameEv
{standard input}:92: Warning: setting incorrect section attributes for 
.text._ZNKSt9type_infoeqERKS_
{standard input}:115: Warning: setting incorrect section attributes for 
.text._ZN5boost6detail23atomic_exchange_and_addEPii
{standard input}:147: Warning: setting incorrect section attributes for 
.text._ZN5boost6detail16atomic_incrementEPi
{standard input}:170: Warning: setting incorrect section attributes for 
.text._ZN5boost6detail15sp_counted_baseC2Ev
{standard input}:199: Warning: setting incorrect section attributes for 
.text._ZN5boost6detail15sp_counted_base7destroyEv


My only guess, which is very uneducated, is that there's some problem
with the compiler setup, or the way it was built, or something.  Can
anyone shed any light on this?

Thanks very much.

----------------------------------------------------------------------
Dave Steffen, Ph.D.                Disobey this command!
Software Engineer IV                 - Douglas Hofstadter
Numerica Corporation
dg@steffen a@t numerica d@ot us  (remove @'s to email me)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]