Compiling against ROOT libraries

Fixed it:
cd /Applications/ROOT/root-v6-02-02Compiled/lib/
ln -s /Applications/XAMPP/xamppfiles/lib/libmysqlclient.18.dylib

My exe is now able to create a new table in my database.
My fix is not “clean”; what went wrong?

Remove this additional symbolic link and try from scratch (i.e. unpack fresh source code or run “make distclean” first) using:
./configure --enable-rpath --enable-soversion --all

/Applications/ROOT/root-v6-02-02Compiled/core/lzma/src/ZipLZMA.c:13:10: fatal error: ‘lzma.h’ file not found
#include “lzma.h”
^
1 error generated.

Maybe it’s another bug in ROOT … try the newest “v6.02/04”.
If this problem persists, try to add “–enable-builtin-lzma”.

You got it!

Thank you veeeeeery much!