On Thu, Jun 10, 2010 at 12:15 PM, <[email protected]> wrote: > Thanks, > so, if I got it right, I should put -axW instead of -aW > Which file do I have to modify?
Good question. It would be nice if you could add something to $libmesh_CXXFLAGS to "cancel" a compiler flag, but I'm not sure that's possible. The -xW flag is actually set in m4/compiler.m4, I wouldn't change it to -axW, I'd just remove it completely. If you do change the compiler.m4 file, you'll have to rebuild the configure script by running bootstrap in the top level directory. -- John ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
