[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: SQLClient don't create MySQL bundle
From: |
Nicola Pero |
Subject: |
RE: SQLClient don't create MySQL bundle |
Date: |
Sat, 19 Jul 2008 15:42:15 +0200 (CEST) |
Great :-)
I'm happy it works. I improved the documentation for SQLClient's configure
script in trunk, so that hopefully it will be easier for people to find how to
use
the --with-additional-include and --with-additional-lib options. :-)
Thanks
-----Original Message-----
From: jaroslav.joska@email.cz
Sent: Saturday, 19 July, 2008 15:12
To: nicola.pero@meta-innovation.com
Cc: discuss-gnustep@gnu.org
Subject: RE: SQLClient don't create MySQL bundle
Hi Nicola!
I would like to say you THANK YOU. I used your advice, changed GNUmakefile on
line with
BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/SQLClient
to
BUNDLE_INSTALL_DIR=/usr/GNUstep/Local/Library/Bundles/SQLClient
and it work's.
Best regards, Jozin
> > 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
>
>
>
>