Index of /tcl/ftparchive/sorted/databases/fametcl-0.5

      Name                   Last modified     Size  Description

[DIR] Parent Directory 18-Dec-99 07:01 - [   ] README 07-Mar-97 12:45 1k [CMP] fametcl-0.5.tar.gz 06-Jul-97 09:40 18k

INTRODUCTION
------------

fametcl is a Tcl extension which gives the user access to almost all of
the Fame CHLI functionality within Tcl.  This code is almost entirely
derived from work performed by Fernando Trias at the Board of Governors
of the Federal Reserve System, Washington, DC.  It is available to the
public through the Freedom of Information Act from the Board.

Changes and bug-fixed copyright Fernando Trias, 1996.

INSTALLATION
------------

1) Type "make" to create libfametcl.so.1.1

2) Add the following lines to your tclAppInit.c or tkAppInit.c file:

    if (Fame_Init(interp) == TCL_ERROR) {
        return TCL_ERROR;
    }

3) Recompile Tcl and link with libfametcl.so.1.1


NOTES FOR INSTALLATION ON FEDERAL RESERVE
-----------------------------------------

1) Add FRBLIB and FRBLIBD to LIBS; add FRBINC to INCS.

2a) For pre-7.5 HLI

Link with the following libraries

    fametcl   (/arc/brian2/fametcl)
    famedb    (/usr/fame/frb/prod/lib)
    hliutils  (/usr/fame/frb/prod/lib)

And the following object files

    chli.o      (/usr/fame/hli)


2b) 7.5 HLI and above

Link with the following libraries

    fametcl   (/arc/brian2/fametcl)
    famedb    (/usr/fame/frb/prod/lib)
    hliutils  (/usr/fame/frb/prod/lib)
    chli      (/usr/fame/prep/hli)