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

OS X build with premake4 -- dtoa.make needs edits #4

Open
dcurrie opened this issue Dec 31, 2015 · 0 comments
Open

OS X build with premake4 -- dtoa.make needs edits #4

dcurrie opened this issue Dec 31, 2015 · 0 comments

Comments

@dcurrie
Copy link
Contributor

dcurrie commented Dec 31, 2015

After running build/premake.sh using premake-4.3 installed by Brew, a make config=release32 or make config=release64 in the gmake directory fails. This is on OS X 10.11.2 with

e$ cc -v
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.2.0
Thread model: posix

Removing the -Wl,-x from LDFLAGS in the release32 and release64 sections of dtoa.make seems to fix it.

The -L/usr/lib64 and -L/usr/lib32 in those sections are also not needed on OS X and produce warnings.

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

1 participant