1833875 Members
2953 Online
110063 Solutions
New Discussion

gcc or HP ANSI C?

 
SOLVED
Go to solution

gcc or HP ANSI C?

It seems to me that Perl 5.6.1 from the September 2001 Application CD is compiled with gcc. The questoin is how can I determine exactly what compilator was used?
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: gcc or HP ANSI C?

Hi:

execute perl -V (that will give you about as much data as you are going to get).

The irony is that parts of it could have been compiled using either and then linked.
If it ain't broke, I can fix that.

Re: gcc or HP ANSI C?

Hi, Clay

I run /opt/perl/bin/perl -V on my workstation with HP-UX 11i and it clearly told me:

cc='gcc' ...

Thank you very much

Alexander