08-15-2008 09:42 AM
when I am linking my linux application which uses NI-DAQmx Base 3.1.0f2 (running on fedora core 7 using kernel 2.6.23.17-88) I get the following warning
libstdc++.so.5 needed by liblvrtdark.so may conflict with libstdc++.so.6
The question I have is what features if any of libstdc++.so5 does this library use that may conflict with .so.6 ?
Is it possible to recompile the library (liblvrtdark) so that it uses libstdc++.so.6 instead of .so.5?
Is there a version of NI-DAQmx Base that supports the newer library? Is there a version of Labview for Linux that supports this?
08-18-2008 11:34 AM
08-18-2008 11:59 AM
Chris,
Irrespective of the distribution I am on, the problem I will run into is any g++ compiler over version 3.3 will link in libstdc++ version 6. You can't have both version 6 and 5 in the same process and have them be stable.
You need to rebuild vtdark and everything else for a newer compiler that supports version 6.
08-19-2008 01:54 PM
08-19-2008 02:07 PM
Chris,
I realize that we don't have the source code to rebuild the libraries, can you rebuild the libraries and send them to us? This will greatly ease our compatibility problems.
08-20-2008 02:16 PM
08-20-2008 03:49 PM
08-22-2008 09:31 AM