[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

1348.0. "mcc_mutex* undefined...where are they?" by EMASS::FLETCHER (Robin G. Fletcher, EIS drone) Fri Aug 16 1991 13:57

    Loader says mcc_mutex_lock_global and mcc_mutex_unlock_global
    are undefined.  But I search /usr/include/{mcc,cma}*.h and
    looked in /usr/lib/mcc_* and couldn't find them.
    
    What image or include file do I need?  I am only including
    mcc_interface_def.h in sources and using
    mcc_fw_init() and mcc_xmm_log() for my test driver.
    
    Robin 
T.RTitleUserPersonal
Name
DateLines
1348.1VERNA::V_GILBERTFri Aug 16 1991 15:368
Robin,


mcc_mutex_lock_global, mcc_mutex_unlock_global routines are in 

	exec.dir/mcc_fw_mutex.c

Verna
1348.2in delivered product?EMASS::FLETCHERRobin G. Fletcher, EIS droneFri Aug 16 1991 17:489
    Hi Verna! 
    
    I am at a customer site (BBN).  Where in the released product
    libraries are they?  I am not trying to call them directly 
    (as described in .0).
    
    
    Robin		: )
    
1348.3VERNA::V_GILBERTFri Aug 16 1991 19:587
Robin,

What are you running with - VMS, Ultrix, what version.?

The routines are in the exec library.

Verna
1348.4mcc_exec.a is being linked in..EMASS::FLETCHERRobin G. Fletcher, EIS droneTue Aug 20 1991 12:175
    I am linking in the mcc_exec.a (ULTRIX) and am still
    getting these fnts as undefined.
    
    Robin
    
1348.5library order?COOKIE::KITTELLRichard - Architected Info MgmtThu Aug 22 1991 02:066
    First use ar and make sure the symbols are in the mcc_exec.a
    archive. If they are, the problem is almost surely one of order.
    Make sure mcc_exec.a appears after the .o or .a that references
    the symbols.
    
    Richard