> Hello *,
>
> I will give my problem directly to the list after I had searched in
> the archive. But I did not find my problem in list. So I hope someone
> can help.
>
> I have installed MaxDB 7.6 on Linux 10.0 with kernel 2.6.13-15, to start
> with development in C++ I found in the tutorial an example. The example
> coding was changed to my environment (db scheme and table names).
> Next step I tried was to use the gcc with console command:
> g++ -o test_main5 -L/opt2/sdb/programs/lib -lSQLDBC test_main5.cpp
>
> From the linker I got the warning:
> /usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld:
> warning: libstdc++.so.5, needed by /opt2/sdb/programs/lib/libSQLDBC.so,
> may conflict with libstdc++.so.6

>From what you said above I guess your "Linux 10.0" is some kind of SuSE
distribution. I don't know SuSE but with RedHat/Fedora, you have some
older libs and compilers packaged as compat-[something]. I think you have
to use GCC 3.x for your program because your MaxDB is linked against
libstdc++.so.5 which is bundled with GCC 3.x and libstdc++.so.6 belongs to
GCC 4.x. So I guess you have to find the g++ version 3.x package and
install and use it. With RHEL5 this is called compat-gcc-34-c++ but it can
differ with SuSE so you have to find yourself.

Simon

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to