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.

eggdrop1.9 cvs make error on 2.4.27-grsec powerpc

Old posts that have not been replied to for several years.
Locked
d
deprecated

eggdrop1.9 cvs make error on 2.4.27-grsec powerpc

Post by deprecated »

bootstrap and configure work flawlessly, but when I begin the make, I keep getting this error. I've already upgraded gcc, libtool, automake, everything, to no avail.

==========================================

darkstar:/home/zepar/eggdrop1.9# make
cd . && autoheader
autoheader: `configure.ac' and `configure.in' both present.
autoheader: proceeding with `configure.ac'.
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing default-2 commands
make all-recursive
make[1]: Entering directory `/home/zepar/eggdrop1.9'
Making all in libltdl
make[2]: Entering directory `/home/zepar/eggdrop1.9/libltdl'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory `/home/zepar/eggdrop1.9/libltdl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zepar/eggdrop1.9'
make: *** [all-recursive-am] Error 2

==========================================

Any help would be much appreciated. :)
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

eggdrop1.9 is in a very early development stage, and I have the impression noone except for a few of the main developers are able to build it.

It's totally useless at the moment, with lots of missing, or not fully developed, features.

The latest stable version of eggdrop is v1.6.17.

If you're a developer and intrested in helping out, you should sign up on the devel mailinglist over at eggheads.org
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

I was able to compile it on Slackware 10 (3 weeks ago). Current snapshot doesn't work, they broke something again :P
Que?
d
deprecated

Post by deprecated »

I understand that it's pure dev, and that the latest stable release is 1.6.17...
But have any of you seen - or done - a successful IPv6 install on PowerPC (debian)? :)
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Add IPV6 to kernel, configure everything and use 6tunnel to connect eggdrop trough ipv6 tunnel to irc :)
Que?
d
deprecated

Post by deprecated »

KrzychuG wrote:Add IPV6 to kernel, configure everything and use 6tunnel to connect eggdrop trough ipv6 tunnel to irc :)
ipv6 support was added to kernel, everythings configured, and I just compiled 1.6.12 with --enable-ipv6 :p works fine.
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

...and I just compiled 1.6.12 with --enable-ipv6 :p works fine.
Yeah, it works sometimes. In any other case i sugest to use 6tunnel :)
Que?
Locked