Just to add to this question - this is what happens when compiling on a 8
cpu gs80 running Tru64 v5.1:

ogd gskc01 /home/ogd/ipf40a30>cc -V
Compaq C V6.4-214 (dtk) on Compaq Tru64 UNIX V5.1 (Rev. 732)
Compiler Driver V6.4-014 (dtk) cc Driver

ogd gskc01 /home/ogd/ipf40a30>make osf
.
.
.
cc -std1 -msg_disable expandeddefined -g -I..      -DTRU64=732
-DIPFILTER_LKM -DIPFILTER_LOG -D`uname -m` -D__`uname -m`__ -DINET
-DKERNEL -D_KERNEL -I/usr/include -I`dirname
/usr/sys/GSKC01/mach_assert.h` -I/usr/sys/include -DLANGUAGE_C -DUERF
-DOSF -DMACH -DRT_SEM -DKERNEL -D_KERNEL -D_BSD -D_USE_KERNEL_PROTOS
-compress -MD -no_excpt -nointrinsics -Wg,-unroll,1 -Wb,-static
-Wco,-nofloat -msg_enable
cvtdiftypes,warnimplfunc,macroredef,lvaluecast,uselesstyped -msg_inform
cvtdiftypes,warnimplfunc,macroredef,lvaluecast,uselesstyped -msg_enable
uninit1,falloffend,intrinsicint,outtoomany,outtoofew,questcompare,storclsdcl,tentredef
-msg_warn
uninit1,falloffend,intrinsicint,outtoomany,outtoofew,questcompare,storclsdcl,tentredef
-msg_enable othermember -msg_error othermember -Umips -UMIPS -U__intel__
-D__alpha -D__digital__ -D__arch64__ -DUNIX_LOCKS=1   -DIPFILTER_LOOKUP
-DIPSTATE_SIZE=127 -c ../ip_state.c -o ip_state.o
../ip_nat.h ../ip_fil.h
make: execvp: ../ip_nat.h: Permission denied
make: *** [ip_proxy.o] Error 127
*** Exit 2
Stop.

Thank you,
Ognen


---------- Forwarded message ----------
Date: Tue, 4 Mar 2003 13:46:35 -0600 (CST)
From: "Duzlevski, Ognen" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: ipfilter and Tru64 5.1b

Hi all,

I am playing with IP Filter (learning) and am trying to install it on an
alpha box running Tru64 v5.1b. The compiler is

bash-2.04# cc -V
Compaq C V6.5-011 on Compaq Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-003 (sys) cc Driver

I am using the standard make, not the GNU one.

Below is the error I get following the instructions in INSTALL.Tru64:

cc -std1 -msg_disable expandeddefined -g -I..      -DTRU64=2650
-DIPFILTER_LKM -DIPFILTER_LOG -D`uname -m` -D__`uname -m`__ -DINET
-DKERNEL -D_KERNEL -I/usr/include -I`dirname /usr/sys/BETA/mach_assert.h`
-I/usr/sys/include -DLANGUAGE_C -DUERF -DOSF -DMACH -DRT_SEM -DKERNEL
-D_KERNEL -D_BSD -D_USE_KERNEL_PROTOS -compress -MD -no_excpt
-nointrinsics -Wg,-unroll,1 -Wb,-static -Wco,-nofloat -msg_enable
cvtdiftypes,warnimplfunc,macroredef,lvaluecast,uselesstyped -msg_inform
cvtdiftypes,warnimplfunc,macroredef,lvaluecast,uselesstyped -msg_enable
uninit1,falloffend,intrinsicint,outtoomany,outtoofew,questcompare,storclsdcl,tentredef
-msg_warn
uninit1,falloffend,intrinsicint,outtoomany,outtoofew,questcompare,storclsdcl,tentredef
-msg_enable othermember -msg_error othermember -Umips -UMIPS -U__intel__
-D__alpha -D__digital__ -D__arch64__ -DUNIX_LOCKS=1   -DIPFILTER_LOOKUP
-DIPSTATE_SIZE=127 -c ../ip_state.c -o ip_state.o
../ip_nat.h ../ip_fil.h
../ip_nat.h: Permission denied
*** Exit 1
Stop.
*** Exit 1
Stop.

All the permissions look fine. Any ideas?

Ognen

Reply via email to