RE: Linking Linux static library under Cygwin

2010-02-22 Thread Thrall, Bryan
Gregg Levine wrote on 2010-02-21: > You might want to ask on the Apps list to see if anyone has considered > porting MySQL to Cygwin, and what happened during the process. Cygwin Ports (http://sourceware.org/cygwinports/) provides a mysql package, but from what I understand it only provides clie

Re: Linking Linux static library under Cygwin

2010-02-21 Thread Christopher Faylor
On Sun, Feb 21, 2010 at 04:39:35PM -0500, Gregg Levine wrote: >On Sun, Feb 21, 2010 at 4:30 PM, Christopher Faylor <> wrote: >> On Sun, Feb 21, 2010 at 04:02:54PM -0500, Gregg Levine wrote: >>>You might want to ask on the Apps list to see if anyone has considered >>>porting MySQL to Cygwin,

Re: Linking Linux static library under Cygwin

2010-02-21 Thread Gregg Levine
On Sun, Feb 21, 2010 at 4:30 PM, Christopher Faylor <> wrote: > On Sun, Feb 21, 2010 at 04:02:54PM -0500, Gregg Levine wrote: >>You might want to ask on the Apps list to see if anyone has considered >>porting MySQL to Cygwin, and what happened during the process. > > No, you might not want

Re: Linking Linux static library under Cygwin

2010-02-21 Thread Christopher Faylor
On Sun, Feb 21, 2010 at 11:59:05PM +0300, Dmitriy Strebkov wrote: >My problem is the following. > >I have a static library libmysqlclient.a, from MySQL version compiled >under Linux (mysql-5.0.45-linux-i686-glibc23). >Is there any possibility to link that library to an object file >complied under C

Re: Linking Linux static library under Cygwin

2010-02-21 Thread Christopher Faylor
On Sun, Feb 21, 2010 at 04:02:54PM -0500, Gregg Levine wrote: >You might want to ask on the Apps list to see if anyone has considered >porting MySQL to Cygwin, and what happened during the process. No, you might not want to do that. That's not what the apps list is for. cgf -- Problem reports:

Re: Linking Linux static library under Cygwin

2010-02-21 Thread Gregg Levine
On Sun, Feb 21, 2010 at 3:59 PM, Dmitriy Strebkov <---> wrote: > My problem is the following. > > I have a static library libmysqlclient.a, from MySQL version compiled > under Linux (mysql-5.0.45-linux-i686-glibc23). > Is there any possibility to link that library to an object file > compli

Linking Linux static library under Cygwin

2010-02-21 Thread Dmitriy Strebkov
My problem is the following. I have a static library libmysqlclient.a, from MySQL version compiled under Linux (mysql-5.0.45-linux-i686-glibc23). Is there any possibility to link that library to an object file complied under Cygwin's GCC? For instance, I have the following code (test.c): #includ