Re: Oracle 7.2 on an aix box - printf and dbx don't work

From: Steve Shiflett <shiflett_steve_at_mm.ssd.lmsc.lockheed.com>
Date: 1996/01/29
Message-ID: <4ej0uh$122_at_butch.lmsc.lockheed.com>#1/1


RE:

 First, text printed with printf does not appear on the screen (even
> with fflush(stdout) ). Non-Pro*C programs work fine, but programs
> compiled with the proc.mk makefile that is supplied with Oracle do
> not.
>

Try: fprintf(stderr,"....stuff");

Printing to stderr goes out at once, without having to flush the buffer. Received on Mon Jan 29 1996 - 00:00:00 CET

Original text of this message