On 10/21/06, Paweł Kamiński <[EMAIL PROTECTED]> wrote:
Hi All,

I'm obliged in my work to use closed source LabView 8.0 commercial
binary package. It's very important for me to know if after upgrade
gcc from my current 3.4.6 version to 4.1.1 LabView will run. There is
ABI change betwen gcc 3.4.6 <-> 4.1.1 versions and it's not clear for
me if gcc upgrade not damage LabView.

It's possible, run ldd against the  LabView binaries to see what, if
any, version of libstdc++ they link against.  But the worst case is
that you would need to keep 3.4.6 installed and do an LD_LIBRARY_PATH
trick when running LabView to force it to use the old libstdc++.

-Richard

--
gentoo-user@gentoo.org mailing list

Reply via email to