Robert,

I see that you are all over the net today with essentially the same
question on comp.os.vms and the ITRC forum.  It appears that you have
found out the same thing that was my understanding, which is that to
get the name of your Alpha architecture, you pretty much have to roll
your own number to name translation, i.e.,

$ write sys$output f$getsyi("cputype")
8

is not immediately obvious, without reading the include files, that
this is an EV67 system.  In principle, the VMS::System Perl extension
could retrieve this just as well as DCL can, though I haven't used
that recently.

Let us know if you get SSH2 running and if there are any necessary
changes to the extension.

At 1:46 PM -0400 7/19/06, Boyd, Robert L wrote:
>I'm trying to do the build of SSH2 and running into a problem.   It's
>looking for a c include file gmp.h.  My research so far leads me to
>believe this is part of the GMP kit.  I'm attempting to build GMP under
>the GNV environment and running into trouble with the configure script.
>Config.guess is blowing up while attempting to sort out exactly which
>model of Alpha I'm running on.  The code looks as if it's never really
>been tested on VMS.  There's pieces that look like they're VMS aware,
>but the part that gets down to distinguishing EV4/EV5/EV56... is not
>fleshed out.
>
>Do any of you out there have any experience with this kind of thing? 
>
>Or do you know another way for me to get gmp.h?   Or is there another
>way to do what I want?
>
>Have any of you built the SSH2 kit on Alpha?
>
>Thanks for any leads/hints/solutions!
>
>Robert Boyd


-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to