kashirat
12-08-2002, 02:04 PM
I try to install ytin and i get the following when i try to make:
gcc -I. -Iprotos -O2 -DHAVE_CONFIG_H -DCHINESE -o tt++ action.o alias.o ansi.o antisub.o files.o glob.o help.o highlight.o ivars.o llist.o log.o main.o misc.o net.o parse.o path.o pause.o queue.o rl.o rlhist.o rltab.o rltick.o rlvt100.o scrsize.o session.o substitute.o text.o ticks.o utils.o variables.o function.o macro.o stream.o uuencode.o -lreadline -lhistory -lnsl -lcurses
action.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
alias.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
antisub.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
files.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
glob.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
help.o(.eh_frame+0x11): more undefined references to `__gxx_personality_v0' follow
collect2: ld returned 1 exit status
make: *** [tt++] Error 1
Does anyone know whats wrong? I installed new ncurses library as well as readline library to get it this far (it wouldn't configure before)...
Alternatively, i tried installing tintin, and everything compiled fine but when i try to run it i get this:#Read tab.txt, completion list initialized.
##################################################
# T I N T I N + + v1.86 (Beta) #
# THIS IS A DEVELOPMENT VERSION!!! #
# (T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t #
# a DIKU-mud client #
# new code by Bill Reiss, David A. Wagner #
# Rob Ellsworth, Jeremy C. Jack, Davin Chan #
# 1994,2000 #
# thanks to Peter Unold for original TINTIN code #
##################################################
chat_init -- gethostbyname: No such file or directory
I have no idea whats wrong... any help would be apprecaited..
edit: oh, im using mandrake 9 by the way...
thanks.
gcc -I. -Iprotos -O2 -DHAVE_CONFIG_H -DCHINESE -o tt++ action.o alias.o ansi.o antisub.o files.o glob.o help.o highlight.o ivars.o llist.o log.o main.o misc.o net.o parse.o path.o pause.o queue.o rl.o rlhist.o rltab.o rltick.o rlvt100.o scrsize.o session.o substitute.o text.o ticks.o utils.o variables.o function.o macro.o stream.o uuencode.o -lreadline -lhistory -lnsl -lcurses
action.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
alias.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
antisub.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
files.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
glob.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
help.o(.eh_frame+0x11): more undefined references to `__gxx_personality_v0' follow
collect2: ld returned 1 exit status
make: *** [tt++] Error 1
Does anyone know whats wrong? I installed new ncurses library as well as readline library to get it this far (it wouldn't configure before)...
Alternatively, i tried installing tintin, and everything compiled fine but when i try to run it i get this:#Read tab.txt, completion list initialized.
##################################################
# T I N T I N + + v1.86 (Beta) #
# THIS IS A DEVELOPMENT VERSION!!! #
# (T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t #
# a DIKU-mud client #
# new code by Bill Reiss, David A. Wagner #
# Rob Ellsworth, Jeremy C. Jack, Davin Chan #
# 1994,2000 #
# thanks to Peter Unold for original TINTIN code #
##################################################
chat_init -- gethostbyname: No such file or directory
I have no idea whats wrong... any help would be apprecaited..
edit: oh, im using mandrake 9 by the way...
thanks.