trouble building libgcj

Tom Tromey tromey@cygnus.com
Thu May 6 10:50:00 GMT 1999


>>>>> "David" == David Kulp <dkulp@neomorphic.com> writes:

David> ../../../libgcj/libjava/include/jni.h:127: type specifier omitted for parameter

David> When I look at jni.h, the errors refer to _Jv_va_list which is defined
David> in this file to be __gnuc_va_list, which is supposedly defined in
David> stdarg.h.

David> This leads me to believe that there is a special stdarg.h for egcs,
David> but there is no such file in my installed version of egcs.

David> Can someone give me a pointer or two on how to remedy this?


My egcs does install its own stdarg.h.  It is in the source tree in
egcs/gcc/ginclude/.  It gets installed in the build tree in
lib/gcc-lib/i686-pc-linux-gnu/egcs-2.93.17/include/ (your directory
will be different, but similar).

Tom


More information about the Java mailing list