Message-ID: From: George Kinney To: "'djgpp AT delorie DOT com'" Subject: Re: Java JNI problems with GCC??? Date: Fri, 1 Oct 1999 09:37:33 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com >Here is a small sampling: (I haven't yet found a way to capture the output >into a log file): use the redir utility: redir -e stderr.out gcc -Zwin32 -Wall -c -o hello.dll hello.c -IH:\jdk1.1.6\include -IH:\jdk1.1.6\include\win32 Then the errors you listed will be sent to the file stderr.out . redir is documented in the info files if you need more info.