Alexandre Oliva wrote: > On Jul 26, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote: > > Why is it a warning? This should be an error. If I tell it > > "use -lgdi32" it should use it or error out. > > Nope. -lgdi32 is being recorded as a required dependency, and it will > be linked in when any executables or other libraries are linked with > the library you're creating. Sorry to come in late on this thread, but ... libgsi32.a is _not_ a static library, but an impdef library, which is how you link to shared libraries in win32. Is this possibly where the mistake is in libtool? -- Regards, Paul
- Why does libtool silently remove -l libs from the link lin... Mo DeJong
- Re: Why does libtool silently remove -l libs from the... Alexandre Oliva
- Re: Why does libtool silently remove -l libs from the... Mo DeJong
- Re: Why does libtool silently remove -l libs from the... Alexandre Oliva
- Re: Why does libtool silently remove -l libs from the... Mo DeJong
- Re: Why does libtool silently remove -l libs from... Alexandre Oliva
- Re: Why does libtool silently remove -l libs from the... Paul Berrevoets
- Re: Why does libtool silently remove -l libs from the... Alexandre Oliva
- Re: Why does libtool silently remove -l libs from... Paul Berrevoets