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

Problem in Makefile.am ? #157

Open
Ymil opened this issue Aug 21, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@Ymil
Copy link

commented Aug 21, 2016

After executing ./autogen whit automake (1:1.14.1-4) in debian jessi, report

 Regenerating autotools files ...
src/Makefile.am:1: warning: 'CXXFLAGS' is a user variable, you should not override it;
src/Makefile.am:1: use 'AM_CXXFLAGS' instead

In line 0 the filename src/Makefile.am change the name vars, and change help the file autogen.sh.

echo " cd build; ../configure; make; su; make install"

To

echo " cd build; sudo ../configure; sudo make; sudo make install"

After executing su in the shell, a new console opens and dont execute the make install sentence.

Ymil added a commit to Ymil/logkeys that referenced this issue Aug 21, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.