1832276 Members
1904 Online
110041 Solutions
New Discussion

Re: X11::GUITest

 
Jose_C_Moraes
Super Advisor

X11::GUITest

Hi

Does anyone know if this module works for HP-UX 11.11 PA-RISC, and the dependencies I need to install. I am using gcc for compiling.

I have been facing many errors of unresolved symbols during make.

I appreciate any help,

Regards
Jose
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor

Re: X11::GUITest

Hi Jose:

You don't say what versions (Perl, gcc, X11::GUITest) you are using. CPAN points to here for the latest information, version, etc:

http://sourceforge.net/projects/x11guitest

More details from you about your errors might help.

Regards!

...JRF...

Jose_C_Moraes
Super Advisor

Re: X11::GUITest

Sorry.

ect96:/var/hp # gcc -v
Using built-in specs.
Target: hppa2.0w-hp-hpux11.11
Configured with: ../gcc/configure
Thread model: posix
gcc version 4.2.1
ect96:/var/hp #

ect96:/var/hp # perl -v

This is perl, v5.8.8 built for PA-RISC2.0

Copyright 1987-2006, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

ect96:/var/hp #

Dennis K. Paulsen > X11-GUITest-0.21 > X11::GUITest
Download: X11-GUITest-0.21.tar.gz
Annotate this POD
Module Version: 0.21

Regards
James R. Ferguson
Acclaimed Contributor

Re: X11::GUITest

Hi (again) Jose:

From what compiler (HP's or gcc) was your Perl compiled?

# perl -V:cc

...will tell that. You need to use the same compiler to install modules requiring compilation as was used to build your Perl.

Regards!

...JRF...
Jose_C_Moraes
Super Advisor

Re: X11::GUITest

Tnxs.

I already checked that.

ect96:/var/hp # perl -V:cc
cc='gcc';
ect96:/var/hp #

Regards
Jose
Jose_C_Moraes
Super Advisor

Re: X11::GUITest

Hi

Any hints ?

Regards
Jose