Avoid redirecting to /dev/null

2005-02-04 Thread Annamalai Gurusami
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++

Re: Avoid redirecting to /dev/null

2005-02-04 Thread Stepan Kasal
Hi, On Fri, Feb 04, 2005 at 04:40:23PM +0530, Annamalai Gurusami wrote: when I issue the make command, the compiler output is being redirected to /dev/null. How to avoid this redirection? when you look more closely to the output, you see it has the following structure: libtool

Re: Avoid redirecting to /dev/null

2005-02-04 Thread Ralf Wildenhues
* Annamalai Gurusami wrote on Fri, Feb 04, 2005 at 12:10:23PM CET: 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? *snip* if /bin/sh ../../libtool

Re: Avoid redirecting to /dev/null

2005-02-04 Thread Noah Misch
On Fri, Feb 04, 2005 at 04:40:23PM +0530, Annamalai Gurusami wrote: 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? Libtool creates this behavior.

Re: Avoid redirecting to /dev/null

2005-02-04 Thread Gary V. Vaughan
Annamalai Gurusami wrote: 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? You need to arrange for libtool to receive -no-suppress in compile mode, adding