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.



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to