Re: discard “Configured with” line from gcc -v output

2009-11-01 Thread Ralf Wildenhues
Hello, and sorry for the delay, * Alexandre Oliva wrote on Wed, Sep 09, 2009 at 12:27:17AM CEST: > On Sep 8, 2009, Ralf Wildenhues wrote: > > > One possibility would be to grep out "Configured with" lines. I'll look > > into it. > > That

Re: discard “Configured with” line from gcc -v output

2009-09-08 Thread Alexandre Oliva
On Sep 8, 2009, Ralf Wildenhues wrote: > * Alexandre Oliva wrote on Tue, Sep 08, 2009 at 05:17:28PM CEST: >> The symptom was an incomplete link command line, resulting from a >> trailing «'» character in a -L flag added by libtool. > FWIW, it is not clear to me why this shouldn't have hurt you

Re: discard “Configured with” line from gcc -v output

2009-09-08 Thread Ralf Wildenhues
Hello Alexandre, thanks for the report. * Alexandre Oliva wrote on Tue, Sep 08, 2009 at 05:17:28PM CEST: > Since the latest libtool update in GCC, I've had problems building > libstdc++-v3 on x86_64-linux-gnu. The symptom was an incomplete link > command line, resulting from a trailing «'» chara

discard “Configured with” line from gcc -v output

2009-09-08 Thread Alexandre Oliva
Since the latest libtool update in GCC, I've had problems building libstdc++-v3 on x86_64-linux-gnu. The symptom was an incomplete link command line, resulting from a trailing «'» character in a -L flag added by libtool. It turned out to be improperly auto-detected from the gcc -shared -v output.