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 |
Date Of Receipt: 7-AUG-1996 18:59:12.11 From: KAMLIA::kucherov "sergei kucherov 07-Aug-1996 1858" To: kucherov@DEC:.zko.kamlia CC: buildhelp@DEC:.zko.kamlia Subj: More info Re: build export_all failure More information: I did this before "build export_all": cd src mklinks ../obj Is the solution as simple as not doing the above mklinks (my first guess)? Note that I do not want to recompile all object modules, I just want to put the headers and *.a into the export area. What I'm trying to do is to change one .c file in one library. But the change depends on a header file change buried in the kernel. I want to do the minimal work possible to get the header to the export area and to recompile and link the library. Then I need to rebuild a command (that part I know how to do). sergei
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2474.1 | Re: More info Re: build export_all failure | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Aug 07 1996 20:59 | 39 |
Date Of Receipt: 7-AUG-1996 19:22:23.37 From: KAMLIA::"[email protected]" To: [email protected] CC: [email protected] Subj: Re: More info Re: build export_all failure Why not just take the simple approach and do mklinks in export/alpha? You should be able to use the -link_from and -link_to options to mklinks to link just about anything you want in there. -Grant > > > More information: > I did this before "build export_all" : > > cd src > mklinks ../obj > > Is the solution as simple as not doing the above mklinks (my first guess)? > Note that I do not want to recompile all object modules, > I just want to put the headers and *.a into the export area. > > What I'm trying to do is to change one .c file in one library. > But the change depends on a header file change buried in the kernel. > I want to do the minimal work possible to get the header to the > export area and to recompile and link the library. > Then I need to rebuild a command (that part I know how to do). > > sergei > > -- Grant Van Dyck enet: [email protected] Release Engineering |