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: Solaris 2.8 build


On Mar 15, 2002, Tom Tromey <tromey@redhat.com> wrote:

> Is there something we can do about it?

Perhaps we could test for ${libdir}/libgcj.la and error out if it's
present, telling the user to use a different prefix or remove the
earlier version, but only if using Solaris' ld.  This linker just
won't let you do The Right Thing (TM) (i.e., link a library with
dependencies yet-to-be-installed such that the dependencies will be
found in the right place after they are installed).

Incidentally, turning zlib and boehm-gc into convenience libraries
would probably fix the non-problem detected by the linker...

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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