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]

I can't compile libjava on solaris


Help,
i can't compile the libgcj package on solaris.

facts:
versions:
    egsc-19990502
    libgcj-snap...-19999-05-26
>
configure --prefix=/.../java/gcj
... with no errors or warnings
>
make
...
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1 -I. -I../../../libgcj-snapshot-1999-05-26/zlib -g -O2
-c  -fPIC -DPIC ../../../libgcj-snapshot-1999-05-26/zlib/zutil.c -o
.libs/zutil.lo
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1
-DHAVE_UNISTD_H=1 -I. -I../../../libgcj-snapshot-1999-05-26/zlib -g -O2
-c ../../../libgcj-snapshot-1999-05-26/zlib/zutil.c -o zutil.o
>/dev/null 2>&1
mv -f .libs/zutil.lo zutil.lo
/bin/sh ./libtool --mode=link gcc  -g -O2  -o libzgcj.la  -release 1.1.3
-rpath
/usr/local/projects/dab_receiver/develenv/java/gcj/sparc-sun-solaris2.5.1/lib
adler32.lo compress.lo crc32.lo deflate.lo gzio.lo infblock.lo
infcodes.lo inffast.lo inflate.lo inftrees.lo infutil.lo trees.lo
uncompr.lo zutil.lo
rm -fr .libs/libzgcj.la .libs/libzgcj.* .libs/libzgcj-1.1.3.*
gcc -shared  adler32.lo compress.lo crc32.lo deflate.lo gzio.lo
infblock.lo infcodes.lo inffast.lo inflate.lo inftrees.lo infutil.lo
trees.lo uncompr.lo zutil.lo  -lc  -Wl,-soname -Wl,libzgcj-1.1.3.so -o
.libs/libzgcj-1.1.3.so
ld: warning: option -o appears more than once, first setting taken
ld: fatal: file libzgcj-1.1.3.so: cannot open file: No such file or
directory
ld: fatal: File processing errors. No output written to
.libs/libzgcj-1.1.3.so
collect2: ld returned 1 exit status
make[1]: *** [libzgcj.la] Error 1
make: *** [all-target-zlib] Error 2

what is the problem

Thanks

Maik Scholz

--
Robert Bosch Multimedia-Systeme GmbH & Co.KG
Maik Scholz       P.O.Box 777777      phone  +49-5121-49-5391
Dept. MU/EMS2     D-31132 Hildesheim  fax    +49-5121-49-3970
                                      mailto:Maik.Scholz@fr.bosch.de

begin:vcard 
n:Scholz;Maik
tel;fax:05121/49-3970
tel;work:05121/49-5391
x-mozilla-html:TRUE
adr:;;;;;;
version:2.1
email;internet:Maik.Scholz@fr.bosch.de
fn:Maik Scholz
end:vcard

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