This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: I can't compile libjava on solaris


On May 27, 1999, Maik Scholz <Maik.Scholz@fr.bosch.de> wrote:

> -Wl,-soname -Wl,libzgcj-1.1.3.so -o .libs/libzgcj-1.1.3.so

Because libtool is using the `-soname' option, I know it believes the
linker used by gcc is GNU ld, otherwise it would be using `-h'.
However, gcc does not run GNU ld:

> ld: Software Generation Utilities - Solaris/ELF (3.0)

Now the question is *why* libtool thought the underlying linker was
GNU ld.  What did configure say WRT GNU ld, the linker used by gcc,
etc?

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists


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