[Open Office] location of 64bit version of libgcj.so
NAKATA Maho
chat95 at mac.com
Tue Apr 18 21:33:54 EDT 2006
Hi kendy
please have a look at this issue.
http://www.openoffice.org/issues/show_bug.cgi?id=64442
however, older patch attached this issue was broken for SRC680_m163,
since jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx has been changed.
I assume we are using
/usr/lib64/libgcj.so.7
for amd64,
/usr/lib/libgcj.so.7
for i386.
however, we can also configure gcc like:
--libdir=/usr/local/lib/gcc/i386-portbld-freebsd6.0/4.1.1
so that we can install multiple versions of gccs.
in this case libgcj.so.7 will be located at
/usr/local/lib/gcc/i386-portbld-freebsd6.0/4.1.1/libgcj.so.7
Unfortunately, current implementation of gnujre.cxx assumes
gcj is java.home/bin and libgcj.so is java.home/lib or java.home/lib64,
which is wrong. There are case that gcc is configured with --libdir.
o could you please paste your output of gcc -v of AMD64 enviroment?
so that I can check whether you configured your gcc with --libdir or not.
o how do you think following newer patch?
http://www.openoffice.org/nonav/issues/showattachment.cgi/35790/patch-i64442
Thanks in advance,
-- NAKATA, Maho (maho at FreeBSD.org)
More information about the Openoffice
mailing list