GNU Libtool - Patches: patch #9086, Fix support for Solaris 11 build
You are not allowed to post comments on this tracker with your current authentication level.
patch #9086: Fix support for Solaris 11 build
Submitter: | Oliver Kiddle <opk> | ||
Submitted: | Wed 17 Aug 2016 11:27:43 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Trying to build clamav on Solaris 11.3 with the Oracle C compiler, I got the following error:
I would have expected a build to use dlopen rather than the preopen fallback so looked for related configure tests that were perhaps returning the wrong answer.
The global_symbol_pipe being empty seemed a likely culprit.
the last three lines of nm -p on the conftest.o in this test are:
One Solaris 10, I'd get a D instead of a C. Adding C to the list of characters in the symcode variable and building again resulted in a successful build. I've attached a patch to add this C.