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, Modules won't compile under Mac OS 10.3.4

Old posts that have not been replied to for several years.
Locked
J
JPL

Eggdrop 1.6.16, Modules won't compile under Mac OS 10.3.4

Post by JPL »

When compiling Eggdrop 1.6.16 under Mac OS X 10.3.4 I get this result:

-----------

Successful compile: eggdrop

gcc -pipe -fPIC -g -O2 -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././assoc.mod/assoc.c
mv assoc.o ../
ld -Bshareable -x -o ../../../assoc.so ../assoc.o -L/usr/lib -ltcl -lm -lpthread -ldl
ld: unknown flag: -Bshareable
make[2]: *** [../../../assoc.so] Error 1
make[1]: *** [assoc.mod_so] Error 2
make: *** [modules] Error 2

-----------

If I try to install Eggdrop then all goes well except none of the modules are included. Can anyone help?
g
gmacar

Post by gmacar »

Same error here!!

-----

Successful compile: eggdrop

gcc -pipe -fPIC -g -O2 -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././channels.mod/channels.c
mv channels.o ../
ld -Bshareable -x -o ../../../channels.so ../channels.o -L/usr/lib -ltcl -lm -lpthread -ldl
ld: unknown flag: -Bshareable
make[2]: *** [../../../channels.so] Error 1
make[1]: *** [channels.mod_so] Error 2
make: *** [modules] Error 2
computer1:~/eggdrop1.6.16 giuseppe$ man ld

-----

computer1:~/eggdrop1.6.16 giuseppe$ uname -a
Darwin computer1.local 7.4.0 Darwin Kernel Version 7.4.0: Wed May 12 16:58:24 PDT 2004; root:xnu/xnu-517.7.7.obj~7/RELEASE_PPC Power Macintosh powerpc
computer1:~/eggdrop1.6.16 giuseppe$

Giuseppe
Rome - Italy
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Hmm. I can try looking through ome OSX man pages online and look. Seems that it's linker works differently than how we're trying to call it. None of us at eggdev have a Mac box to test on so I'm not sure. I'll post here if I've got something to test out =P

Wcc
_
_gollum_

Post by _gollum_ »

I have the same problem :( , but i've tried it.
But I cannot start the bot because the modules (irc, server, chan and so one) are missing.
Can anyone upload it on any server?

gollum

My English isn't nice, I know, sorry.
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

What gcc version is this?

Wcc
E
Elephantman

Post by Elephantman »

gcc 3.3 on my end and same error.
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

This is being fixed. My plan is to have 1.6.17rc1 support OS 10 almost completly. There will probably still be some issues with dns.mod, etc, though. This way, being an RC, it should get alot of testing. The RC should be out sometime this week.. so give it a try when it's out.

Wcc
Locked