PDA

View Full Version : Little snag



atarashii
04-16-2004, 03:25 PM
I have played with Linux but never really had the time to get serious so this is my first real Linux box and I think I have done fairly well considering CVS was not installed nor was any form of gcc (which was my own fault for not choosing the development tools on initial setup). I have read CVS and SEQ FAQs and SEQ FAQ says to ask for help if the commands to compile do not work so please do not flame me unless absolutely necessary...

The instuctions say:

# cd showeq
# make -f Makefile.dist
# ./configure
# make && make install

I did realize I have gcc3.3.2 due to the Mandrake 10CE distro and tried to CC=gcc3.3 but not good enough apparently.

Everything was fairly smooth until I tried to "make -f Makefile.dist" where I get the following error:

generating aclocal.m4 from configure.in and acinclude.m4....make[1]:***[no-backup] Error 127 make: *** [all] Error 2

Any got a suggestion? Pls...

monster69
04-16-2004, 09:16 PM
First: Read the FAQ again and follow it to the letter.

Second: SEARCH IS YOUR FRIEND. This problem has been addressed many times

Third: Search on this one is a little muddled because it HAS been brought up so many times so.... basically you don't have all the packages installed ad DETAILED in the FAQ. Most notably check for libpcap-devel.


Please follow the FAQ completely before posting questions.

Please SEARCH diligently before posting questions.

Monster