Re: Questions about mingw static libraries

2023-05-13 Thread Richard W.M. Jones
On Fri, May 05, 2023 at 09:31:02PM -0600, Orion Poplawski wrote: > I'm just starting to look into the mingw packages and building mingw > executables with them - and in particular static building. I'm > hoping someone can clarify some things for me. > > For "regular" libs we seem to have: > >

Re: Questions about mingw static libraries

2023-05-05 Thread Orion Poplawski
On 5/5/23 21:31, Orion Poplawski wrote: I'm just starting to look into the mingw packages and building mingw executables with them - and in particular static building.  I'm hoping someone can clarify some things for me. For "regular" libs we seem to have: %{mingw32_bindir}/libexample-0.dll

Questions about mingw static libraries

2023-05-05 Thread Orion Poplawski
I'm just starting to look into the mingw packages and building mingw executables with them - and in particular static building. I'm hoping someone can clarify some things for me. For "regular" libs we seem to have: %{mingw32_bindir}/libexample-0.dll %{mingw32_libdir}/libexample.dll.a and