[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

2003.0. "pt builds on non-pt systems (take II)" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Tue Dec 19 1995 11:06

Date Of Receipt: 	19-DEC-1995 09:59:04.27
From: 	SMURF::WASTED::schloss "Mike Schloss usg  19-Dec-1995 0956"
To: 	buildhelp@DEC:.zko.wasted
CC: 	
Subj: 	pt builds on non-pt systems (take II)

I did not get any reply to my build question the first
time I sent it (other than the auto response) so I am
sending it again.  Anybody home?

Mike

======================================================

To: buildhelp
Subject: pt builds on non-pt systems
Date: Tue, 21 Nov 95 09:47:14 -0500
From: schloss
X-Mts: smtp

I have been getting build failures building ptos when
running on pt.lite system.  For example:

[ /kernel/src/fsmrg ]
makepath fsmrg/. && cd fsmrg &&  exec make 'RELEASE_OPTIONS=-idfile `genloc /src/setup/osf1_idlist`'    MAKEFILE_PASS=BASIC dopass_all
fsmrg: created directory
env - COMP_HOST_ROOT=/ COMP_TARGET_ROOT=/ /usr/bin/cc   -EL -non_shared -o fsmrg ../../../../../src/kernel/src/fsmrg/fsmrg.c -L/usr/ccs/lib -lmld
ld:
Error: Undefined:
_OtsRemainder32Unsigned
_OtsDivide64Unsigned
_OtsRemainder64Unsigned
_OtsDivide32Unsigned
_OtsMove
_OtsDivide32
_OtsRemainder32
*** Exit 1
`dopass_all' not remade because of errors

This leads me to believe that the load line is not quite complete.
Shouldn't these library routines be specified as opposed to using
the default system library?

Mike Schloss

T.RTitleUserPersonal
Name
DateLines
2003.1RE: pt builds on non-pt systems (take II)AOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Dec 19 1995 11:0819
Date Of Receipt: 	19-DEC-1995 10:20:16.53
From: 	SMURF::SEAN::davidson "D. Sean Davidson  19-Dec-1995 1016"
To: 	sean::schloss
CC: 	sean::buildhelp
Subj: 	RE: pt builds on non-pt systems (take II)

Mike,

	This looks like you are linking against part of pt.lite libraries
	and pt libraries.

	This looks like you are picking up the pt version of mld and the
	pt.lite version of libc.

	Make sure your sandbox is backed by ptos.nightly.  I just created
	a sandbox and build fsmrg on flambe running V3.2C (pt.lite).

Sean