*.map-files and require
Klaus Schilling (klaus@pessoa.none)
Fri, 21 Nov 1997 13:03:32 +0100 (MET)
I downloaded some stuff from the scheme repository, among them bawk, string,
avl-tree, char-set, mawk etc, and want to make them work in guile.
I unpacked each of them in a seperate sibling directory of slib. The packages
contain features that are to be called with a (require 'FEATURE-NAME). I
would like to use the require provided by slib to achieve that, so I guess I
need to edit slibcat and add all the features from the several packages.
Each of the distributed packages contains a *.map-file which seems to list
the features contained in the corresponding package.
Now is there an elegant way to merge the contents of the *.map -files into
slibcat?
btw
Thanx to those who answered to my former problems with installing g-wrap 0.3.
Klaus Schilling