[patch #3686] Trivial patch to change sprintf to snprintf in libltdl

2005-06-10 Thread anonymous
Additional Item Attachment, patch #3686 (project libtool): File name: bbrun.cSize:4 KB bigbrother file to change ___ Reply to this item at:

Re: MSYS+MSVC for libtool branch-2-0, take 2

2005-06-10 Thread Ralf Wildenhues
Hi Peter, I've tried your patch now, with cygwin and this version: | Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86 | Copyright (C) Microsoft Corporation 1984-2002. All rights reserved. configured like: CC=cl CXX=cl. Notes: `link -LIB' can be a problem if the cygwi

Re: Fortran 90/95 (FC) support

2005-06-10 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Jun 10, 2005 at 12:24:00AM CEST: > > - `ifort -static' is falsely detected as broken, because it shows > link-warnings. To put this into perspective: | $ cat a.f | program foo | end | $ ifort -static -blabla -o a a.f | ifort: Command line warning: i

Re: _LT_COMPILER_OPTION/_LT_LINKER_OPTION/ sed fix

2005-06-10 Thread Paolo Bonzini
As detailedly explained in the comment above this change, `$ECHO' is not necessary instead of `echo'. Also, sed regex `?' is not portable (and in fact not recognized by GNU sed 4.1.2), but \{0,1\} is. ? is plain wrong, since sed uses basic regular expressions. No GNU sed ever recognized it; t

PING**n (PR/19210, PR/21921, toplevel bootstrap)

2005-06-10 Thread Paolo Bonzini
http://gcc.gnu.org/ml/gcc-patches/2005-05/msg00464.html PR/19210: Add -{f,W}unsafe-loop-optimizations http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00260.html Always create target tools in the gcc directory, take 6 (4.1 stage 2 project, toplevel bootstrap) I think I sent at least six pings each f

Re: PING**n (PR/19210, PR/21921, toplevel bootstrap)

2005-06-10 Thread Ralf Wildenhues
* Paolo Bonzini wrote on Fri, Jun 10, 2005 at 07:48:00PM CEST: > *snip gcc-patches pings* > > I think I sent at least six pings each for these. ;-) And they have exactly what to do with Libtool? :-) Cheers, and SCNR Ralf

RE: MSYS+MSVC for libtool branch-2-0, take 2

2005-06-10 Thread Peter Ekberg
Ralf Wildenhues wrote: > Hi Peter, > > I've tried your patch now, with cygwin and this version: > > | Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86 > | Copyright (C) Microsoft Corporation 1984-2002. All rights reserved. > > configured like: CC=cl CXX=cl. > > Notes: