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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl Curses on AIX

Status
Not open for further replies.

rzs0502

IS-IT--Management
Nov 18, 2002
708
Hi *

Has anyone managed to install the Perl Curses module on AIX 5.x?
Perl 5.8
AIX 5.2 ML 06
gcc 3.3.2 / xlc 6
GEN function: not applicable
PANELS functions: not enabled
MENUS functions: not enabled
FORMS functions: not enabled

perl MakeFile.PL

Making a guess for $inc and/or $libs...
Making a guess for "c-config.h"...
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -ltermcap
Use of uninitialized value in concatenation (.) or string at Makefile.PL line 376.
Use of uninitialized value in concatenation (.) or string at Makefile.PL line 376.
Use of uninitialized value in concatenation (.) or string at Makefile.PL line 376.
Writing Makefile for Curses



"If you always do what you've always done, you will always be where you've always been."
 
You've only got a couple of warnings so far. Did you get errors when you ran "make" and "make install"?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top