I have problem with the compiler, I tried to install version that used to work but now i get errors:
Code: Select all
regerror.o(.text+0x2f): undefined reference to `dcgettext'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-compile.o): In function `tre_
expand_ctype':
tre-compile.o(.text+0x2ce9): undefined reference to `__ctype_tolower_loc'
tre-compile.o(.text+0x2d17): undefined reference to `__ctype_toupper_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-compile.o): In function `tre_
isalnum':
tre-compile.o(.text+0x2dec): undefined reference to `__ctype_b_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-compile.o): In function `tre_
isalpha':
tre-compile.o(.text+0x2e06): undefined reference to `__ctype_b_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-compile.o): In function `tre_
isblank':
tre-compile.o(.text+0x2e31): undefined reference to `__ctype_b_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-compile.o): In function `tre_
iscntrl':
tre-compile.o(.text+0x2e4b): undefined reference to `__ctype_b_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-compile.o): In function `tre_
isdigit':
tre-compile.o(.text+0x2e65): undefined reference to `__ctype_b_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-compile.o)(.text+0x2e81): mor
e undefined references to `__ctype_b_loc' follow
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-compile.o): In function `tre_
parse_bracket_items':
tre-compile.o(.text+0x329c): undefined reference to `__ctype_toupper_loc'
tre-compile.o(.text+0x32c2): undefined reference to `__ctype_toupper_loc'
tre-compile.o(.text+0x32f4): undefined reference to `__ctype_toupper_loc'
tre-compile.o(.text+0x335d): undefined reference to `__ctype_tolower_loc'
tre-compile.o(.text+0x3383): undefined reference to `__ctype_tolower_loc'
tre-compile.o(.text+0x33b5): undefined reference to `__ctype_tolower_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-compile.o): In function `tre_
parse':
tre-compile.o(.text+0x4715): undefined reference to `__ctype_toupper_loc'
tre-compile.o(.text+0x474b): undefined reference to `__ctype_tolower_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-match-parallel.o): In functio
n `tre_tnfa_run_parallel':
tre-match-parallel.o(.text+0x7b5): undefined reference to `__ctype_tolower_loc'
tre-match-parallel.o(.text+0x7e3): undefined reference to `__ctype_toupper_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-match-parallel.o): In functio
n `tre_neg_char_classes_match':
tre-match-parallel.o(.text+0xa17): undefined reference to `__ctype_toupper_loc'
tre-match-parallel.o(.text+0xa43): undefined reference to `__ctype_tolower_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-match-backtrack.o): In functi
on `tre_tnfa_run_backtrack':
tre-match-backtrack.o(.text+0x92c): undefined reference to `__ctype_tolower_loc'
tre-match-backtrack.o(.text+0x95d): undefined reference to `__ctype_toupper_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-match-backtrack.o): In functi
on `tre_neg_char_classes_match':
tre-match-backtrack.o(.text+0xc35): undefined reference to `__ctype_toupper_loc'
tre-match-backtrack.o(.text+0xc61): undefined reference to `__ctype_tolower_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-match-approx.o): In function
`tre_tnfa_run_approx':
tre-match-approx.o(.text+0x125a): undefined reference to `__ctype_tolower_loc'
tre-match-approx.o(.text+0x1291): undefined reference to `__ctype_toupper_loc'
/home/yeshua16/ircd/extras/regexp/lib/libtre.a(tre-match-approx.o): In function
`tre_neg_char_classes_match':
tre-match-approx.o(.text+0x17da): undefined reference to `__ctype_toupper_loc'
tre-match-approx.o(.text+0x1806): undefined reference to `__ctype_tolower_loc'
*** Error code 1