I am using Eclipse C++ on Windows with MinGW for linkage. Can you tell
me why the libraries used by MinGW (in the \MinGW\lib directory) have
a .a extension, wich is unix library extension? I thought that MinGW
would use .lib libraries.
John wrote:
> Hi,
>
> I am using Eclipse C++ on Windows with MinGW for linkage. Can you tell
> me why the libraries used by MinGW (in the \MinGW\lib directory) have
> a .a extension, wich is unix library extension? I thought that MinGW
> would use .lib libraries.
>
> Thank you.
>
No, but you could probably find out in either gnu.g++.help or an Eclipse
newsgroup or mailing list.
On 2007-10-06 18:08, John wrote:
> Hi,
>
> I am using Eclipse C++ on Windows with MinGW for linkage. Can you tell
> me why the libraries used by MinGW (in the \MinGW\lib directory) have
> a .a extension, wich is unix library extension? I thought that MinGW
> would use .lib libraries.
Because MinGW is trying hard to be UNIX running on tom of windows. For
further questions about MinGW please use a MinGW group/mailing list.