I build from source but find that libmysqlclient_r is merely a symlink to 
libmysqlclient.  Is that expected?

$ uname -a
Darwin Damien-Kicks-MacBook-Pro.local 12.5.0 Darwin Kernel Version 12.5.0: Sun 
Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64
$ echo $CXX
/Users/dkick/bin/g++
$ $CXX --version
g++ (GCC) 4.8.3
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ echo $CXXFLAGS
--std=c++0x
$ ls -l libmysqlclient*
-rwxr-xr-x  1 dkick  staff   4188700 Apr  7 11:42 libmysqlclient.18.dylib
-rw-r--r--  1 dkick  staff  12209048 Apr  7 11:42 libmysqlclient.a
lrwxr-xr-x  1 dkick  staff        23 Apr  7 11:42 libmysqlclient.dylib -> 
libmysqlclient.18.dylib
lrwxr-xr-x  1 dkick  staff        20 Apr  7 11:42 libmysqlclient_r.18.dylib -> 
libmysqlclient.dylib
lrwxr-xr-x  1 dkick  staff        16 Apr  7 11:42 libmysqlclient_r.a -> 
libmysqlclient.a
lrwxr-xr-x  1 dkick  staff        20 Apr  7 11:42 libmysqlclient_r.dylib -> 
libmysqlclient.dylib
$

I can't seem to find any cmake variables necessary to force a build of a 
threaded/reentrant version of "stuff" but I'm probably missing something?

________________________________

This e-mail and any attachments are confidential. If it is not intended for 
you, please notify the sender, and please erase and ignore the contents.

Reply via email to