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


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

egcs-19981109: where's libjava


Hi folks,

I'm unable to link Java programs using gcj since libjava is
missing. It's mentioned in some files in the tree

----------------------------------------------------------------------
% find . -type f | xargs grep libjava
./gcc/cp/pt.c:  TYPE_FOR_JAVA (type) = TYPE_FOR_JAVA (pattern); /* For libjava's JArray<T> */
./gcc/java/Makefile.in:# Directory holding libjava.zip.
./gcc/java/Makefile.in:libjava_zip = $(datadir)/libjava.zip
./gcc/java/Makefile.in:   -DLIBJAVA_ZIP_FILE='"$(libjava_zip)"' $(srcdir)/jcf-path.c
./gcc/java/decl.c:/* References to internal libjava functions we use. */
./gcc/java/expr.c:     of these fields in libjava. */
./gcc/java/java-tree.h:/* References to internal libjava functions we use. */
./gcc/java/jvspec.c:     link in libjava.  */
./gcc/java/jvspec.c:  int saw_libjava = 0;
./gcc/java/jvspec.c:        saw_libjava = 1;
./gcc/java/jvspec.c:                 in libjava.  */ 
./gcc/java/jvspec.c:      /* Make sure -ljava is before the math library, since libjava
./gcc/java/jvspec.c:  if (library && ! saw_libjava)
./gcc/java/ChangeLog:   (libjava_zip): Likewise.
./gcc/java/ChangeLog:   * class.c (init_class_processing): libjava function renamed to
./gcc/java/jcf-path.c:   built-in system directory (only libjava.zip)
./gcc/java/jcf-path.c:   libjava.zip in the value.  We check for this in a simplistic
./gcc/java/Makefile:# Directory holding libjava.zip.
./gcc/java/Makefile:libjava_zip = $(datadir)/libjava.zip
./gcc/java/Makefile:      -DLIBJAVA_ZIP_FILE='"$(libjava_zip)"' $(srcdir)/jcf-path.c
----------------------------------------------------------------------

but it's not built and I can't see where it should. Do I miss
something?  Where can I get it?

Ciao
	Oliver

PS: Please answer by Email.


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