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

DJ Delorie dj@delorie.com
Thu Sep 14 18:32:00 GMT 2000


> 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



More information about the Cygwin mailing list