This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Building import lib(.a) from windows lib(.lib)



> Could anyone give me some more details or example for creating a .a
> file from a .lib file?

mv foo.a foo.lib

The formats are the same; just rename it if you really need *.a,
or just list it on your link line like any other object:

	gcc main.c foo.lib -o main.exe

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]