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.

1.6.13 eggdrop install (SunOS 5.9)

Old posts that have not been replied to for several years.
Locked
m
mytmouse

1.6.13 eggdrop install (SunOS 5.9)

Post by mytmouse »

Code: Select all

bash-2.05$ make config
checking for removed modules.................... done.
detecting modules.................... done.
calculating dependencies................... done.
building ./src/mod/Makefile... done.

You can now compile the bot, using "make".
After about 5000 lines of errors, installation stops at:

Code: Select all

proto.h:200: error: storage size of `global' isn't known
/usr/ccs/bin/as: "<stdin>", line 1608: error: redefinition of symbol "hp"
/usr/ccs/bin/as: "<stdin>", line 1614: error: redefinition of symbol "hp"
/usr/ccs/bin/as: "<stdin>", line 1620: error: redefinition of symbol "in"
/usr/ccs/bin/as: "<stdin>", line 1626: error: redefinition of symbol "ip"
/usr/ccs/bin/as: "<stdin>", line 1651: error: redefinition of symbol "tmp"
/usr/ccs/bin/as: "<stdin>", line 1607: warning: size of "hp" redefined
/usr/ccs/bin/as: "<stdin>", line 1613: warning: size of "hp" redefined
/usr/ccs/bin/as: "<stdin>", line 1619: warning: size of "in" redefined
/usr/ccs/bin/as: "<stdin>", line 1625: warning: size of "ip" redefined
/usr/ccs/bin/as: "<stdin>", line 1650: warning: size of "tmp" redefined
make[1]: *** [bg.o] Error 1
make[1]: Leaving directory `/export/home/gerry/eggdrop1.6.13/src'
make: *** [modegg] Error 2
Machine specs:

Code: Select all

bash-2.05$ uname -a
SunOS lahar 5.9 Generic_112233-08 sun4u sparc SUNW,UltraAX-e
bash-2.05$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3/specs
Configured with: ../configure --disable-nls --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld
Thread model: posix
gcc version 3.3
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Please try the build again and send the complete output, along with config.status and config.h to wcc@techmonkeys.org and we'll try to fix it before .16. Thanks.

Wcc
Locked