[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: SQLClient don't create MySQL bundle
From: |
jaroslav . joska |
Subject: |
RE: SQLClient don't create MySQL bundle |
Date: |
Sat, 19 Jul 2008 15:12:41 +0200 (CEST) |
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
>
>
>
>