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

Variable S4_LIBNAME not set in Makefile.common #41

Open
kwrobert opened this issue Sep 19, 2016 · 1 comment
Open

Variable S4_LIBNAME not set in Makefile.common #41

kwrobert opened this issue Sep 19, 2016 · 1 comment

Comments

@kwrobert
Copy link

When attempting to compile the Python extensions on Ubuntu 16.04 using the following command:

make S4_pyext

The following error occurs:

x86_64-linux-gnu-gcc: error: No such file or directory

Thiserror message is misleading. x86_64-linux-gnu-gcc exists and is upset because its being supplied the variable $S4_LIBNAME, which is empty. Not sure what this variable is supposed to be set to, but setting it to the proper value should fix things.

@kwrobert
Copy link
Author

Looking at older commits, I think its supposed to be S4_LIBNAME=$(OBJDIR)/libS4.a

You can add this at the top of Makefile.common and everything compiles as it should.

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