Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Missing Package for IO::Tty but which

Status
Not open for further replies.

edelwater

Programmer
Jun 29, 2000
203
EU
Hello Im trying to make IO but Im getting the following error:

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

--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top