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 1.6.16 on HP 9000 Unix System - Compile Failure

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

Eggdrop 1.6.16 on HP 9000 Unix System - Compile Failure

Post by dietsche »

Hi!
For reference, I posted about the same problem in this thread: http://forum.egghelp.org/viewtopic.php?p=32615#32615

I'm working on a HP9000 s827 running HP-UX version 11.

The comment I recieved before was that the problems would probabbly be fixed in release 1.6.16, but its not. I'm willing to try patches or help test on this system to get things working properly.

I've tried both make and make static, but the linking stage always fails. The errors are very similar to the ones I encountered before. The only difference is that with the updated source code, I do not need to patch the source, or edit anything. I just ./configure;make config;make (static)

make static results in this error:

Code: Select all

gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.
o dcc.o  dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_fil
e.o  modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o  use
rent.o userrec.o users.o mod/*.o -L/usr/local/lib -ltcl8.4 -lm -ldld -lnsl  md5/
md5c.o compat/*.o `cat mod/mod.xlibs`
gcc: mod/*.o: No such file or directory
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
$
running make results in this error:

Code: Select all

---------- Yeah! That's the compiling, now the linking! ----------

Linking eggdrop: (standard build).

        gcc -pipe -fPIC -shared -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o ch
anprog.o cmds.o dcc.o  dccutil.o dns.o flags.o language.o match.o main.o mem.o m
isc.o misc_file.o  modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o
tcluser.o  userent.o userrec.o users.o  -L/usr/local/lib -ltcl8.4 -lm -ldld -lns
l  md5/md5c.o compat/*.o `cat mod/mod.xlibs`
/usr/ccs/bin/ld: DP relative code in file bg.o - shared library must be position
    independent.  Use +z or +Z to recompile.
collect2: ld returned 1 exit status
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
$
thanks!!
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Just to repeat what Wcc have mentioned earlier.

The best place to report bugs is to the Eggheads Development Team, not here. Bugs will be addressed quicker if they are sent in to bugs@eggheads.org , or better yet,
added directly to BugZilla.
Locked