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]

Easy Question about site modules



I'm trying to get G-Wrap and CHRLIB as correct as possible with
respect to Guile and GNU conventions, and have a simple question:

I am now putting packages in <prefix>/share/guile/site/...

Should I

1) put "<prefix>/share/guile/" in my %load-path and call my modules
   (site <module-path> <name>),
  or
2) put "<prefix>/share/guile/site" in my %load-path and call my
   modules (<module-path> <name>).

Thanks,
 -Chris