[cairo-bugs] [Bug 49669] 1.12.2 won't build on Solaris w/ Sun Studio cc. _cairo_unbounded_rectangle undefined symbol

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 9 01:32:00 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=49669

--- Comment #2 from Uli Schlachter <psychon at znc.in> 2012-05-09 01:32:00 PDT ---
Google suggests that -xO1 enables dead code optimization and makes the problem
go away:
https://forums.oracle.com/forums/thread.jspa?threadID=2019321

To avoid having to fix this problem over and over again, can't we force
optimization with sun CC? (and revert the earlier commit which splitted up
includes into "-inline.h" and "-private.h")

@mark: Could you test if passing CFLAGS=-xO1 to configure really makes this
problem go away?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the cairo-bugs mailing list