Timm schrieb:
Lars Gullik Bjønnes wrote:
Herbert Voss <[EMAIL PROTECTED]> writes:
| ../../../../boost/boost/regex/detail/regex_match.hpp: In member function
| `unsigned int boost::RegEx::GrepFiles(bool (*)(const char*, const
| boost::RegEx&), const char*, bool, unsigned int)':
| ../../../../boost/boost/regex/detail/regex_match.hpp:1902: Internal
| compiler
| error in expand_call, at calls.c:3049
| Please submit a full bug report,
| with preprocessed source if appropriate.
| See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
What compiler?
I get exactly the same,
g++ --version
g++ (GCC) 3.2
seems to be a bug a gcc.
Get the latest from redhat or wait until 3.2.1 comes out
ftp://ftp.uni-koeln.de/mirrors/redhat.com/redhat/linux/8.0/en/os/i386/SRPMS/gcc-3.2-7.src.rpm
install it, run all patches (lots of) and compile gcc new.
Then you'll get
voss@maria:~> g++ --version
g++ (GCC) 3.2.1 20020903 (prerelease)
Copyright (C) 2002 Free Software Foundation, Inc.
which works well.
Herbert