Menu

#8 Install on Mac OS X

v1.0_(example)
closed
nobody
None
1
2015-02-07
2013-08-11
Chamullo
No

I've downloaded source code
When I do the make command this is what I get:
make
Building binary...
/usr/bin/gcc -pthread -Wall -pedantic -std=c99 -W 32 crunch.c -lm -o crunch
i686-apple-darwin11-llvm-gcc-4.2: 32: No such file or directory
make: *** [crunch] Error 1
I have no problem compiling other source code using gcc....
Running con Mac OS 10.6.8 Snow Leopard
gcc 4.2.1

Discussion

  • bofh28

    bofh28 - 2013-08-14

    Try this please:

    /usr/bin/gcc -pthread -Wall -pedantic -std=c99 crunch.c -lm -o crunch

     
  • bofh28

    bofh28 - 2013-12-27

    Closing due to no response from user

     
  • bofh28

    bofh28 - 2013-12-27
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB