Avoid redirecting to /dev/null

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

 



Hi.

We are using autoconf tools for our project.  After doing ./configure
when I issue the make command, the compiler output is being redirected
to /dev/null.  How to avoid this redirection?

Here is a sample of the output

(begin-quote)

if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I ../base/  -g   -MT Telnet.lo -MD -MP -MF ".deps/Telnet.Tpo" -c -o Telnet.lo Telnet.cc; \
then mv -f ".deps/Telnet.Tpo" ".deps/Telnet.Plo"; else rm -f ".deps/Telnet.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I ../base/ -g -MT Telnet.lo -MD -MP -MF .deps/Telnet.Tpo -c Telnet.cc  -fPIC -DPIC -o .libs/Telnet.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I ../base/ -g -MT Telnet.lo -MD -MP -MF .deps/Telnet.Tpo -c Telnet.cc -o Telnet.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I ../base/  -g   -MT Command.lo -MD -MP -MF ".deps/Command.Tpo" -c -o Command.lo Command.cc; \
then mv -f ".deps/Command.Tpo" ".deps/Command.Plo"; else rm -f ".deps/Command.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I ../base/ -g -MT Command.lo -MD -MP -MF .deps/Command.Tpo -c Command.cc  -fPIC -DPIC -o .libs/Command.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I ../base/ -g -MT Command.lo -MD -MP -MF .deps/Command.Tpo -c Command.cc -o Command.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I ../base/  -g   -MT Ftp.lo -MD -MP -MF ".deps/Ftp.Tpo" -c -o Ftp.lo Ftp.cc; \
then mv -f ".deps/Ftp.Tpo" ".deps/Ftp.Plo"; else rm -f ".deps/Ftp.Tpo"; exit 1; fi

(end-quote)

I see that not all the command output is redirected.  Only some of
them are redirected.  I just don't want to miss any warnings or errors
from the compiler.  Any thoughts on this much appreciated.  Thanks.

Rgds,
anna

-- 

GCompris is a complete educational suite for children from 2 to 10
years old. It includes more than 40 activities. It offers activities
dedicated to little kids like learning the mouse and keyboard. It
teaches letters, numbers, words, basic algebra training, reading time
on an analog clock, vector drawing, and much more.

               http://www.ofset.org/gcompris/


_______________________________________________
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