[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

Title:USG buildhelp questions/answers
Moderator:SMURF::FILTER
Created:Mon Apr 26 1993
Last Modified:Mon Jan 20 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2763
Total number of notes:5802

1694.0. "Is this the continuing -c problem again?" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Wed Aug 16 1995 12:57

Date Of Receipt: 	15-AUG-1995 11:10:02.12
From: 	SMURF::ALPHA::gillett "Christopher Gillett USG  15-Aug-1995 1108"
To: 	[email protected]
CC: 	gillett@DEC:.zko.alpha
Subj: 	Is this the continuing "-c" problem again?

Trying to build kernels against ptos backing trees, I get the
following cursing when I try to build.  Is this already known
and under repair?

[email protected]::/proj2/ptos_kernel_build/src/kernel> build setup
relative path: ./kernel.
string passed to /usr/sde/ode3.0/tools/alpha_ace/bin/make:
   make -cF setup 
make: illegal option -- c
usage: make [-eiknqrst] [-D variable] [-d flags] [-f makefile ]
        [-I directory] [-j max_jobs] [variable=value]
[email protected]::/proj2/ptos_kernel_build/src/kernel> 


Thanks,
Chris

T.RTitleUserPersonal
Name
DateLines
1694.1Re: Is this the continuing -c problem again?AOSG::FILTERAutomatic Posting Software - mail to flume::puckWed Aug 16 1995 13:1247
Date Of Receipt: 	15-AUG-1995 11:48:22.64
From: 	SMURF::QUARRY::"[email protected]" "15-Aug-1995 1146"
To: 	[email protected]
CC: 	[email protected], [email protected]
Subj: 	Re: Is this the continuing "-c" problem again?

Nope, Wrong make. The workon defines your path to have 
backingtree/tools/alpha_OSF1/alpha/hostbin

1st in your path. You've undone this somehow in your environment. If you've 
redefined your path to use local tools, and followed the instructions from the 
web page:


If you also want to have a local hostbin (ie make, lex, ctags, release etc.)
include the following line as well:

replace setenv TARGET_EXEC_PREFIX       "${tools_base}/hostbin/"


Then make sure you populate your sandbox. Perhaps your shell's path def is 
tromping on the sandbox def?


		-Grant


| 
| Trying to build kernels against ptos backing trees, I get the
| following cursing when I try to build.  Is this already known
| and under repair?
| 
| [email protected]::/proj2/ptos_kernel_build/src/kernel> build setup
| relative path: ./kernel.
| string passed to /usr/sde/ode3.0/tools/alpha_ace/bin/make:
|    make -cF setup 
| make: illegal option -- c
| usage: make [-eiknqrst] [-D variable] [-d flags] [-f makefile ]
|         [-I directory] [-j max_jobs] [variable=value]
| [email protected]::/proj2/ptos_kernel_build/src/kernel> 
| 
| 
| Thanks,
| Chris