[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
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 |
2333.0. "Re: Warning: shared object not found in registry" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Tue Jun 11 1996 16:15
Date Of Receipt: 8-JUN-1996 14:14:17.35
From: FLUME::"[email protected]" "Shashi Mangalat USG 08-Jun-1996 1413"
To: [email protected]
CC: [email protected], [email protected]
Subj: Re: Warning: shared object not found in registry
This message is coming from 'ld'. Randy might be able to help you here.
--shashi
------- Forwarded Message
Return-Path: dirce
Delivery-Date: Fri, 07 Jun 96 16:20:49 -0400
Return-Path: dirce
Received: from ralpha.zk3.dec.com by cardinal.zk3.dec.com
(5.65v3.2/1.1.10.5/27Mar96-1222PM)
id AA08823; Fri, 7 Jun 1996 16:20:47 -0400
Received: from localhost by falpha.zk3.dec.com; (5.65v3.2/1.1.8.2/20May95-1022A
M)
id AA30157; Fri, 7 Jun 1996 16:20:32 -0400
Message-Id: <[email protected]>
To: [email protected]
Cc: dirce
Subject: help in Makefile for a new shared library
Date: Fri, 07 Jun 96 16:20:31 -0400
From: dirce
X-Mts: smtp
Hi,
I have struggled with this for 2 days now. Can you please take a look at
this Makefile, and at its build error message, and help me fix it?
The warning message at the end is:
Warning: shared object not found in registry
Thanks,
Dirce
============================
#
# @DEC_COPYRIGHT@
#
#
# HISTORY
# New file for libwrap (tcpwrapper V7.4 library)
# $Log:$
# $EndLog$
#
# @(#)$RCSfile$ $Revision$ (DEC) $Date$
#
VPATH = ${MAKETOP}/usr/ccs/lib/libwrap
INOBJECTDIR = libwrap.a
INOBJECTDIR_OPTIONS =
EXPSHLIB_TARGETS = export_libwrap.so
HFILES = tcpd.h
ILIST = libwrap.so
IDIR = /usr/shlib/
IMODE = 644
NOSTRIP =
INCFLAGS = -I${MAKETOP}/usr/include/tcpd
LDFLAGS =
LIBS = -lc
.INOBJECTDIR: ${_INOBJECTDIR_}
${CP} -p $@ ./[email protected]
${MV} ./[email protected] ./$@
chmod u+w ./$@
libwrap.so: libwrap.a
${_LD_} ${_SHLDFLAGS_} -o [email protected] -set_version '' -all -none ${_LIBS_}
${MV} [email protected] $@
include ${MAKEFILEPATH}/rules.mk
===========================
fast1<162> build
relative path: ./usr/shlib/libwrap.
string passed to /usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/hos
tbin/make:
make -cF build_all
cd ../../../../obj/alpha/usr/shlib/libwrap
/usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc/ld -shared
-msym -set_version osf.1 -soname libwrap.so -check_registry `genloc
/obj/alpha/usr/shlib/alpha/so_locations` -O2 -O2 `genpath `
-L/usr/users/dirce/sb/tcpd/export/alpha/usr/shlib -L/usr/sde/osf1/build/steelos
.nightly/export/alpha/usr/shlib -L/usr/users/dirce/sb/tcpd/export/alpha/usr/cc
s/lib -L/usr/users/dirce/sb/tcpd/export/alpha/usr/ccs/lib/cmplrs/cc
-L/usr/sde/osf1/build/steelos.nightly/export/alpha/usr/ccs/lib
-L/usr/sde/osf1/build/steelos.nightly/export/alpha/usr/ccs/lib/cmplrs/cc -o
libwrap.so.X -set_version '' -all -none -lc
/usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc/ld:
Warning: shared object not found in registry
mv libwrap.so.X libwrap.so
rm -f /usr/users/dirce/sb/tcpd/export/alpha/usr/shlib//libwrap.so
makepath /usr/users/dirce/sb/tcpd/export/alpha/usr/shlib//libwrap.so
tar cf - libwrap.so | (cd /usr/users/dirce/sb/tcpd/export/alpha/usr/shlib/;
tar xf -)
Elapsed build time(hr:min:sec): 0:0:7
fast1<163>
------- End of Forwarded Message
T.R | Title | User | Personal Name | Date | Lines
|
---|