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]

Re: platform/version.scm



>Not really causing any problems.  It's just that I run guile "in
>place" (not just guile, everything I install myself in fact), and it
>just seems a bit inelegant have a system dependent directory in
>[SCHEME_LOAD_PATH].

Well, you have a system-dependent directory in the path which finds
the binary; when Guile gets broken up into a bunch of dynamically
loaded libraries, those will be more system-dependent files that Guile
needs to find; why is version.scm different?

But I agree, this is a clumsiness.  I'll ponder further...