[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: picewise linking and MS lib.exe
From: |
Ralf Wildenhues |
Subject: |
Re: picewise linking and MS lib.exe |
Date: |
Mon, 28 Aug 2006 10:20:10 +0200 |
User-agent: |
Mutt/1.5.12 (2006-08-10) |
Hello Christopher,
* Christopher Hulbert wrote on Sun, Aug 27, 2006 at 07:21:25PM CEST:
> Piecewise linking with the MS archiver (lib) doesn't work. Every
> invocation of the lib clobbers the old one. The solution is to list
> the library as the first "object" (really anywhere should be fine) in
> the next lib command.
If I remember correctly, response files are not a feature of MSVC but of
w32, so they should work with `lib' as well, right? Let's see to a fix
when we know this.
Which patch(es) against Libtool are you using to make MSVC support work?
Cheers,
Ralf