|
Description
|
In my mdb module, we try to use mdb_vwrite()
At link time, get
Undefined first referenced
symbol in file
mdb_vwrite dmod/qlc.o
Yet, this is listed in the Solaris Modular Debugger Guide as an available interface
If I read the make file correctly, I believe the problem is in
usr/src/cmd/mdb/common/modules/conf/mapfile-extern
mdb_vwrite is not listed as an exported interface
|