[Mysql-cocoa-users] embedded database server
Brought to you by:
sergecohen
From: Brian W. <bri...@fc...> - 2007-01-11 20:31:01
|
Hi all, I am trying to embed the database server and database in my app to make life easier for the users. So, first off, I was wondering if anyone's done this and has any words of wisdom. I have downloaded version 3.0.1of the source, and done what Kelly has instructed and I get 50 warnings and 2 errors (the errors are "Undefined symbols:" and "internal link edit command failed", both of which are under the heading "Linking .../ MCPKit_src_3.0.1/build/MCPKit.build/Release/MCPKit_bundled.build/ Objects-normal/i386/MCPKit_bundled (2 errors) ) I am using MySQL 5.0 and gcc 4.0 (if that helps). If anyone has any information on correcting these build errors, as well as including libmysqld.a so I can embed the database server, it would be most appreciated. Thanks! -- Brian Weitzner |