This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
fprintf, stderr undeclared
- From: "Boehm, Hans" <hans dot boehm at hp dot com>
- To: "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>
- Cc: "Boehm, Hans" <hans dot boehm at hp dot com>
- Date: Thu, 19 Aug 2004 16:01:49 -0700
- Subject: fprintf, stderr undeclared
I keep running into build errors with undefined references
to stderr and fprintf on the trunk, in libjava/defineclass.cc,
line 340, and in two places in java/lang/natClassloader.cc.
Am I missing something? I don't see reference to anything
like <stdio.h>? Why am I the only one complaining?
Do newer headers have transitive includes
which are hiding this problem?
Hans