You wrote
> > Hi, just for infomation I have compiled JDK-1.5.0_05 with gcc-3.4.3
> > and JDK-1.5.0_06 precompiled without problems.
> > I applied the jdk-1.5.0_05-gcc_3.4.2+-3.patch and not the
> > jdk-1.5.0_05-gcc4-1.patch that in not going to work at least for this:
> > +OTHER_CFLAGS += -Werror -Wno-pointer-sign and
> > [EMAIL PROTECTED]:~$ gcc -Wno-pointer-sign dummy.c
> > cc1: error: unrecognized command line option "-Wno-pointer-sign"
> > I have not seen any problems until now with my java installation but
> > I'm not in position to check much this, I have only a little java
> > programs, but I have compiled several java bindings in other programs,
> > and Ant. Alessandro
>
> Sorry there is no jdk-1.5.0_05-gcc_3.4.2+-3.patch file!
> There is a jdk-1.5.0-gcc_3.4.2+-3.patch, I guess that's what you mean.
>
> I've tried to build jdk-1.5.0 and jdk-1.5.0_05 on my blfs-6.1 system, no
> result. Everytime compilation stops because of problems with a motif
> library (libXm.a).
>
> Now I'm using the precompiled version.
>
> Stef
Sorry for the wrong information, I tried the gcc-3.4.2 patch first to see
if it's going to work, then I restart to compile jdk and
cp jdk-1.5.0-gcc_3.4.2+-3.patch jdk-1.5.0_05-gcc_3.4.2+-3.patch
just to apply all the patches together with
for PATCH in ../jdk-1.5.0_05*.patch
do patch -Np1 -i ${PATCH}
done
then I just cut/paste the wrong patch in my e-mail.
However, have you understand why libXm.a is not build during
jdk compilation?
Alessandro
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page