RE: How to Build DLLs on Cygwin

2005-01-19 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Xuan Bai > Sent: 19 January 2005 06:23 > Hello, my dear friend, > > I want to build some DLLs on Cygwin. I got to know how to build DLLs > from one single source codes file with gcc -shared -o .. > > However, the DLL I am planni

How to Build DLLs on Cygwin

2005-01-18 Thread Xuan Bai
Hello, my dear friend, I want to build some DLLs on Cygwin. I got to know how to build DLLs from one single source codes file with gcc -shared -o .. However, the DLL I am planning to develop need to be built from several source code files. Is there anywat I can build DLL by passing flags th