This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
-- prefix ..? um sure
- To: "Jeremy Greiner" <jeremy at win1 dot net>
- Subject: -- prefix ..? um sure
- From: Andrew Haley <aph at redhat dot com>
- Date: Fri, 8 Sep 2000 18:10:38 +0100 (BST)
- Cc: <java-discuss at sourceware dot cygnus dot com>
- References: <012801c019b7$23466760$37abf486@stlgreinernt>
Jeremy Greiner writes:
> ok in fear of sounding like a newbie I am going to try to word my
> question carefully:
Right. :-)
> I am trying to run gcj.
Which gcj?
Where did you get it from?
Did you build it and install it yourself?
What OS are you running?
Type ``gcj --version'' and tell us what it says.
> when I run it to compile a java file (gcj something.java)
> I get the error gcj: libgcj.spec: No such file or directory.
You have gcj but not libgcj. Most of the power of the Java language
comes from its extensive library: without libgcj, gcj won't work at
all.
Andrew.