4 messages in com.mysql.lists.plusplusRe: MySQL++ API under Mac OS X
FromSent OnAttachments
Halim Chtourou06 Aug 2001 19:02 
Halim Chtourou07 Aug 2001 13:46 
Sinisa Milivojevic08 Aug 2001 04:31 
Halim Chtourou08 Aug 2001 16:08 
Subject:Re: MySQL++ API under Mac OS X
From:Halim Chtourou (hal@onemain.com)
Date:08/08/2001 04:08:38 PM
List:com.mysql.lists.plusplus

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.

-Halim