From: Warren Young Date: December 7 2004 7:03pm Subject: Re: ZeroLink: unknown symbol '__ZTVN7mysqlpp3RowE' List-Archive: http://lists.mysql.com/plusplus/3762 Message-Id: <41B5FE93.3070006@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit J Robinson wrote: > can try it with straight Makefiles (ack). ...or at the very least, study the output from saying $ make clean simple1 in the examples directory which will rebuild the simple1 program. Be careful not to get confused by the libtool calls and such -- just see what commands come next, which are commands libtool emits to do the link. Also, I'd be curious to know if saying $ make -f Makefile.simple clean all Results in working examples. If it does, getting the proper build commands from that will be easier than the mess you get from the automake process. > but my app's being built using Xcode. Plainly it isn't set up to link things properly, then.