Re: best way to check for compiler _warnings_?

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

 



* Miles Bader wrote on Wed, Nov 03, 2010 at 01:24:10AM CET:
> Ralf Wildenhues writes:
> >> 	     if grep -e "$ONE_OPT" conftest.err >/dev/null; then
> >
> > -e is not portable to Solaris grep.  Does MSVC print options at the
> > beginning of the line?  If not, then you could
> >              if grep ".$ONE_OPT" ...
> 
> Hmm, ".*$ONE_OPT" should work everywhere, right?

Of course; thanks,
Ralf

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux