I installed the Darwin development tools as per the article on Mac Addict and tried to compile a few programs. Lynx compiled with no problems, but BitchX dumps out of the compilation with the following error:
cc -o BitchX alias.o alist.o array.o art.o banlist.o bot_link.o cl.o compat.o cdcc.o chelp.o commands.o commands2.o crypt.o ctcp.o cset.o dcc.o debug.o exec.o flood.o files.o fset.o functions.o funny.o glob.o hash.o hebrew.o help.o history.o hook.o if.o ignore.o input.o irc.o ircaux.o ircsig.o keys.o lastlog.o list.o log.o mail.o misc.o modules.o names.o network.o newio.o notice.o notify.o numbers.o output.o parse.o queue.o readlog.o reg.o screen.o server.o stack.o status.o tcl_public.o term.o timer.o translat.o user.o userlist.o vars.o who.o whowas.o window.o words.o
/usr/bin/ld: Undefined symbols:
_dlclose
_dlerror
_dlopen
_dlsym
make[1]: *** [BitchX] Error 1
make: *** [BitchX] Error 2
Does anybody have any ideas they feel the need to share with the rest of us?
cc -o BitchX alias.o alist.o array.o art.o banlist.o bot_link.o cl.o compat.o cdcc.o chelp.o commands.o commands2.o crypt.o ctcp.o cset.o dcc.o debug.o exec.o flood.o files.o fset.o functions.o funny.o glob.o hash.o hebrew.o help.o history.o hook.o if.o ignore.o input.o irc.o ircaux.o ircsig.o keys.o lastlog.o list.o log.o mail.o misc.o modules.o names.o network.o newio.o notice.o notify.o numbers.o output.o parse.o queue.o readlog.o reg.o screen.o server.o stack.o status.o tcl_public.o term.o timer.o translat.o user.o userlist.o vars.o who.o whowas.o window.o words.o
/usr/bin/ld: Undefined symbols:
_dlclose
_dlerror
_dlopen
_dlsym
make[1]: *** [BitchX] Error 1
make: *** [BitchX] Error 2
Does anybody have any ideas they feel the need to share with the rest of us?