On Fri, 8 Aug 2008, Roy Stogner wrote: > Two separate problems here: Why are we not enabling GCC ABI > demangling, and why are we not building correctly when it's disabled? > > I'm only using gcc 4.3 on my laptop (after deciding Fedora 9 wasn't > quite ready for the desktop...) at the moment, so it'll take me a > while to figure out the first problem.
Or maybe it won't. It turns out that I was using free() in the configure test without including stdlib.h, a sin that most compilers forgive but gcc 4.3 apparently won't. That should be fixed in the SVN head now too. Thanks for catching this! --- Roy ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
