Summary: | libtool --mode=link g++ -export-symbols-regex does not work as expected | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | at <at> |
Component: | libtool_1.5 | Assignee: | Dmitry V. Levin <ldv> |
Status: | NEW --- | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P2 | CC: | jackie.rosen |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
at@altlinux.org
2006-06-26 10:12:00 MSD
Retested with libtool_1.5-1.5.24-alt3: The libtool --mode=link g++ command now works, but -export-symbols-regex option still works strange. According to discussion in http://sourceware.org/ml/binutils/2001-12/msg00143.html thread, libtool should use -version-script instead of -retain-symbols-file. There is a famous rant in the DSO howto on this subject: "there is hope libtool will learn about converting the export lists into the anonymous version maps we have seen in the previous section when the GNU linker is used. At that point libtool will become useful. Until then relying on its -export-symbols option is misleading at best." |