Received: from fnal.gov (heffalump.fnal.gov [131.225.9.20])
	by hep.uchicago.edu (8.12.6/8.12.6) with ESMTP id gAQLIqan10845310
	for <maruyama@hep.uchicago.edu>; Tue, 26 Nov 2002 15:18:52 -0600 (CST)
Received: from ncdf30.fnal.gov ([131.225.233.153])
 by smtp.fnal.gov (PMDF V6.0-24 #37519)
 with ESMTP id <0H67003GWCJF88@smtp.fnal.gov> for maruyama@hep.uchicago.edu
 (ORCPT maruyama@fnal.gov); Tue, 26 Nov 2002 15:18:51 -0600 (CST)
Received: from ts.infn.it (localhost.localdomain [127.0.0.1])
	by ncdf30.fnal.gov (8.9.3/8.9.3) with ESMTP id PAA27114; Tue,
 26 Nov 2002 15:18:51 -0600
Date: Tue, 26 Nov 2002 15:18:51 -0600
From: Stefano Belforte <Stefano.Belforte@ts.infn.it>
Subject: ld/unld
Sender: belforte@fnal.gov
To: maruyama@fnal.gov
Message-id: <3DE3E53B.745C588C@ts.infn.it>
MIME-version: 1.0
X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.16-3 i686)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
X-Accept-Language: en

Taka,
the following should work:
unld "svtvme_th.o"
ld < svtvme_th.o
you have to use svtvme_th not svtvme_fer

svtvme_th is the complete module, the other is only a part and
has not been compiled/linked in the proper way. Or I think this
is the explanation...

you should see something like this:

tstsvt1-> pwd
b0dap24:~belforte/svtvme_fix/lib/VxWorks-5.3/ppc
value = 49 = 0x31 = '1'
tstsvt1-> unld "svtvme_th.o"
value = 0 = 0x0
tstsvt1-> ld < svtvme_th.o
Undefined symbol: gzopen (binding 1 type 0)
Undefined symbol: gzread (binding 1 type 0)
Undefined symbol: gzclose (binding 1 type 0)
value = 129314184 = 0x7b52d88
tstsvt1->
