[gcj-eclipse-merge-branch] MinGW ecj: Cross-built ecjx?!
Tom Tromey
tromey@redhat.com
Tue Dec 5 20:00:00 GMT 2006
Mohan> The latter piece could be solved by linking gij to libgcj.a (or
Mohan> libgij.a, I forget what libgij is for), using --whole-archive,
Mohan> which I think should be done anyway for all static builds.
Yes, I agree.
libgij is a convenience library for people who want to make "gij-like"
executables that are pre-linked with other libraries. It probably is
not very useful for a static-only build.
Mohan> This wouldn't change the fact that ecj.jar would be interpreted
Mohan> on systems like Windows that don't have the notion of a
Mohan> system-wide shared-object database, though, which seems pretty
Mohan> inefficient, which is why I'm leaning towards the first
Mohan> solution unless someone sees something I'm not seeing.
Sounds good to me.
Tom
More information about the Java
mailing list