| Date Of Receipt: 4-JAN-1996 12:16:45.40
From: SMURF::FLUME::"[email protected]" "Grant Van Dyck 04-Jan-1996 1213"
To: [email protected]
CC: [email protected]
Subj: Re: Sandbox build problem
In this example, COMP_HOST_ROOT=/ which means it's going to use your system's
libs and includes. I bet if you check your system you don't have stdio.h or
any of the other stuff that's in OSFPGMR350. Do a setld -i and see if you have
installed. It's not optional if you want to build on your machine.
-Grant
|
| Hi,
|
| I'm having a problem building in my sandbox (both existing and new
| sandboxes).
|
| Here's what I'm getting:
|
| mv -f ./ytab.h.X ./ytab.h
| COMP_HOST_ROOT=/ COMP_TARGET_ROOT=/ /bin/cc -I. -I/usr/include /usr/sde/osf1/
bui
| ld/ptos.nightly/src/kernel/io/cam/siop/ssc/main.c /usr/sde/osf1/build/ptos.ni
ght
| ly/src/kernel/io/cam/siop/ssc/ytab.c /usr/sde/osf1/build/ptos.nightly/src/ker
nel
| /io/cam/siop/ssc/scsi_lex.c /usr/sde/osf1/build/ptos.nightly/src/kernel/io/ca
m/s
| iop/ssc/error.c -o ssc
| /usr/sde/osf1/build/ptos.nightly/src/kernel/io/cam/siop/ssc/main.c:
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/main.c: 37: Cannot open file string.h for #include
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/portable.h: 40: Cannot open file string.h for #include
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/pass2.h: 45: Cannot open file stdio.h for #include
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/pass2.h: 46: Cannot open file string.h for #include
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/scsi.h: 48: Cannot open file stdio.h for #include
| /usr/sde/osf1/build/ptos.nightly/src/kernel/io/cam/siop/ssc/ytab.c:
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/portable.h: 40: Cannot open file string.h for #include
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/scsi.h: 48: Cannot open file stdio.h for #include
| /usr/sde/osf1/build/ptos.nightly/src/kernel/io/cam/siop/ssc/scsi_lex.c:
|
| .
| .
| .
| *** Exit 1
| Stop.
| *** Exit 1
| Stop.
| *** Exit 1
| Stop.
|
| I'm pretty sure my path is ok, but here's what's set up:
|
| (while in my sandbox)
| $ echo $PATH
| /u/chs/sandboxes/test/tools/alpha/hostbin:/u/chs/sandboxes/test/tools/alpha/b
in:
| /u/chs/sandboxes/test/tools/alpha/acc:/usr/sde/osf1/build/ptos.nightly/tools/
alp
| ha_OSF1/alpha/hostbin:/usr/sde/osf1/build/ptos.nightly/tools/alpha_OSF1/alpha
/bi
| n:/usr/sde/osf1/build/ptos.nightly/tools/alpha_OSF1/alpha/acc:/usr/sde/ode3.0
/to
| ols/alpha_ace/bin:/usr/ucb:/bin:/usr/bin:/sbin:/usr/sbin
|
| Again, I was building on my workstation without any problems before upgrading
| to V3.2C
|
| Thanks,
|
| Carol Sheridan
|
|
|
| Date Of Receipt: 4-JAN-1996 13:49:39.05
From: SMURF::WASTED::chs "Carol Hackett Sheridan USG 04-Jan-1996 1347"
To: "Grant Van Dyck" <[email protected]>
CC: chs@DEC:.zko.wasted, odehelp@DEC:.zko.wasted
Subj: Re: Sandbox build problem
Grant,
>In this example, COMP_HOST_ROOT=/ which means it's going to use your system's
>libs and includes. I bet if you check your system you don't have stdio.h or
>any of the other stuff that's in OSFPGMR350. Do a setld -i and see if you have
>installed. It's not optional if you want to build on your machine.
Nope. I don't have it installed. I didn't realize this was mandatory for
workstation builds. Is this something that changed under
V3.2C or did I have it installed when I was running V3.0 and just not
remember the reason why I installed it (probably the latter :-)
/Carol
|