PDA

View Full Version : Ok call me stupid...and a newbie..and a luzer



Slam
07-11-2002, 12:22 AM
# which g++
/usr/bin/g++

which g++-3.0.1
which: no g++-3.0.1 in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin)


/me Newbie!!
/me BANG HEAD!!


Please HELP!!!! :confused: :confused: :confused: :confused:

Slam

Cryonic
07-11-2002, 12:28 AM
keep searching. Find one of the howtos and READ IT CAREFULLY.

Slam
07-11-2002, 12:48 AM
Ahhhh
Now I remember why ive been having a few problems lol

#cd libpcap-2002.07.10
#./configure

#checking for flex... no
#checking for bison... no
#checking for cpable lex... insufficient
#configure: error: Your os's lex is insufficient to compile libpcap. <info on flex>

#cd /home/slam/flex-2.5.4/
#./configure
~~All Good~~~
#make
#yacc -d ./parse.y
#make: yacc: Command not found
#make: *** [parse.c] Error 127

~~
Thats where Im screwing up at.. Yes yes I know "search the HOWTO's and other stuff..ect..ect..ect

But, how about... while I am searching could someone help me out abit and maybe point me in the right direction or give me some pointers...or something!?!?

hehe Thanks,
Slam


::EDIT:: What is yacc???

LordCrush
07-11-2002, 02:04 AM
http://www.google.com/search?q=linux+yacc&ie=UTF-8&oe=UTF-8&hl=de&meta=

What is yacc ? :eek:

http://www.oreillynet.com/linux/cmd/y/yacc.html



yet another compiler-compiler


you are missing the dev tools on your linux box.

- keep searching there are more search buttons out in the web - NOT only the one here in the seq forum.

Hint: check the doku of you distribution to install needed packages. :D

Slam
07-15-2002, 01:17 PM
OK!
I fixed my problem!!!
GO ME!

problem, I wasnt installing all the items i needed while installing linux :(

read the HOW TO on hackersquest forum
reinstalled linux and got everything that was needed..

Now im mapping zones, and calling spawns woot hehe

Thanks for the..help ;)


Slam