[IRCServices] errors when compiling ircservices 5.1 pre4 on freebsd

Nick Gawronski nick at nickgawronski.com
Wed Aug 8 18:31:54 PDT 2007


Hi, I am running ircservices on a freebsd system version 4.11.  With gcc
4.0.4 and when running gmake to compile the program I get the following
errors.  What can I do to fix these or is this something in ircservices?
I have chosen to compile static modules which has always worked in the
past. modules.o: In function `my_dlsym':
/usr/home/nick/ircservices-5.1pre4/modules.c:327: undefined reference to
`modlist'
/usr/home/nick/ircservices-5.1pre4/modules.c:327: undefined reference to
`modlist'
modules.o: In function `load_module':
/usr/home/nick/ircservices-5.1pre4/modules.c:250: undefined reference to
`modlist'
/usr/home/nick/ircservices-5.1pre4/modules.c:250: undefined reference to
`modlist'
/usr/home/nick/ircservices-5.1pre4/modules.c:258: undefined reference to
`modlist'
collect2: ld returned 1 exit status
gmake: *** [ircservices] Error 1