Re: Freetds under Windows without cygwin
"Dann Corbit" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <D425483C2C5C9F49B5B7A41F8944154701000D3E@postal.corporate.connx.com> |
> -----Original Message----- > From: [email protected] [mailto:freetds- > [email protected]] On Behalf Of David Chang > Sent: Monday, March 24, 2008 3:00 PM > To: FreeTDS Development Group > Subject: Re: [freetds] Freetds under Windows without cygwin > > Hi, > > Is there a way to build freetds libraries without the cygwin layer (I'm > fine using Cygwin to build the libraries, I just don't want the libraries > to depend on the cygwin layer for the final executables)? If so, does it > require some other libraries like mingw, or is it just dependent on > standard Win32 libraries. Sure, it's just ANSI/ISO C code. Compile it with any compiler that you like. It builds fine on POSIX type systems and also under Windows. We typically use Microsoft Visual C++, but I guess that MINGW gcc would work fine or any other fully functional C compiler.