Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. lukan@thumbs2:~/patchedbuntu/squish/cpptest$ ls
  2. AUTHORS BUGS config COPYING doc INSTALL.quick.in Makefile.am README.in test
  3. autogen.sh ChangeLog configure.ac debian INSTALL libcpptest-stlport.pc.in NEWS src win
  4. lukan@thumbs2:~/patchedbuntu/squish/cpptest$ sudo chmod 755 autogen.sh
  5. lukan@thumbs2:~/patchedbuntu/squish/cpptest$ ./autogen.sh
  6. Creating library tools...
  7. Creating macros...
  8. ./autogen.sh: line 40: aclocal: command not found
  9. Creating Makefile templates...
  10. ./autogen.sh: line 49: automake: command not found
  11. Creating 'configure'...
  12. ./autogen.sh: line 54: autoconf: command not found
  13.  
  14. Run: ./configure [OPTIONS]; make; make install
  15.  
  16. lukan@thumbs2:~/patchedbuntu/squish/cpptest$ ls
  17. AUTHORS BUGS config COPYING doc INSTALL.quick.in Makefile.am README src win
  18. autogen.sh ChangeLog configure.ac debian INSTALL libcpptest-stlport.pc.in NEWS README.in test
  19. lukan@thumbs2:~/patchedbuntu/squish/cpptest$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement