[openal] Questioning about linking to OS X 10.4 SDK

Chris Robinson chris.kcat at gmail.com
Wed Nov 5 21:32:45 EST 2014


On 11/05/2014 05:47 PM, Lubo Diakov wrote:
> -- Check for working C compiler: /usr/bin/gcc-4.2
> CMake Error: Generator: execution of make failed. Make command was:
> "/opt/local/bin/gmake" "cmTryCompileExec3822271557/fast"
> -- Check for working C compiler: /usr/bin/gcc-4.2 -- broken
> CMake Error at /opt/local/share/cmake-3.0/Modules/CMakeTestCCompiler.cmake:61
> (message):
>    The C compiler "/usr/bin/gcc-4.2" is not able to compile a simple test
>    program.
>
>    It fails with the following output:
>
>     Change Dir: /Users/lubod/Downloads/openal-soft-1.16.0/CMakeFiles/CMakeTmp
>
>
>
>    Run Build Command:"/opt/local/bin/gmake" "cmTryCompileExec3822271557/fast"
>
>    No such file or directory

This looks like a problem with the compiler set up. It's trying to use 
/usr/bin/gcc-4.2 with /opt/local/bin/gmake, and it's getting "No such 
file or directory". Are those paths correct? Can you run them manually 
from the same command line you're trying to run cmake on?


More information about the openal mailing list