MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: MySQL C API and XCode Settings
Posted by: Kent Boortz
Date: January 25, 2009 03:56PM

Glad you found a solution. This problem might also have
been solved with adding these flags to configure

--with-client-ldflags=-static --with-mysqld-ldflags=-static

The "-static" here is not passed to "ld", it just tells the
build to link executables statically with its own libraries
during the build, i.e. there should be no dependency on
"libmysqlclient.dylib",

kent

Kent Boortz, Release Staff Engineer
Oracle, the MySQL team, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
12449
October 26, 2005 11:06AM
6455
November 02, 2005 04:54AM
5524
November 14, 2005 02:50AM
4325
February 25, 2006 06:35AM
3985
September 19, 2006 10:23AM
4142
September 25, 2006 03:51AM
46491
November 17, 2006 07:57PM
7723
January 22, 2009 06:22AM
Re: MySQL C API and XCode Settings
4727
January 25, 2009 03:56PM
4426
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.