T.R | Title | User | Personal Name | Date | Lines |
---|
642.1 | Re: building shareable library | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Mon Mar 14 1994 15:41 | 14 |
| Date Of Receipt: 14-MAR-1994 15:36:34.67
From: FLUME::jmcg "Jim McGinness"
To: [email protected]
CC: flume::buildhelp
Subj: Re: building shareable library
This error message occurs because
`genloc /obj/alpha/usr/shlib/alpha/so_locations`
returned nothing. I've seen this kind of problem multiple times before,
but always from sites in UNX. I've never heard what it took to resolve
it.
-- jmcg
|
642.2 | Re: building shareable library | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Mon Mar 14 1994 16:43 | 29 |
| Date Of Receipt: 14-MAR-1994 15:44:29.31
From: FLUME::"[email protected]" "Grant Van Dyck"
To: flume::jmcg (Jim McGinness)
CC: helix::sontakke, [email protected]
Subj: Re: building shareable library
The problem occured in UNX because they only supped the src
collection and never obj, nor did they ever build it so the file
/obj/alpha/usr/shlib/alpha/so_locations did not exist in their
backing tree.
If you create this directory in the backing tree and copy
src/usr/shlib/alpha/so_locations to it, your build should
work fine. I'm not sure that a sandbox copy of this will work
as I believe it needs to be found in the backingtree.
-Grant
| This error message occurs because
| `genloc /obj/alpha/usr/shlib/alpha/so_locations`
| returned nothing. I've seen this kind of problem multiple times before,
| but always from sites in UNX. I've never heard what it took to resolve
| it.
|
| -- jmcg
|
642.3 | Re: building shareable library | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Mon Mar 14 1994 16:44 | 24 |
| Date Of Receipt: 14-MAR-1994 15:45:58.12
From: ALPHA::"[email protected]"
HELIX::SONTAKKE "Vikas, DTN 297-9192, Extern (508)-467-9192" 14-MAR-1994 15:44:16.68
To: alpha::buildhelp
FLUME::jmcg
CC: SONTAKKE@DEC:.zko.alpha
SONTAKKE
Subj: Re: building shareable library
Re: building shareable library
Bingo!!
I just found it.
It seems that one needs to do a build from /usr/shlib. This sets us the genloc
command properly.
Actually, I killed the /usr/shlib build after it started compiling libc as by
that time it had finished with the so_locations stuff.
Now /usr/shlib/libxti built successfully.
- Vikas
|
642.4 | Re: building shareable library | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Mon Mar 14 1994 16:45 | 14 |
| Date Of Receipt: 14-MAR-1994 15:46:12.41
From: FLAMBE::"[email protected]" "14-Mar-1994 1544"
To: [email protected] (Jim McGinness)
CC: sontakke@dec:.mro.helix, [email protected]
Subj: Re: building shareable library
To get around the problem:
cd /usr/shlib/alpha
build
Then go and build your shared library.
-Rich
|