Hello Im trying to make IO but Im getting the following error:
Can anybody help me which dependcy im missing?
--
Can anybody help me which dependcy im missing?
Code:
Perl Makefile.PL
Writing IO::Tty::Constant.pm...
DEFINE = -DHAVE_DEV_PTMX -DHAVE_GETPT -DHAVE_GRANTPT -DHAVE_OPENPTY -DHAVE_PTSNAME -DHAVE_PTSNAME_R -DHAVE_PTY_H -DHAVE_SIGACTION -DHAVE_SYS_STROPTS_H -DHAVE_TERMIOS_H -DHAVE_TERMIO_H -DHAVE_TTYNAME -DHAVE_UNLOCKPT
Note (probably harmless): No library found for -lutil
Writing Makefile for IO::Tty
[root@kl10febs IO-Tty-1.07]#
: undefined reference to `Perl_newCONSTSUB'
Tty.o(.text+0x89cb): In function `boot_IO__Tty':
: undefined reference to `Perl_Gthr_key_ptr'
Tty.o(.text+0x89dd): In function `boot_IO__Tty':
: undefined reference to `Perl_Isv_yes_ptr'
Tty.o(.text+0x89eb): In function `boot_IO__Tty':
: undefined reference to `Perl_Gthr_key_ptr'
Tty.o(.text+0x89fd): In function `boot_IO__Tty':
: undefined reference to `Perl_Tstack_base_ptr'
Tty.o(.text+0x8a11): In function `boot_IO__Tty':
: undefined reference to `Perl_Gthr_key_ptr'
Tty.o(.text+0x8a23): In function `boot_IO__Tty':
: undefined reference to `Perl_Tstack_sp_ptr'
Tty.o(.text+0x8a31): In function `boot_IO__Tty':
: undefined reference to `Perl_Gthr_key_ptr'
Tty.o(.text+0x8a43): In function `boot_IO__Tty':
: undefined reference to `Perl_Tstack_base_ptr'
Tty.o(.text+0x8a68): In function `boot_IO__Tty':
: undefined reference to `Perl_Gthr_key_ptr'
Tty.o(.text+0x8a94): In function `boot_IO__Tty':
: undefined reference to `Perl_sv_2pv_flags'
collect2: ld returned 1 exit status
make: *** [blib/arch/auto/IO/Tty/Tty.so] Error 1
--