Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on OSX possible? #55

Open
deweydb opened this issue Jan 21, 2018 · 4 comments
Open

Building on OSX possible? #55

deweydb opened this issue Jan 21, 2018 · 4 comments

Comments

@deweydb
Copy link

deweydb commented Jan 21, 2018

Is it possible to compile for OSX?

gcc   -W -Wall -std=c99 -O2 -s -m64 -DLINUX   -o pp64.bin pp.c mpz_int128.h
clang: error: cannot specify -o when generating multiple output files
make: *** [pp64.bin] Error 1
@brandonkovacs
Copy link

I got it working. You have to remove the header from the Makefile in order to compile on Mac OS X. See working fix here. brandonkovacs@f60ea25

@eyeflip
Copy link

eyeflip commented Apr 30, 2020

hey im lost, i cant seem to figure out how to compile this to get pp64.app i was able to follow you so far and it compiles the pp64.bin. i thought the end result is supposed to be the pp64.app sorry i am new to this and any help would be awesome, im on mojave if that makes a difference

@glennelk
Copy link

glennelk commented Apr 30, 2020 via email

@magnumripper
Copy link
Contributor

@eyeflip you can rename pp64.bin to pp64.app or use it as is. Personally I'd rename it to just pp64 since it's not an "app" in the macOS sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants