Hi,
Iam trying to compile PBS on tru64 with V4.0D. I could create most of
the libraries. But Iam getting
the following error. Iam using "OpenPBS_2_3_12" version. Can any one
help?
Configure command:
configure --prefix=/scratch1/kumar/Tools/PBS
--with-tcl=/scratch1/kumar/Tools/PBS/Tcl8 --set-cflags="-std0"
which has NOT given any error
The gmake command gives me the following error:
Making all in resmom
gcc -std0 -I../include -I../../src/include -I./digitalunix -DHAVE_CONFIG_H
-DPBS_MOM -DDEMUX=\"/scratch1/kumar/Tools/PBS/sbin/pbs_demux\"
-DRCP_PATH=\"/scratch1/kumar/Tools/PBS/sbin/pbs_rcp\" -c
./digitalunix/mom_mach.c
gcc: unrecognized option `-std0'
In file included from /usr/include/sys/table.h:55,
from ./digitalunix/mom_mach.c:110:
/usr/include/net/if.h:182: warning: `struct rtentry' declared inside
parameter list
/usr/include/net/if.h:182: warning: its scope is only this definition or
declaration,
/usr/include/net/if.h:182: warning: which is probably not what you want.
/usr/include/net/if.h:182: warning: `struct mbuf' declared inside parameter
list
In file included from /usr/include/sys/table.h:55,
from ./digitalunix/mom_mach.c:110:
/usr/include/net/if.h:462: warning: `struct rtentry' declared inside
parameter list
In file included from /usr/include/machine/cpuconf.h:126,
from ./digitalunix/mom_mach.c:114:
/usr/include/c_asm.h:193: parse error before `asm'
./digitalunix/mom_mach.c:1075: warning: static declaration for `cput'
follows non-static
./digitalunix/mom_mach.c:1173: warning: static declaration for `mem' follows
non-static
./digitalunix/mom_mach.c:1304: warning: static declaration for `sessions'
follows non-static
./digitalunix/mom_mach.c:1376: warning: static declaration for `nsessions'
follows non-static
./digitalunix/mom_mach.c:1394: warning: static declaration for `pids'
follows non-static
./digitalunix/mom_mach.c:1456: warning: static declaration for `nusers'
follows non-static
./digitalunix/mom_mach.c:1605: warning: static declaration for `size'
follows non-static
./digitalunix/mom_mach.c:1650: warning: static declaration for `idletime'
follows non-static
./digitalunix/mom_mach.c: In function `cpuspeed':
./digitalunix/mom_mach.c:1809: warning: passing arg 2 of `getsysinfo' from
incompatible pointer type
./digitalunix/mom_mach.c: In function `cputype':
./digitalunix/mom_mach.c:1846: warning: passing arg 2 of `getsysinfo' from
incompatible pointer type
gmake[2]: *** [mom_mach.o] Error 1
gmake[1]: *** [all] Error 2
gmake: *** [all] Error 2
Thanks in afdvance,
Kumar
Received on Fri Apr 20 2001 - 12:59:49 NZST