At 11:26 PM +0200 10/24/07, [EMAIL PROTECTED] wrote:
>
>Just for laughs (I am not serious to make this work):
>
>A400> sh sys/noproc
>OpenVMS V7.2-1  on node A400  24-OCT-2007 23:24:47.37  Uptime  102 02:33:04
>A400> cc/ver
>DEC C V5.7-004 on OpenVMS Alpha V7.2-1

I have built it on v7.2-1 without any trouble.  However, your compiler version 
is very old (my 7.2-1 system has 6.4).  In fact the chart here:

http://h71000.www7.hp.com/openvms/os/swroll/62PLUS.HTML

appears to imply that C 6.0 is the minimum version for OVMS Alpha
v7.2-1.  Based on the version dependency tables in the CRTL, getopt()
is available on VMS 6.2 and later, but you probably need a newer
compiler version to get the appropriate headers.

>A400> @configure
>....
>Creating config.sh...
>%LINK-W-NUDFSYMS, 4 undefined symbols:
>%LINK-I-UDFSYM,         GETOPT
>%LINK-I-UDFSYM,         OPTARG
>%LINK-I-UDFSYM,         OPTIND
>%LINK-I-UDFSYM,         OPTOPT

Adding /prefix=(getopt,optarg,optind,optopt) to your compiler flags
*might* get you past this since your CRTL has them but your compiler
doesn't know about them.  Or you could rewrite munchconfig.c to avoid
using them.


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

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

Reply via email to