Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-28 Thread Lars Gullik Bjønnes
Rob <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: >> This is gcc 3.4.2 on FreeBSD 5.3, whic is supposed | to >> be current for some time. >> >> The question is to know whether we can disable >> stdlib-debug for this compiler. Or whether we should >> do it. > | I suppose such debug st

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-28 Thread Rob
Jean-Marc Lasgouttes wrote: > This is gcc 3.4.2 on FreeBSD 5.3, whic is supposed to > be current for some time. > > The question is to know whether we can disable > stdlib-debug for this compiler. Or whether we should > do it. I suppose such debug stuff is only in the CVS repository. When a fina

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | --disable-stdlib-debug solves the problem: | http://marc.theaimsgroup.com/?l=lyx-devel&m=110657975517441&w=2 Lars> I am leaning to letting that solve the problem, and be done with Lars> it. Debug mode is after all only used on dev

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> I am still a bit confused > | Lars> I need a tea-spoon > | OK, the initial message with the errors is here: | http://marc.theaimsgroup.com/?l=lyx-devel&m=110630812118047&w=2

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I am still a bit confused Lars> I need a tea-spoon OK, the initial message with the errors is here: http://marc.theaimsgroup.com/?l=lyx-devel&m=110630812118047&w=2 --disable-stdlib-debug solves the problem: http://marc.theaim

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >>> | Lars> | Lars> Anything more you want to know? :-) >>

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >> Lars> | Lars> Anything more you want to know? :-) >> Lars> | Yes. What can we do about this poor freebsd compi

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Anything more you want to know? :-) > | Yes. What can we do about this poor freebsd compiler? Do you have | ideas about that? There are two errors about concept checks flyin

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Anything more you want to know? :-) > | Yes. What can we do about this poor freebsd compiler? Do you have | ideas about that? Why anything if the -- switch fixes the proble

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-25 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Anything more you want to know? :-) Yes. What can we do about this poor freebsd compiler? Do you have ideas about that? JMarc

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | Lars> Lars, did you read that thread? > | Lars> This thread? > | Yes. So yes then. Anything more you want to know? :-)

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-25 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> Lars, did you read that thread? Lars> This thread? Yes. JMarc

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars, did you read that thread? This thread? -- Lgb

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-24 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: > Rob> It's because of both, _GLIBCXX_DEBUG and _GLIBCXX_DEBUG_PEDANTIC. > > Rob> Does that make sense? > > So the stdlibc++ debug feature is broken with your compiler version, I > guess. You should ask the freebsd people for more info. When we know > exactly what happen

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-24 Thread Jean-Marc Lasgouttes
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: >> 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> It's because of both, _GLIBCXX_DEBUG and _GLIBCXX_DEBUG_PEDANTIC. Rob> Does that make s

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-24 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: >> Rob Lahaye 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

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-24 Thread Jean-Marc Lasgouttes
> "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

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-24 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: >>"Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: > > > Rob> I can compile LyX almost; something goes wrong at the very end. > Rob> At the end of gmake, when the final executable is being linked, I > Rob> get zillions of following lines: > > Rob> $ gmake [...] > Rob

Re: FreeBSD/gcc-3.4.2: gmake ends with linking error

2005-01-24 Thread Jean-Marc Lasgouttes
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: Rob> I can compile LyX almost; something goes wrong at the very end. Rob> At the end of gmake, when the final executable is being linked, I Rob> get zillions of following lines: Rob> $ gmake [...] Rob> BranchList.o(.gnu.linkonce.t._ZN10__gnu_