>>>>> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes:
Rob> Yep, that solves the problem; not that I know what I'm doing Rob> though. But LyX compiles like a charm! Rob> Can you explain a little? Is this a bug, or a misbehaving feature Rob> of FreeBSD, or perhaps LyX or gcc? I think this is a bug of gcc on freebsd. These things turn on some recent (gcc 3.3 or 3.4) debug features of the C++ standard library. It seems that at least one of these is broken. If you have time, you could try to turn them off one by one and see which one is the culprit. Rob> Even more important: how can I tell the configure script to never Rob> set these #def directives again in the future? use --disable-stdlib-debug and/or --disable-concept-checks. JMarc