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: [EMAIL PROTECTED] Sent: Saturday, 19 July, 2008 15:12 To: [EMAIL PROTECTED] Cc: [email protected] 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 > > > > _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
