Changes between Version 2 and Version 3 of LeopardProblems


Ignore:
Timestamp:
May 13, 2008, 7:40:04 AM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

add link to analysis of the Leopard environment variable problem

Legend:

Unmodified
Added
Removed
Modified
  • LeopardProblems

    v2 v3  
    77This manifests as error messages like: `unable to execute -DNDEBUG: No such file or directory`. ($CC is an empty string, so what was meant to be the the first argument to the compiler is now the first thing on the command line, and is treated as a command name by the shell.) Seems to frequently occur when building Python modules; see #13930.
    88
    9 Usually, this problem can be worked around by simply running the install command again.
     9This problem can be worked around by simply running the port install (or port upgrade) command again.
     10
     11Here is [http://lists.macosforge.org/pipermail/macports-users/2008-April/009991.html an analysis of the problem] by Bryan Blackburn.
    1012
    1113== `ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib` ==