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.

Grrr at compiling will just not work

General support and discussion of Eggdrop bots.
Post Reply
i
ice2003
Voice
Posts: 4
Joined: Tue Aug 23, 2005 7:59 pm

Grrr at compiling will just not work

Post by ice2003 »

Hey guys a little help here , compiling goes fine and eveything works well up until i run install and then i get
Installing in directory: '/home/mydir/eggdrop'.

Renaming old 'eggdrop' executable to 'oeggdrop'.
Copying new 'eggdrop' executable and creating symlink.
/usr/bin/install: cannot stat `eggdrop': No such file or directory
make: *** [install-bin] Error 1

i am using make install dest=/home/mydir/eggdrop

and i have also tried just about every combination of upper lower case , with slash without is really starting to get to me.

Does it for 6.17 and 6.18 rc1

i am running fedora core 5

please please help
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

The path is incorrect?

i.e.

Code: Select all

/home/<accountname>/botdir
'botdir' being whatever you wish to call the folder the bot will run from.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
i
ice2003
Voice
Posts: 4
Joined: Tue Aug 23, 2005 7:59 pm

Post by ice2003 »

ok will try now

** Thanks for that works fine now , gotta hate it when it something that simple
I
IRCNick
Halfop
Posts: 64
Joined: Wed Oct 12, 2005 9:43 pm
Location: Germany
Contact:

Post by IRCNick »

you can try this too

Code: Select all

make install DEST=~/botdir
Post Reply