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.

Search found 5 matches

by jlewing
Sun Jan 22, 2006 3:14 pm
Forum: Eggdrop Help
Topic: Solaris 10, eggdrop 1.6.17, tcl 8.4.12 - undefined symbol
Replies: 8
Views: 11549

The fact there is no net.h is the point I was trying to make. I apologize, I didn't see the open_listen in proto.h. I did remove the inline from net.c. I'll reference proto.h and see what happens... and the results are... with some minor Makefile edits to include $(LDFLAGS) in the mod/*/Makefile's, ...
by jlewing
Sun Jan 22, 2006 12:56 pm
Forum: Eggdrop Help
Topic: Solaris 10, eggdrop 1.6.17, tcl 8.4.12 - undefined symbol
Replies: 8
Views: 11549

"modules.c", line 1155: warning: static function called but not defined: open_listen()
Undefined first referenced
symbol in file
open_listen modules.o

open_listen is defined in net.c, but there is no net.h referenced by modules.c
by jlewing
Sat Jan 21, 2006 9:45 pm
Forum: Eggdrop Help
Topic: Solaris 10, eggdrop 1.6.17, tcl 8.4.12 - undefined symbol
Replies: 8
Views: 11549

Well, I got the garbage error to go away... first was the removal of inlining from the tclhash.c and tclhash.h files, and second was to include tclhash.h in main.c The second error is a little more complicated as there is no net.h file included with 1.6.17, so I can't easily reference net.h from mod...
by jlewing
Wed Jan 18, 2006 11:21 am
Forum: Eggdrop Help
Topic: Solaris 10, eggdrop 1.6.17, tcl 8.4.12 - undefined symbol
Replies: 8
Views: 11549

I used our default profile, which is setup for applications that take can use the higher optimization. I meant to remove that. So the flags set now are only -xtarget=ultra -xarch=v9 -Xa. The tcl library on this system is 64-bit so the xtarget and xarch have to stay. The Xa just forces the system to ...
by jlewing
Tue Jan 17, 2006 6:58 pm
Forum: Eggdrop Help
Topic: Solaris 10, eggdrop 1.6.17, tcl 8.4.12 - undefined symbol
Replies: 8
Views: 11549

Solaris 10, eggdrop 1.6.17, tcl 8.4.12 - undefined symbol

A mysterious has popped up that I cannot seem to get rid of. This is eggdrop 1.6.17 being compiled on Solaris 10 using Sun Studio 11. I've submitted the output from compiling but the focus is only on these few lines: ...when compiling... "./main.c", line 1104: warning: static function call...