name.lib vs. -lname (was: Re: msvs support)

2006-02-14 Thread Peter Ekberg
Hi Ralf! On Sun, Feb 12, 2006 at 11:17:04AM +0100, Ralf Wildenhues wrote: > | @@ -4082,6 +4127,17 @@ > | *) tmp_libs="$tmp_libs $deplib" ;; > | esac > | ;; > | + -l*) > | + if test "X$with_gcc" != Xyes; then > | + case $host_os/$linkmode in > |

Command file interface to archiver (was: Re: msvs support)

2006-02-14 Thread Peter Ekberg
Hi Ralf! > | @@ -6342,44 +6454,59 @@ > |test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then > | cmds=$old_archive_cmds > | else > | - # the command line is too long to link in one step, link in parts > | - func_echo "using piecewise archive linking..." > |

old_archive_from_new_cmds and MSVC (was: Re: msvs support)

2006-02-14 Thread Peter Ekberg
Hi Ralf, Thanks for the review! *big snip* > | - # The linker will automatically build a .lib file if we build a DLL. > | - _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' *rather big snip* > | + # The linker will not automatically build a static lib if we build a > DLL. > | +

Re: msvs support

2006-02-13 Thread Peter Ekberg
On Sun, Feb 12, 2006 at 10:21:46AM +0100, Ralf Wildenhues wrote: > Hi Peter, > > * Peter Ekberg wrote on Sat, Feb 11, 2006 at 09:15:11PM CET: > > I think I remember Ralf saying something about a list of tests that > > are needed in order for the patch to be commitable. Is this something > > I can

darwin intel (was: Re: msvs support)

2006-02-12 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 D. Walsh wrote: | | On Feb 12, 2006, at 07:41 , Ralf Wildenhues wrote: | |> * D. Walsh wrote on Sun, Feb 12, 2006 at 01:13:39PM CET: |> |>> |>> On Feb 12, 2006, at 05:17 , Ralf Wildenhues wrote: |>> |>>> [ moving from the libtool list ] |>> |>> |>> As

Re: msvs support

2006-02-12 Thread D. Walsh
On Feb 12, 2006, at 07:41 , Ralf Wildenhues wrote: * D. Walsh wrote on Sun, Feb 12, 2006 at 01:13:39PM CET: On Feb 12, 2006, at 05:17 , Ralf Wildenhues wrote: [ moving from the libtool list ] As a test, I tried this patch on Mac OSX, sorry to say it wasn't a happy camper. Could you be m

Re: msvs support

2006-02-12 Thread Ralf Wildenhues
* D. Walsh wrote on Sun, Feb 12, 2006 at 01:13:39PM CET: > > On Feb 12, 2006, at 05:17 , Ralf Wildenhues wrote: > > >[ moving from the libtool list ] > > As a test, I tried this patch on Mac OSX, sorry to say it wasn't a > happy camper. Could you be more specific? For example, posting the re

Re: msvs support

2006-02-12 Thread D. Walsh
On Feb 12, 2006, at 05:17 , Ralf Wildenhues wrote: [ moving from the libtool list ] As a test, I tried this patch on Mac OSX, sorry to say it wasn't a happy camper. I have to agree, some of the proposed manipulations are done too late in the game and should be done in the deplib search.

Re: msvs support

2006-02-12 Thread Ralf Wildenhues
[ moving from the libtool list ] * /me wrote on Sun, Feb 12, 2006 at 10:21:45AM CET: > > Sure, I can try. The patch needs some cleanup. I'll reply on > libtool-patches with inline comments about the patch. I forgot one system that needs testing: - host=mingw cross-compiled from something else