Solaris 2.8 build
Tom Tromey
tromey@redhat.com
Fri Mar 15 19:48:00 GMT 2002
>>>>> "Rainer" == Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:
Rainer> The command line can be reduced to
Rainer> gcj -o jv-convert <jv-convert objs> .libs/libgcj.so
Rainer> with much stuff around. gcj implicitly adds -lgcj. If a
Rainer> libgcj.so with the same SONAME as the one in .libs is present
Rainer> in $libdir specified when configuring gcc, gcj will
Rainer> effectively call ld with
Rainer> ld -o jv-convert ... .libs/libgcj.so -L$libdir -lgcj
Alexandre recently checked in a patch that removes the explicit `-l'
options from the command line for gij, jv-convert, etc. With this
patch in place, we only link once.
First, are we sure we're always linking against the uninstalled
libraries?
Second, if so, then doesn't that imply that the 2.8 problem is fixed?
(If you've got some time, would you mind testing this? If you can't,
tell me, and I'll see if I can do it.)
Tom
More information about the Java
mailing list