Can't find default package

steve steve@netfuel.com
Tue Jun 10 19:46:00 GMT 2003


This works.


gcj --classpath=/opt/gcc-3.4/share/java/libgcj-3.4.jar -c Hello.java

If I create a link to libgcj-3.4.jar to libgcj-3.4.jar
This fails gcj  -c Hello.java

This works gcj --classpath=/opt/gcc-3.4/share/java/libgcj.jar -c Hello.java

My guess is the 3.4 got left off somewhere or something else got added.

Andrew Haley wrote:
> steve writes:
>  > Is this me or gcc?
> 
> Something probably went wrong during "make install".  
> 
> Try
> 
> strace -f -e trace=file gcj Hello.java
> 
> and see where it tries to open libgcj-3.4.jar.  Find out why
> libgcj-3.4.jar isn't there.
> 
> Andrew.
> 


-- 
Steve Pribyl
Steve AT NetFuel dot com
Computer Infrastructure Practitioner



More information about the Java mailing list