Re: FW: [Mingw-msys] How do I recreate the MSYS distribution?
- Date: Wed, 14 Nov 2007 15:53:30 +0800
- From: "Bo Yang" <techrazy.yang@xxxxxxxxx>
- Subject: Re: [Mingw-msys] Some questions about the mingw-runtime .a files
> I read from the official document that the .a files in
> mingw-runtime lib directory are import library. But are they binary
> archive files? And if they are import libraries, do they import the
> Win32 API from windows DLL files? And how does this work with gcc?
> Thanks in advance!
What do you mean by "are they binary archive files"? Yes, they are
binary files, yes they are 'ar' style archives, but no they don't
contain any code like a traditional 'ar' static archive. An import
library is an aide for linking against the DLL of the same name. They
work with gcc in that you specify just -lfoo, where foo is the name of
the library, e.g. "-lws2_32".
Thank you for your fast reply, Brian!
So, they are import libraries but where are the corresponding DLLs? Thanks !
Regards!
Bo
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ Mingw-msys mailing list Mingw-msys@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/mingw-msys
- Follow-Ups:
- RE: FW: [Mingw-msys] How do I recreate the MSYS distribution?
- From: Julien Lecomte
- Re: FW: [Mingw-msys] How do I recreate the MSYS distribution?
- From: Max T. Woodbury
- RE: FW: [Mingw-msys] How do I recreate the MSYS distribution?
- Prev by Date: Re: [Mingw-msys] auto<stuff> troubles.
- Next by Date: Re: [Mingw-msys] auto<stuff> troubles.
- Previous by thread: Re: FW: [Mingw-msys] How do I recreate the MSYS distribution?
- Next by thread: Re: FW: [Mingw-msys] How do I recreate the MSYS distribution?
- Index(es):