MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Running MYSQL++ on OS X in Xcode
Posted by: Rasa Karapandza
Date: April 13, 2006 02:07PM

In order to compile something under Xcode you need to:
a) under the headers search path dialog in your project settings put /usr/local/mysql/include
b) under the library search path dialog in your project settings put /usr/local/mysql/lib
c) under additional linking options put -lz -lm -lmysqlclient
d) turn off zero linking
e) take care that zero linking is turned off in both debug and release configuration but also inspect the targated file, since it might have a different settings

Best,

Rasa

Options: ReplyQuote


Subject
Views
Written By
Posted
12443
October 26, 2005 11:06AM
6447
November 02, 2005 04:54AM
5518
November 14, 2005 02:50AM
4318
February 25, 2006 06:35AM
Re: Running MYSQL++ on OS X in Xcode
4893
April 13, 2006 02:07PM
3979
September 19, 2006 10:23AM
4138
September 25, 2006 03:51AM
46406
November 17, 2006 07:57PM
7716
January 22, 2009 06:22AM
4724
January 25, 2009 03:56PM
4420
April 24, 2009 12:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.