T.R | Title | User | Personal Name | Date | Lines |
---|
587.1 | Re: Forwarding buildhelp request | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Wed Feb 23 1994 16:23 | 85 |
| Date Of Receipt: 23-FEB-1994 15:38:56.57
From: ALPHA::"[email protected]" "Darrell A. Dunnuck 23-Feb-1994 1537"
To: [email protected]
CC: [email protected], [email protected]
Subj: Re: Forwarding buildhelp request
The workaround for this is to specify the -k switch to build: build -k
This needs to be cleaned up in the goldos build. I haven't gotten around
to looking at it yet.
Use "odeman build" to look at what the -k switch does, but in short, it tells the build to
keep going even after encountering an error.
Of course it's best to write the output of the build to a log file when
using -k, because it won't stop when encountering an error.
Darrell
--------
Hi
It's been quite a while since I used a sandbox, so I have no doubt that
I am doing something wrong. Can you help me out?
Debby
=========================
rm -f
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//entrypt.h
makepath
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//entrypt.h
tar cf - entrypt.h | (cd
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha/; tar xf -)
sed -e '' </usr/sde/osf1/build/goldos.bl8/src/kernel/arch/alpha/fpu.h
>./fpu.h.X
mv -f ./fpu.h.X ./fpu.h
rm -f /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//fpu.h
makepath
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//fpu.h
tar cf - fpu.h | (cd
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha/; tar xf -)
sed -e ''
</usr/sde/osf1/build/goldos.bl8/src/kernel/arch/alpha/gentrap.h
>./gentrap.h.X
mv -f ./gentrap.h.X ./gentrap.h
rm -f
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//gentrap.h
makepath
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//gentrap.h
tar cf - gentrap.h | (cd
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha/; tar xf -)
sed -e ''
</usr/sde/osf1/build/goldos.bl8/src/kernel/arch/alpha/hal/hal_sysinfo.h
>./hal_sysinfo.h.X
mv -f ./hal_sysinfo.h.X ./hal_sysinfo.h
rm -f
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//hal_sysinfo.
h
makepath
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//hal_sysinfo.
h
tar cf - hal_sysinfo.h | (cd
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha/; tar xf -)
sed -e '' </usr/sde/osf1/build/goldos.bl8/src/kernel/io/common/handler.h
>./handler.h.X
mv -f ./handler.h.X ./handler.h
rm -f
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//handler.h
makepath
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//handler.h
tar cf - handler.h | (cd
/home/haeck/sand/generic_vme/export/alpha/usr/include/alpha/; tar xf -)
Make: Don't know how to make inline_lock.h. Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
- ------- End of Forwarded Message
------- End of Forwarded Message
|
587.2 | Forwarding buildhelp request | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Aug 02 1995 17:42 | 55 |
| Date Of Receipt: 1-AUG-1995 16:20:38.76
From: SMURF::ALPHA::"[email protected]" "01-Aug-1995 1619"
To: [email protected]
CC: [email protected], [email protected]
Subj: Forwarding buildhelp request
------- Forwarded Message
Return-Path: craig
Delivery-Date: Tue, 01 Aug 95 16:14:28 -0400
Return-Path: craig
Received: by wasted.zk3.dec.com; (5.65v3.0/1.1.8.2/18Feb95-1123AM)
id AA30269; Tue, 1 Aug 1995 16:13:25 -0400
Date: Tue, 1 Aug 1995 16:13:25 -0400
From: Craig Peterson USG <craig>
Message-Id: <[email protected]>
To: [email protected]
Subject: troubling building
Hi!
I'm having two problems doing special things to ptos builds.
First, I'm trying to build with debugging information built into a
module. This no longer seems to compile with debugging information:
build BINARY_ OPT_LEVEL=-g MAKE_ARGS="hal_setsysinfo" && build GENERIC_
The cc line which is printed does not contain a -g command-line
option, but does contain a -O2. Obviously, when running the generated
kernel under kdebug I cannot examine local variables.
The second problem deals with trying to define a macro from the
command line. The following does not appear to work:
build CDEBUGOPTS="-DDEBUG" BINARY_ OPT_LEVEL=-g MAKE_ARGS="hal_setsysinfo.o"
&& build GENERIC_
Again, the -DDEBUG does not appear on the command line.
Any suggestions?
Thanks!
Craig.
------- End of Forwarded Message
-Grant
|
587.3 | Re: Forwarding buildhelp request | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Aug 09 1995 12:59 | 15 |
| Date Of Receipt: 3-AUG-1995 10:15:02.77
From: SMURF::WASTED::shashi "Shashi Mangalat USG 03-Aug-1995 1004"
To: "Grant Van Dyck" <[email protected]>
CC: [email protected], [email protected], [email protected]
Subj: Re: Forwarding buildhelp request
Pass all make arguments in MAKE_ARGS as follows:
build MAKE_ARGS="CDEBUGOPTS=-DDEBUG OPT_LEVEL=-g hal_setsysinfo.o" BINARY_
CDEBUGOPTS is used in kernel makefile. I didn't see OPT_LEVEL in it so it
may not work. Check conf/template.*, conf/alpha/template.mk or
BINARY/Makefile for what flags can be modified for kernel builds.
--shashi
|
587.4 | forwarding buildhelp request | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Thu Aug 31 1995 17:54 | 52 |
| Date Of Receipt: 31-AUG-1995 15:54:10.28
From: SMURF::WASTED::"[email protected]" "31-Aug-1995 1552"
To: [email protected]
CC: [email protected]
Subj: forwarding buildhelp request
------- Forwarded Message
Return-Path: frank
Delivery-Date: Thu, 31 Aug 95 15:43:12 -0400
Return-Path: frank
Received: from localhost by alpha.zk3.dec.com; (5.65v3.0/1.1.8.2/20May95-1022AM
)
id AA08115; Thu, 31 Aug 1995 15:42:29 -0400
Message-Id: <[email protected]>
To: [email protected]
Subject: is there a better way to...
Date: Thu, 31 Aug 95 15:42:29 -0400
From: frank
X-Mts: smtp
Hi,
To make a short story boring, I needed a function that did >*foo*<, and
it turned out that I didn't need to write it from scratch; someone else
had faced the same need a while back, so all I had to do was clone their
source file into my own little empire.
Now that I have the time, I'd like to get rid of the clone and use the
original source-- no sense having duplicate files around, right? I made
a sym link to the original, and it seems to work, but I was wondering if
there's some more elegant way to do this via the Makefile.
OFILES = mystuff.o foo.o <-- this works when foo.c is a sym link to
../../../blah/foo.c
OFILES = mystuff.o ../../../blah/foo.o <-- this compiles the .o's but
puts foo.o in the current directory, not in ../../../blah, so it breaks
'ar'. Is there a way to make this work?
thanks
- --Doug
------- End of Forwarded Message
-Grant
|
587.5 | Forwarding buildhelp request | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Mon Dec 04 1995 19:06 | 69 |
| Date Of Receipt: 1-DEC-1995 14:36:46.00
From: SMURF::FLUME::"[email protected]" "Grant Van Dyck 01-Dec-1995 1434"
To: [email protected]
CC: [email protected]
Subj: Forwarding buildhelp request
------- Forwarded Message
Return-Path: [email protected]
Delivery-Date: Fri, 01 Dec 95 14:27:16 -0500
Return-Path: [email protected]
Received: from alpha.zk3.dec.com by cardinal.zk3.dec.com;
(5.65v3.2/1.1.8.2/28Oct95-0926PM)
id AA06416; Fri, 1 Dec 1995 14:27:14 -0500
Received: from wasted.zk3.dec.com by alpha.zk3.dec.com;
(5.65v3.2/1.1.8.2/20May95-1022AM)
id AA14424; Fri, 1 Dec 1995 14:27:04 -0500
Received: from minsrv.zk3.dec.com by wasted.zk3.dec.com;
(5.65v3.2/1.1.8.2/18Feb95-1123AM)
id AA20136; Fri, 1 Dec 1995 14:25:23 -0500
Received: from katzcm.zk3.dec.com by minsrv.zk3.dec.com;
(5.65/1.1.8.2/24May94-8.2MPM)
id AA02921; Fri, 1 Dec 1995 14:25:09 -0500
Received: from localhost by katzcm.zk3.dec.com; (5.65/1.1.8.2/25Mar94-8.2MPM)
id AA00530; Fri, 1 Dec 1995 14:07:47 -0500
Message-Id: <[email protected]>
To: [email protected]
Subject: should I be able to build kernels in ase11supportos ?
Date: Fri, 01 Dec 95 14:07:40 -0500
From: [email protected]
X-Mts: smtp
I did the usual stuff
from src
mklinks . && mklinks ../obj
cp /sys/conf/AKATZCM kernel/conf/alpha
cp /sys/conf/AKATZCM ../obj/alpha/kernel/conf
mkdir ../obj/alpha/kernel/AKATZCM
cd kernel
% pwd
/adv2/usr_users_katz/users/katz/sandbox/ase11n/src/kernel
build AKATZCM_config
relative path: ./kernel.
string passed to
/usr/sde/osf1/build/ase11os/tools/alpha_OSF1/alpha/hostbin/make
:
make -cF AKATZCM_config
cd ../../obj/alpha/kernel
cd conf && make -cF CONFIG_FLAGS= AKATZCM_config
Make: Don't know how to make ../bin/config. Stop.
is it something I've done wrong ? or is the sandbox not building
for a reason ?
thanks
Charlie Katz
*** Exit 1
Stop.
------- End of Forwarded Message
-Grant
|
587.6 | Re: Forwarding buildhelp request | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Mon Dec 04 1995 19:13 | 88 |
| Date Of Receipt: 1-DEC-1995 14:48:30.76
From: SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE 01-Dec-1995 1446"
To: katz@DEC:.zko.flume
CC: buildhelp@DEC:.zko.flume
Subj: Re: Forwarding buildhelp request
Charlie, I believe the answer is that you don't do
build YOURNAME_config
but you build using a recognized system type, for example
build FLAMINGO_config
-josh
Recognized types in platinum that we build nightly are:
export KERNELS="GENERIC SAS FLAMINGO COBRA RUBY PELICAN JENSEN GAMMA SABLE
ALCOR
TLASER AVANTI AVANTI.LITE AXPVME64 AXPPCI33 MIKASA ALPHAPC64 EB66PLUS"
>
> ------- Forwarded Message
>
> Return-Path: [email protected]
> Delivery-Date: Fri, 01 Dec 95 14:27:16 -0500
> Return-Path: [email protected]
> Received: from alpha.zk3.dec.com by cardinal.zk3.dec.com;
> (5.65v3.2/1.1.8.2/28Oct95-0926PM)
> id AA06416; Fri, 1 Dec 1995 14:27:14 -0500
> Received: from wasted.zk3.dec.com by alpha.zk3.dec.com;
> (5.65v3.2/1.1.8.2/20May95-1022AM)
> id AA14424; Fri, 1 Dec 1995 14:27:04 -0500
> Received: from minsrv.zk3.dec.com by wasted.zk3.dec.com;
> (5.65v3.2/1.1.8.2/18Feb95-1123AM)
> id AA20136; Fri, 1 Dec 1995 14:25:23 -0500
> Received: from katzcm.zk3.dec.com by minsrv.zk3.dec.com;
> (5.65/1.1.8.2/24May94-8.2MPM)
> id AA02921; Fri, 1 Dec 1995 14:25:09 -0500
> Received: from localhost by katzcm.zk3.dec.com; (5.65/1.1.8.2/25Mar94-8.2MPM)
> id AA00530; Fri, 1 Dec 1995 14:07:47 -0500
> Message-Id: <[email protected]>
> To: [email protected]
> Subject: should I be able to build kernels in ase11supportos ?
> Date: Fri, 01 Dec 95 14:07:40 -0500
> From: [email protected]
> X-Mts: smtp
>
> I did the usual stuff
> from src
> mklinks . && mklinks ../obj
> cp /sys/conf/AKATZCM kernel/conf/alpha
> cp /sys/conf/AKATZCM ../obj/alpha/kernel/conf
> mkdir ../obj/alpha/kernel/AKATZCM
> cd kernel
> % pwd
> /adv2/usr_users_katz/users/katz/sandbox/ase11n/src/kernel
>
> build AKATZCM_config
> relative path: ./kernel.
> string passed to
> /usr/sde/osf1/build/ase11os/tools/alpha_OSF1/alpha/hostbin/make
> :
> make -cF AKATZCM_config
> cd ../../obj/alpha/kernel
> cd conf && make -cF CONFIG_FLAGS= AKATZCM_config
> Make: Don't know how to make ../bin/config. Stop.
>
> is it something I've done wrong ? or is the sandbox not building
> for a reason ?
>
> thanks
> Charlie Katz
>
> *** Exit 1
> Stop.
>
> ------- End of Forwarded Message
>
>
>
> -Grant
>
>
|
587.7 | Re: Forwarding buildhelp request | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Mon Dec 04 1995 19:18 | 12 |
| Date Of Receipt: 1-DEC-1995 15:22:52.55
From: SMURF::FLUME::"[email protected]" "Shashi Mangalat USG 01-Dec-1995 1520"
To: [email protected]
CC: [email protected]
Subj: Re: Forwarding buildhelp request
As make says, it doesn't know how to build ../bin/config. It should have
been there already after your mklinks. Check obj/alpha/kernel/bin/config.
Make sure it is there and is executable.
--shashi
|
587.8 | Re: Forwarding buildhelp request | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Mon Dec 04 1995 19:18 | 16 |
| Date Of Receipt: 1-DEC-1995 15:26:55.63
From: SMURF::WASTED::shashi "Shashi Mangalat USG 01-Dec-1995 1524"
To: "Joshua M. Friedman, OSF/UNIX SDE 381-1548" <jmf@DEC:.zko.wasted>
CC: katz@DEC:.zko.wasted, buildhelp@DEC:.zko.wasted
Subj: Re: Forwarding buildhelp request
>I believe the answer is that you don't do
>
> build YOURNAME_config
It does work, provided one does the right things, as Charlie has done. I
would also do a "setenv KERNEL_CONFIG YOURNAME" so I don't have to create
the directory in the object tree etc.; make it a little bit more automatic.
--shashi
|
587.9 | Forwarding buildhelp request | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue Feb 06 1996 16:52 | 52 |
| Date Of Receipt: 6-FEB-1996 15:25:44.06
From: SMURF::FLUME::"[email protected]" "Grant Van Dyck 06-Feb-1996 1522"
To: [email protected]
CC: [email protected]
Subj: Forwarding buildhelp request
------- Forwarded Message
Return-Path: [email protected]
Delivery-Date: Tue, 06 Feb 96 15:16:43 -0500
Return-Path: [email protected]
Received: from alpha.zk3.dec.com by cardinal.zk3.dec.com;
(5.65v3.2/1.1.8.2/28Oct95-0926PM)
id AA07962; Tue, 6 Feb 1996 15:16:42 -0500
Received: from bwasted.zk3.dec.com by falpha.zk3.dec.com;
(5.65v3.2/1.1.8.2/20May95-1022AM)
id AA06623; Tue, 6 Feb 1996 15:16:35 -0500
Received: from minsrv.zk3.dec.com by fwasted.zk3.dec.com;
(5.65v3.2/1.1.8.2/18Feb95-1123AM)
id AA30995; Tue, 6 Feb 1996 15:15:56 -0500
Received: from katzcm.zk3.dec.com by minsrv.zk3.dec.com;
(5.65/1.1.8.2/24May94-8.2MPM)
id AA11654; Tue, 6 Feb 1996 15:15:55 -0500
Received: from localhost by katzcm.zk3.dec.com; (5.65/1.1.8.2/25Mar94-8.2MPM)
id AA15669; Tue, 6 Feb 1996 14:56:47 -0500
Message-Id: <[email protected]>
To: [email protected]
Subject: I'm trying to build with CDEBUGOPT in v3.2
Date: Tue, 06 Feb 96 14:56:41 -0500
From: [email protected]
X-Mts: smtp
I made the recommended change in my
/obj/alpha/kernel/BINARY/NODENAME
/src/kernel/conf/NODENAME
config files,
BUT the output still doesn't show "-g"
Am I missing something or not ?
How do I get it to work.
thanks
Charlie Katz
------- End of Forwarded Message
--
-Grant
|
587.10 | Forwarding buildhelp request | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue Jun 11 1996 16:13 | 116 |
| Date Of Receipt: 7-JUN-1996 16:30:10.65
From: FLUME::"[email protected]" "07-Jun-1996 1630"
To: [email protected]
CC: [email protected]
Subj: Forwarding buildhelp request
------- 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
--
-Grant
|
587.11 | forwarding buildhelp request | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue Jul 16 1996 16:56 | 74 |
| Date Of Receipt: 16-JUL-1996 15:00:23.89
From: FLUME::"[email protected]" "16-Jul-1996 1459"
To: [email protected]
CC: [email protected]
Subj: forwarding buildhelp request
------- Forwarded Message
Return-Path: [email protected]
Delivery-Date: Tue, 16 Jul 96 14:51:31 -0400
Return-Path:
Received: from ralpha.zk3.dec.com by cardinal.zk3.dec.com
(5.65v3.2/1.1.10.5/27Mar96-1222PM)
id AA24024; Tue, 16 Jul 1996 14:51:30 -0400
Received: from flume.zk3.dec.com by falpha.zk3.dec.com;
(5.65v3.2/1.1.8.2/20May95-1022AM)
id AA28135; Tue, 16 Jul 1996 14:51:21 -0400
Received: from oleum.zso.dec.com by flume.zk3.dec.com;
(5.65v3.2/1.1.8.2/16Jan95-0946AM)
id AA12419; Tue, 16 Jul 1996 14:50:28 -0400
Received: from localhost by oleum.zso.dec.com; (5.65v3.2/DECwest-OSF-Nov-11-93)
Message-Id: <[email protected]>
To: odehelp
Cc: [email protected]
Subject: problem building shared libs...
Date: Tue, 16 Jul 96 11:50:55 -0700
From: [email protected]
X-Mts: smtp
Hi,
We are having problems building shared libraries here in zso.
In my steelos.nightly backed sandbox I say:
% build export_libcmalib.so
and get:
relative path: ./usr/shlib/libcmalib.
string passed to /usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/hos
tbin/make:
make -cF export_libcmalib.so
cd ../../../../obj/alpha/usr/shlib/libcmalib
/usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc/ld -shared
-msym -set_version osf.1
- -soname libcmalib.so -check_registry `genloc /obj/alpha/usr/shlib/alpha/so_lo
cations` -O2 -O2
`genpath ` -L/usr/users/arti/artisb/steelnite/export/alpha/usr/shlib
- -L/usr/sde/osf1/build/steelos.nightly/export/alpha/usr/shlib
- -L/usr/users/arti/artisb/steelnite/export/alpha/usr/ccs/lib
- -L/usr/users/arti/artisb/steelnite/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 libcmalib.so.X cmalib_assert.o cmalib_aq_credel.o cmalib_attr.o
cmalib_crtlx.o cmalib_init.o cmalib_queue.o cmalib_seq.o cmalib_aq_op.o
- -lpthreads -lpthread -lmach -lexc -lc
/usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc/ld:
Cannot open file -O2 for reading
*** Exit 1
Stop.
Help?
thanks,
arti
------- End of Forwarded Message
--
-Grant
|