[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: picewise linking and MS lib.exe
From: |
Peter Ekberg |
Subject: |
Re: picewise linking and MS lib.exe |
Date: |
Mon, 28 Aug 2006 10:25:53 +0200 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
On Mon, Aug 28, 2006 at 10:20:10AM +0200, Ralf Wildenhues wrote:
> 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.
My MSVC patches indeed uses response files with lib.exe, so piecewise
linking is not a needed feature.
Cheers,
Peter