Changes between Version 18 and Version 19 of LeopardProblems


Ignore:
Timestamp:
Dec 14, 2008, 9:34:08 AM (15 years ago)
Author:
tobypeterson
Comment:

better fix for libGL issue

Legend:

Unmodified
Added
Removed
Modified
  • LeopardProblems

    v18 v19  
    1515
    1616== `ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib` ==
    17 This is the result of a misfeature in Leopard's linker. See Apple's [http://developer.apple.com/qa/qa2007/qa1567.html Technical Q&A QA1567]. It can generally be fixed by adding the following to the portfile inside a `platform darwin 9` block:
    18 {{{
    19 configure.ldflags-append        -dylib_file \
    20                         /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
    21                         /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    22 }}}
     17This is the result of a misfeature in Leopard's linker; see Apple [http://developer.apple.com/qa/qa2007/qa1567.html Technical Q&A QA1567]. Users encountering this issue should upgrade to the latest [http://developer.apple.com/technology/xcode.html Xcode Tools] release.
    2318
    2419== macfuse fails to build ==