[patch #6448] [MSVC 7/7] Add MSVC Support

2009-09-08 Thread Matthias Pleh
Follow-up Comment #8, patch #6448 (project libtool): Ok, I see. So we need a working version of cccl or a replacement. I try to make a deeper look into this issue. ___ Reply to this item at: __

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

[patch #6448] [MSVC 7/7] Add MSVC Support

2009-09-08 Thread Peter Rosin
Follow-up Comment #7, patch #6448 (project libtool): Hi Matthias! Ok, I have tried that cccl script, but it still fails miserably to even build libtool. So naturally I have no testsuite results. The failure looks the same (on a cursory look) on master and on the pr-msvc-support branch so I do no

Re: Make -Wc,foo behave like -Xcompiler foo in link mode.

2009-09-08 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Tue, Sep 08, 2009 at 09:44:46AM CEST: > Den 2009-09-07 21:09 skrev Ralf Wildenhues: > >>>+ eval "`$LIBTOOL --tag=$tag --config | $EGREP > >>>'^(wl|archive_cmds|reload_cmds)='`" > >>You are not using $reload_cmds anywhere. > > > >Indeed; I added it because I thoug

Re: [PATCH] Allow dlopen self test to work with gcc's -fvisibility=hidden.

2009-09-08 Thread Peter O'Gorman
Ralf Wildenhues wrote: > * Peter O'Gorman wrote on Mon, Sep 07, 2009 at 11:16:05PM CEST: >> Ralf Wildenhues wrote: >> >>> No, it must have been earlier. gcc-3.3 (Debian 3.3.6-15) accepts it, >>> gcc-2.95.4 rejects it. >> Ah, ok - this is it? >> >> 2002-11-26 Richard Henderson >> >> * c-

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.

[patch #6448] [MSVC 7/7] Add MSVC Support

2009-09-08 Thread Matthias Pleh
Follow-up Comment #6, patch #6448 (project libtool): Peter, you have mentioned, that you wanted to test this path with cccl, but doesn't worked for you. I don't know if this is still an issue but there exists a new patch for cccl mentioned on this site: http://folti.blogs.balabit.com/2009/08/comp

Re: Make -Wc,foo behave like -Xcompiler foo in link mode.

2009-09-08 Thread Peter Rosin
Den 2009-09-07 21:09 skrev Ralf Wildenhues: + eval "`$LIBTOOL --tag=$tag --config | $EGREP '^(wl|archive_cmds|reload_cmds)='`" You are not using $reload_cmds anywhere. Indeed; I added it because I thought of running a reload command, until I realized that it wouldn't contain these flags anyw