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
