classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build update


From: Bryce McKinlay
Subject: Re: build update
Date: Sun, 28 Oct 2001 15:11:20 +1300
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.5) Gecko/20011016

Mark Wielaard wrote:

Note to gcj hackers: To reproduce just run the following in the lib dir
from Classpath "gcj --classpath=.. -C -d . @classes". You will get errors
like:
../java/lang/ClassNotFoundException.java:48: Class 
`java.lang.ClassNotFoundException' already defined in 
././../java/lang/ClassNotFoundException.java:48.
  public class ClassNotFoundException extends Exception
               ^


This is almost the same as the bug which prevents libgcj from building on case-insensitive filesystems (Darwin and Cygwin). The problem here is that GCJ thinks they are different files due to the different path prefix at the start of the filename. We need to figure out a good way to determine if two files are really the same file, even if they are loaded via different paths and/or names...

regards

Bryce.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]