[GCC-XML]gccxml build problem

Brad King brad.king@kitware.com
Mon, 27 May 2002 09:23:30 -0400 (EDT)


Christian,

> configure --prefix=~/extern/gcc304
[snip]
> Does someone have a clue what does it mean and how could I avoid it?

I don't think this problem is related to GCC-XML's changes.  Can you build
the original GCC 3.0.4 using that configure line?  It looks like part of
the build is not expanding the "~" in the name.  You can try this
configure line instead:

configure --prefix=/home/szegedy/extern/gcc304

Also, what system compiler are you using (including version)?

-Brad