Results 1 to 5 of 5
I am using an iPhone 4 that I jailbroke and ported a gnu gcc compiler for and basically turned it into a portable shell but Ubuntu is the most similar ...
- 09-27-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 4
Configure but no make file
I am using an iPhone 4 that I jailbroke and ported a gnu gcc compiler for and basically turned it into a portable shell but Ubuntu is the most similar platform to my phone. So here is my question if you can help. I downloaded the ettercap-NG-0.7.3.tar.gz package and I was receiving errors on pthreads but I fixed that. Now after I ./configure it there is no make file so I cannot make or make install
- 09-27-2011 #2
Configure should tell you what errors have occurred. From there you can try to
fix those errors and run configure again until it produces no errors and creates
a Makefile.
- 09-27-2011 #3Just Joined!
- Join Date
- Sep 2011
- Posts
- 4
What exactly am I looking for rcgreen? I'm not knew to Linux and never had a problem configuring and installing a tar.gz package before. So could you maybe tell me what I should look for in the log file
- 09-27-2011 #4Just Joined!
- Join Date
- Sep 2011
- Posts
- 4
Ok i see the errors rcgreen. Man 3000 lines of code and all tweaking, ha do I have my work cut out for me!!
- 09-27-2011 #5Just Joined!
- Join Date
- Sep 2011
- Posts
- 4
I am receiving conftest.c errors
Here's one of them
conftest.c:18:28: error: ac_nonexistent.h: No such file or directory
configure:4622: $? = 1
configure: failed program was:
| /* confdefs.h. **/


Reply With Quote