Andrey Kotrekhov writes:
> Hi!
> 
> %> g++ -v
> Using builtin specs.
> gcc version 2.95.3 20010315 (release) [FreeBSD]
> And libstdc++ is include in compiller
> How can I see version of libstdc++ ?
> In /usr/src/contrib/libstdc++/Makefile.in I see
> VERSION = 2.10.0
> INTERFACE = 3
> Is there right?
> 
>     Best regards.
> _______________________________________
>       Andrey Kotrekhov [EMAIL PROTECTED]
>       ISP Alkar Teleport
>       ΤΕΜ. +380 562 34-00-44
> 
> 
> ---------------------------------------------------------------------


Compiler is OK.

But your program is multithreaded, so check with `ldd` whether you
have linked in libstdc++ ...

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