This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gcj-eclipse-merge-branch] MinGW ecj: Cross-built ecjx?!


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]