g-Fulcrum / strace-plus

Automatically exported from code.google.com/p/strace-plus
Other
0 stars 0 forks source link

Fails to build #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure && make
2.
3.

What is the expected output? What do you see instead?
Compilation

hornenj@c6dev1 ~/git/strace-plus $ ./configure && make
-bash: ./configure: No such file or directory
hornenj@c6dev1 ~/git/strace-plus $ 

What version of the product are you using? On what operating system?
There is no version number as such since it's only in Git.

Please provide any additional information below.
Linux CentOS6.

Original issue reported on code.google.com by nigel.ho...@gmail.com on 11 Jun 2013 at 7:50

GoogleCodeExporter commented 8 years ago
After cloning, try to run following command:
autoreconf -i
and then try ./configure and then make.

Original comment by heratgan...@gmail.com on 26 Jul 2013 at 8:52