Re: guile pkg-config meta file?

2007-10-08 Thread Ludovic Courtès
Hi, "Marco Maggi" <[EMAIL PROTECTED]> writes: > is there a specific reason for Guile not to install a > pkg-config meta file? No. It's a good idea and it helps in some cases (e.g., cross-compilation). Many people already suggested this and I think it will appear "sooner or later" in HEA

Re: modules and version numbers

2007-10-08 Thread Ludovic Courtès
Hi Marco, "Marco Maggi" <[EMAIL PROTECTED]> writes: > No problem for C language shared libraries; so far the > only idea I had for Scheme files is to call the files > "./path/to/module-1.scm" without minor number in the file > name, and so '(define-module (path to module-1))'. L