-
Notifications
You must be signed in to change notification settings - Fork 231
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
Build failure on GCC 5.2.0 #1
Comments
Was caused by a missing CXXFLAGS := $(shell pkg-config --cflags zlib libpng)
LDFLAGS := $(shell pkg-config --libs zlib libpng) And then using an appropriate makefile which (re)uses proper rules. Consider this simple example: https://github.com/vodik/envoy/blob/master/Makefile Also see: |
hrj
added a commit
to UprootStaging/FLIF
that referenced
this issue
Apr 27, 2017
Open
This was referenced May 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am guessing the dependencies based on the linker arguments, if I am missing
any please do mention them:
The text was updated successfully, but these errors were encountered: