At 7:54 AM -0600 2/8/07, Craig A. Berry wrote:
>At 11:57 PM +0200 2/7/07, Saku =?UNKNOWN?Q?Set=E4l=E4?= wrote:

> >The same source compiles on Alpha OVMS 7.3-1
>>
>
>Well, it's not *exactly* the same source because until the
>configure.com problem is worked out, you won't have a syntactically
>valid list of symbol names.
>

I meant signal names, not symbol names, but you get the idea.
Although I'd like to get configure.com working on VAX, you could
temporarily dodge this issue by editing config.sh and config.h after
configuring and before building.  Below is what I get on my alpha.

$ sea config.sh sig_name_init
sig_name_init='"ZERO","HUP","INT","QUIT","ILL","TRAP","ABRT","EMT","FPE","KILL","BUS","SEGV","SYS","PIPE","ALRM","TERM","USR1","USR2","NUM18","NUM19","CHLD","CONT","STOP","TSTP","TTIN","TTOU","DEBUG","NUM27","WINCH",0'
$ sea config.sh sig_num_init
sig_num_init='0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,0'
$ sea config.h "#define SIG_"
#define SIG_NAME 
"ZERO","HUP","INT","QUIT","ILL","TRAP","ABRT","EMT","FPE","KILL","BUS","SEGV","SYS","PIPE","ALRM","TERM","USR1","USR2","NUM18","NUM19","CHLD","CONT","STOP","TSTP","TTIN","TTOU","DEBUG","NUM27","WINCH",0
         /**/
#define SIG_NUM  
0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,0  
       /**/
#define SIG_SIZE 29                     /**/

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

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

Reply via email to