Halim Chtourou writes:
> 
> I'm using GCC 2.95.2 that comes with Apple's developer tools. I'm 
> getting tempted to try compiling GCC 3.
> 
> Doing a grep for the above symbols returns matches for both the static 
> and dynamic libsqlplus libraries, as well as libstdc++.a, which is 
> automatically linked in with C++ code. I even  tried manually adding 
> -lstdc++ but that didn't help. I've also tried defining various STL 
> options related to templates and several different compiler options, 
> without much success. Is this simply incompatible with GCC  version 
> 2.95.2?
> 
> 
> -Halim
> 

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.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com

---------------------------------------------------------------------
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