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

Warning: CFLAGS appears to already contain specs #37

Open
binarykitchen opened this issue Oct 15, 2016 · 2 comments
Open

Warning: CFLAGS appears to already contain specs #37

binarykitchen opened this issue Oct 15, 2016 · 2 comments

Comments

@binarykitchen
Copy link

configure: WARNING: CFLAGS appears to allready contain architecture specifaction, using exiting one

Version: https://github.com/swh/ladspa/archive/v0.4.16.tar.gz

Any ideas how to avoid that warning?

@binarykitchen binarykitchen changed the title Warning: CFLAGS appears ... Warning: CFLAGS appears to already contain specs Oct 15, 2016
@swh
Copy link
Owner

swh commented Oct 17, 2016

You could unset CFLAGS, but it should be harmless, hopefully it's set the way it is for a reason?

It might be that your default CFLAGS or LDFLAGS are preventing the build from happening though? If it assumes that shared objects are going to be used as libraries for e.g.

If you haven't set them yourself, then it's probably your distribution doing it.

@binarykitchen
Copy link
Author

fixed this myself by using -fPIC for compilation - all good

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

2 participants