This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

*.map-files and require



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