From: Stephen <S.J...@du...> - 2002-03-26 12:46:31
|
I have just compiled and installed IO::Tty/Pty version 1.01 and Expect 1.15 on my Solaris 8 box, details here: SunOS duss0 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-250 everything compiles, installs, passes the tests and runs which is great! Glad to see things working again after some difficulties i've had with the recent earlier versions of IO::Tty/Pty. I am however getting a couple of warnings, not sure if they are important or not but they are a little annoying. They are: Use of uninitialized value at /loc/lepus/dph3sjq/perl/sun4-solaris/IO/Tty.pm line 19. Use of uninitialized value at /loc/lepus/dph3sjq/perl/sun4-solaris/IO/Pty.pm line 16. These refer to the lines in the two modules which both say: eval { undef local $SIG{__DIE__}; local $^W = 0; require IO::Stty }; My perl version details are: Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=solaris, osvers=2.7, archname=sun4-solaris uname='sunos rlsul2 5.7 generic_106541-08 sun4u sparc sunw,ultra-5_10 ' hint=recommended, useposix=true, d_sigaction=define usethreads=undef useperlio=undef d_sfio=undef Compiler: cc='cc', optimize='-O', gccversion= cppflags='-I/usr/local/include' ccflags ='-I/usr/local/include' stdchar='char', d_stdstdio=define, usevfork=false intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 alignbytes=8, usemymalloc=y, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib libs=-lsocket -lnsl -ldl -lm -lc -lcrypt libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-KPIC', lddlflags='-G -L/usr/local/lib' |