From mboxrd@z Thu Jan 1 00:00:00 1970 From: D-Man To: sourcenav@sources.redhat.com Subject: Re: Using SourceNav for Java Date: Thu, 01 Mar 2001 16:09:00 -0000 Message-id: <20010301190906.A26591@harmony.cs.rit.edu> References: <20010301143053.C24127@harmony.cs.rit.edu> X-SW-Source: 2001-q1/msg00182.html On Thu, Mar 01, 2001 at 05:15:45PM -0500, Brad Cox wrote: | At 2:30 PM -0500 03/01/2001, D-Man wrote: | >Oh, yeah, you said you were using gcj, not Sun's jdk. I have used gcj | >before, but not for anything very significant. Check its commandline | >options. You probably need to include it with some sort of classpath | >option. | | Thanks... I'll look into that. | | > If you are using gcj to compile to native, I don't know how | >it handles jar files. As for the standard libary stuff, it is | >included in libgcj.so (a shared library file). | | I still don't see why it can't find stuff like java.io.* then. Maybe you need to add -lgcj to the gcj command line? This is what I would do if ld failed to find some C/C++ symbols (in a C/C++ project). -D