autoconf
[Top][All Lists]
Advanced

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

Avoid redirecting to /dev/null


From: Annamalai Gurusami
Subject: Avoid redirecting to /dev/null
Date: Fri, 04 Feb 2005 16:40:23 +0530
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]