This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]