* Wojtek Michalik <[EMAIL PROTECTED]> | I have multiple vessions of libstdc++ installed 3.3 and 3.4 | My programs using this librarry are linked against the first one by | default. I want to change this behavior.
Usually /usr/lib/libstdc++.so (which is used at compile time) is a symbolic link to the library with version number. This link determines which version is required at run time. Also check your compiler/linker docs whether it supports specifying a library version. HTH R' _______________________________________________ Help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
