Re: how to create static library in cygwin

2006-06-22 Thread Igor Peshansky
On Thu, 22 Jun 2006, cxf wrote: > Hello, everyone: >I compile source files, create a dll file "cygtspi.dll" , an import file > "libtspi.dll.a" and a link file "libtspi.la",How can I use the dll in > windows(such as using the dll in VC). the "cygtspi.dll" seems depends on > several cygwin's dll

how to create static library in cygwin

2006-06-21 Thread cxf
Hello, everyone: I compile source files, create a dll file "cygtspi.dll" , an import file "libtspi.dll.a" and a link file "libtspi.la",How can I use the dll in windows(such as using the dll in VC). the "cygtspi.dll" seems depends on several cygwin's dll. Another question: How can I create