[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

122.0. "can t disable file strippng" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Tue Jun 08 1993 14:16

Date Of Receipt: 	 8-JUN-1993 10:03:45.43
From: 	KRISIS::glumac "Alex /* Serb */ Glumac"
To: 	krisis::buildhelp
CC: 	krisis::glumac
Subj: 	can't disable file strippng

I am trying to create, in an output hierarchy, a file
that is not stripped.

I have tried

    # build NO_STRIP=-nostrip install_driver
    relative path: ./usr/ccs/bin/driver.
    cd ../../../../../obj/alpha/usr/ccs/bin/driver
    release   -o bin -g bin -m 555 -tostage 
/farm1/cvgwrk/output -fromfile driver 
/usr/ccs/lib/cmplrs/cc/driver
    /usr/ccs/lib/cmplrs/cc/driver: copying from driver
    /usr/ccs/lib/cmplrs/cc/driver: stripping
    /usr/ccs/lib/cmplrs/cc/driver: owner bin, group bin, 
mode 0555
    /usr/ccs/lib/cmplrs/cc/driver: installing as 
/farm1/cvgwrk/output/usr/ccs/lib/cmplrs/cc/driver
    # file 
/farm1/cvgwrk/output/usr/ccs/lib/cmplrs/cc/driver
    /farm1/cvgwrk/output/usr/ccs/lib/cmplrs/cc/driver: 
COFF format alpha demand % paged executable stripped - 
version 3.11

    #


On a WAG I tried adding NO_STRIP=-nostrip to the makefile 
in the source directory but that was no different.


Using the following switches, to try to see what's 
happening, after all the environment stuff I get:

    # build NO_STRIP=-nostrip -info -verbose -n 
install_driver

    > whole bunch of environment stuff
       make -cF -n NO_STRIP=-nostrip install_driver


Help....

Alex

T.RTitleUserPersonal
Name
DateLines
122.1Re: can t disable file strippngSMURF::FILTERAutomatic Posting Software - mail to flume::puckTue Jun 08 1993 14:1858
Date Of Receipt: 	 8-JUN-1993 10:25:14.00
From: 	FLUME::"[email protected]" "Grant Van Dyck"
To: 	"Alex Glumac dtn: 381-0490" <[email protected]>
CC: 	[email protected]
Subj: 	Re: can't disable file strippng

Try adding NOSTRIP =
to your Makefile. No _.

	-Grant


| 
| I am trying to create, in an output hierarchy, a file
| that is not stripped.
| 
| I have tried
| 
|     # build NO_STRIP=-nostrip install_driver
|     relative path: ./usr/ccs/bin/driver.
|     cd ../../../../../obj/alpha/usr/ccs/bin/driver
|     release   -o bin -g bin -m 555 -tostage 
| /farm1/cvgwrk/output -fromfile driver 
| /usr/ccs/lib/cmplrs/cc/driver
|     /usr/ccs/lib/cmplrs/cc/driver: copying from driver
|     /usr/ccs/lib/cmplrs/cc/driver: stripping
|     /usr/ccs/lib/cmplrs/cc/driver: owner bin, group bin, 
| mode 0555
|     /usr/ccs/lib/cmplrs/cc/driver: installing as 
| /farm1/cvgwrk/output/usr/ccs/lib/cmplrs/cc/driver
|     # file 
| /farm1/cvgwrk/output/usr/ccs/lib/cmplrs/cc/driver
|     /farm1/cvgwrk/output/usr/ccs/lib/cmplrs/cc/driver: 
| COFF format alpha demand % paged executable stripped - 
| version 3.11
| 
|     #
| 
| 
| On a WAG I tried adding NO_STRIP=-nostrip to the makefile 
| in the source directory but that was no different.
| 
| 
| Using the following switches, to try to see what's 
| happening, after all the environment stuff I get:
| 
|     # build NO_STRIP=-nostrip -info -verbose -n 
| install_driver
| 
|     > whole bunch of environment stuff
|        make -cF -n NO_STRIP=-nostrip install_driver
| 
| 
| Help....
| 
| Alex
|