1MBK_WORK_LIB(1) MBK ENVIRONMENT VARIABLES MBK_WORK_LIB(1)
2
3
4
6 MBK_WORK_LIB - define the mbk working directory
7
9 c-shell running
10 setenv MBK_WORK_LIB unix path
11
12
14 This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM
15 team at LIP6 laboratory of Université Pierre et Marie CURIE, in Paris,
16 France.
17
18 Web : http://asim.lip6.fr/recherche/alliance/
19 E-mail : alliance-users@asim.lip6.fr
20
22 MBK_WORK_LIB sets the directory where are saved the results of an invo‐
23 cation of mbk or genlib. This directory is considered to be, from an
24 mbk point of view, read and write.
25 Also, when a file is searched for reading, the first directory to be
26 looked at is the MBK_WORK_LIB, and then the one defined in
27 MBK_CATA_LIB(1).
28 The unix path argument must be a actually accessible path on your host
29 machine.
30
32 "mbk_fopen : can't open file 'unix_path/file.xx'"
33 This occurs when either the unix path is irrelevant, or when the
34 file doesn't exist if it is open for reading, or when you don't
35 have the right on the file or directory while trying to write
36 it.
37
39 setenv MBK_WORK_LIB ~fred/crechan/uom
40
42 mbk(3), genlib(1), MBK_CATA_LIB(1).
43
44
45
46
47
48
49ASIM/LIP6 October 1, 1997 MBK_WORK_LIB(1)