On Wednesday, August 8, 2001, at 07:32  AM, Sinisa Milivojevic wrote:
>
> You are using the right compiler.
>
> What you should check are symlinks to dynamic and static versions of
> libstdc++.
>
> They should point out to the stdc++ that came with gcc 2.95.2.
>
> If that does not help, add a full path to the correct libstdc++ in
> your linker command.
>

There is only a static version of libstdc++ with the default Mac OS X 
distribution.  It is located in /usr/lib/gcc/darwin/default/libstdc++.a, 
and there is a symlink to that at /usr/lib/libstdc++.a.

Adding /usr/lib/gcc/darwin/default/libstdc++.a directly into the link 
does not help.

I've tried compiling with a bunch of different flag combinations, with 
no luck either. -Wno-uninitialized -fno-implicit-templates produces a 
TON of errors.

Are there any alternative C++ API's out there for MySQL database access 
that are any less complex internally? I tried compiling the mysqlcppapi 
but ran into some rather large compatibility problems with that too.

-Halim


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to