Page 1 of 1

Error on Compiling, Please help

Posted: Sat Jul 17, 2004 5:45 am
by Solar
I got this error message when I type "make".
gcc -I../include -I/usr/home/ircd/irc.thai.com/3.2.1/extras/regexp/include -pipe -g -O2 -funsigned-char -I/usr/local/ssl/include -export-dynamic -L/usr/local/ssl/lib -lssl -lcrypto -o ircd auth.o aln.o badwords.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o res.o res_init.o res_comp.o res_mkquery.o res_skipname.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o scache.o send.o support.o umodes.o version.o webtv.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o -lcrypt -lutil -L../extras/regexp/lib -ltre -lssl -lcrypto
../extras/regexp/lib/libtre.a(regerror.o): In function `regerror':
/usr/home/ircd/irc.thai.com/3.2.1/extras/tre-0.6.8/lib/regerror.c:68: undefined reference to `libintl_gettext'
collect2: ld returned 1 exit status
*** Error code 1

Stop.
*** Error code 1

Stop.
What should I Do?

Posted: Sun Jul 18, 2004 11:47 am
by w00t
bugs.unrealircd.org

Report it there.

Posted: Sun Jul 18, 2004 4:48 pm
by codemastr
Not really a bug, your system doesn't have pkg_config. Open Makefile, find -ltre, and add -lintl after it, then run make again.