This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

eggdrop +shell

Old posts that have not been replied to for several years.
Locked
c
coucher
Voice
Posts: 3
Joined: Mon Apr 25, 2005 5:43 pm
Location: Dzialdowo - Poland

eggdrop +shell

Post by coucher »

Hi i've got a shell from my university and i have a problem with installing eggdrop. i cannot do "make" command i am getting a message that i need gmake to do this. is there any other way to have eggdrop on this shell??
thanks in advance
Coucher
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

You might try precompiled eggdrop.
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

Did you also try using gmake instead of make?
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
c
coucher
Voice
Posts: 3
Joined: Mon Apr 25, 2005 5:43 pm
Location: Dzialdowo - Poland

Post by coucher »

where can i find instructions what to do next??
which commands can i abandon ??
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

Code: Select all

./configure
gmake
gmake install DEST="where/you/want/your/eggdrop/installed"
If that doesn't work try ]kami['s suggestion.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
c
coucher
Voice
Posts: 3
Joined: Mon Apr 25, 2005 5:43 pm
Location: Dzialdowo - Poland

Post by coucher »

i get something like this:

~/eggdrop2.0.1$ ./configure
creating cache ./config.cache

This is eggdrop's GNU configure script.
It's going to run a bunch of strange tests to hopefully make
your compile work without much twiddling.

This is BETA Code (the whole 2.0.x series is), Please be aware of what
this implies http://www.beldin.net/eggdrop2/

checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking what version your gcc is?... pre 2.7.2.2 - useless buggy piece of crap

Lets check a few utility programs...

checking for strip... strip
checking for uname... uname
checking for ranlib... ranlib
checking for ar... ar
checking whether cp takes -f... yes
checking your OS... Solaris!
checking for gmake... no

You need gmake to compile the bot (make doesnt cut it)
-----------------------------------------------------------------
what now??? or how run precompiled egg ??
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

Download a precompiled eggdrop that matches your operating system and read the readme that comes with it.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

coucher wrote:i get something like this:

~/eggdrop2.0.1$ ./configure
creating cache ./config.cache

This is eggdrop's GNU configure script.
It's going to run a bunch of strange tests to hopefully make
your compile work without much twiddling.

This is BETA Code (the whole 2.0.x series is), Please be aware of what
this implies http://www.beldin.net/eggdrop2/
Use normal (1.6 series) 1version. This 2.0 is written in C++ and is not developed anymore. Probably it never worked fine. Your problem is probably here:
checking what version your gcc is?... pre 2.7.2.2 - useless buggy piece of crap
Que?
Locked