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 [EMAIL PROTECTED] [EMAIL PROTECTED] numerica [EMAIL PROTECTED] us (remove @'s to email me) _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus