Patch: java.io.PrintStream
Mark Wielaard
mark@klomp.org
Mon Jun 9 07:59:00 GMT 2003
Hi,
On Sun, 2003-06-08 at 17:10, Michael Koch wrote:
> > > I somehow can get Mauve working here.
> >
> > What is the problem? I just checked in a little fix to make mauve
> > work with gcj (native standalone) again.
>
> I try to use mauve as part of the libgcj testsuite. The problem is
> that whatever I try compiling the tests work but linking doesnt. I
> investigated that several times and it seems that the linker is
> called in the wrong directory or on directory depth is ditched when
> giving filenames to the linker.
I had some similar problemw when either the mauve directory was a
symlink or when the gcc (or object dir were symlinks). Or when I used
configure with a relative path.
My setup was:
~/src/gcc -> /opt/src/gcc (containing mauve as symlink to ~/src/mauve)
~/src/gcc-obj -> /opt/src/gcc-obj
And I did configure inside ~/src/gcc-obj as ../gcc/configure
Then there were some strange path mixups when doing make check.
Now I have a complete copy (not a link) of mauve in /opt/src/gcc.
And I configure inside /opt/src/gcc-obj as /opt/src/gcc/configure.
Which seems to have solved my problems.
Cheers,
Mark
More information about the Java-patches
mailing list