On Dec 23, 2006, at 4:50 PM, Adriano Ribeiro wrote: > I a newbie with crystal space. I trying build a simple game based > on example 2 distributed with crystal package and a getting as > bellow. The error that's happen only i try create a world out side > of appplication class, like a csgame example of crystal package. > `.gnu.linkonce.t._ZN16csReporterHelper7ReportVEP15iObjectRegistryiPKcS > 3_Pc' referenced in section `.rodata' of .objs/game.o: defined in > discarded section > `.gnu.linkonce.t._ZN16csReporterHelper7ReportVEP15iObjectRegistryiPKcS > 3_Pc' of .objs/game.o
This is a GNU bug. You may have to upgrade or downgrade you tool chain to work around it. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16625 -- ES ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
