1752664 Members
5316 Online
108788 Solutions
New Discussion

Re: Compiling PerlTk

 
T.S.SHIVAKUMAR
Occasional Advisor

Compiling PerlTk

Hi!
Could anyone help me compile perlTk on my HP? The OS is 10.20
When I run "perl Makefile.PL" it gives me the err
"perl is installed in /opt/perl5/lib/PA-RISC2/5.003 okay
Generic gettimeofday()
Using -L/usr/lib/X11R6 to find /usr/lib/X11R6/libX11.2
Cannot find X include files via /include
Cannot find X include files anywhere at ./myConfig line 288.
BEGIN failed--compilation aborted at Makefile.PL line 8."

Where are the X include files in HP?
I am not much on compiling but this went through on the Sun. I am sure some of you would have done this sometime.
Thanks and regards,
Shivakumar
Try...try... till your system crashes!
1 REPLY 1
Mike Williams_3
Advisor

Re: Compiling PerlTk

Hi,

Sorry, it ran just fine when I tried it. However, I am using
gcc 2.95.2 on an installed perl 5.6.0.

What do you have in /usr/include/X11?

You might have more mileage with http://www.perltk.org/binaries/800.022-HPUX-10.20-hppa1.1.tar.gz

Or you could try:
perl Makefile.PL X11=where your includes are.