Summary: | libGLU not built properly on Solaris with Sun C++ compiler | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Alan Coopersmith <alan.coopersmith> | ||||
Component: | Build/Monolithic | Assignee: | Alan Coopersmith <alan.coopersmith> | ||||
Status: | RESOLVED FIXED | QA Contact: | |||||
Severity: | normal | ||||||
Priority: | high | ||||||
Version: | git | ||||||
Hardware: | All | ||||||
OS: | Solaris | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Alan Coopersmith
2005-05-08 14:01:55 UTC
Created attachment 2635 [details] [review] Patch to fix libGLU/glxinfo builds on Solaris Patch to change Imake config files to: - Set C++ runtime library to -lCrun when using Sun C++ 5.0 or newer - Make .so -> .so.$REV links in $TOP/export/lib for C++ libraries on SVR4 in the same way we already do for C libraries - Set libGLU required libraries list for Solaris Fix committed to CVS head: CVSROOT: /cvs/xorg Module name: xc Changes by: alanc@gabe.freedesktop.org 05/05/08 14:13:36 Log message: 2005-05-08 Alan Coopersmith <alan.coopersmith@sun.com> * xc/config/cf/sun.cf: * xc/config/cf/sunLib.tmpl: * xc/config/cf/sv4Lib.rules: Bugzilla #3243: https://bugs.freedesktop.org/show_bug.cgi?id=3243 Patch #2635: https://bugs.freedesktop.org/attachment.cgi?id=2635 libGLU/glxinfo build fixes for Sun C++ compiler on Solaris: - Set C++ runtime library to -lCrun when using Sun C++ 5.0 or newer - Make .so -> .so.$REV links in $TOP/export/lib for C++ libraries on SVR4 in the same way we already do for C libraries - Set libGLU required libraries list for Solaris Modified files: ./: ChangeLog xc/config/cf/: sun.cf sunLib.tmpl sv4Lib.rules Revision Changes Path 1.913 +13 -0 xc/ChangeLog 1.12 +5 -0 xc/config/cf/sun.cf 1.7 +2 -1 xc/config/cf/sunLib.tmpl 1.5 +4 -0 xc/config/cf/sv4Lib.rules |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.