19 Jul 13:41
RE: SQLClient don't create MySQL bundle
From: Nicola Pero <nicola.pero <at> meta-innovation.com>
Subject: RE: SQLClient don't create MySQL bundle
Newsgroups: gmane.comp.lib.gnustep.general
Date: 2008-07-19 11:43:22 GMT
Subject: RE: SQLClient don't create MySQL bundle
Newsgroups: gmane.comp.lib.gnustep.general
Date: 2008-07-19 11:43:22 GMT
> Command output:
> #./configure --enable-mysql-bundle --with-additional-include=/usr/local/include/mysql/ > --with-additional-lib=/usr/local/lib/mysql/
Thanks - try with
./configure --enable-mysql-bundle \
--with-additional-include=-I/usr/local/include/ \
--with-additional-lib=-L/usr/local/lib/mysql/
(notice adding -I and -L)
Let me know how it goes
Thanks
RSS Feed