Hi Warren,
I could confirm that mysql++-1.7.19 is working fine on both: MacOS X
10.2 (Jaguar) and MacOS X 10.3 (Panther). The only issue on OS X is that
MySQL binaries available for download are not containing
libmysqlclient.dylib (dynamic library) and I've compiled MySQL-4.0.22
from sources in order to compile/use mysql++.
Regards,
Ovidiu
Warren Young wrote:
> J Robinson wrote:
>
>> My program (ported from linux to OSX)
>
>
> I have yet to get a success report on OS X, so there may well be
> things that have to be done to the library to get it to work.
>
>> ZeroLink: unknown symbol '__ZTVN7mysqlpp3RowE'
>
>
> That's the only message? I would think you'd get a bunch of similar
> messages as well.
>
>> What am I doing wrong? Do I need to set
>> LD_LIBRARY_PATH or LDFLAGS or something? (I tried
>> those things but it didn't seem to make a difference).
>
>
> Do the examples compile and run?
>