From: Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
Subject: SCM_LIBRARY_DIR in shared directory
Date: 17 Mar 2002 00:31:36 +0100 [thread overview]
Message-ID: <877koct7hj.fsf@arm.t19.ds.pwr.wroc.pl> (raw)
In guile 1.5.6 (and in older versions) there is:
@echo '#define SCM_LIBRARY_DIR "$(pkgdatadir)/$(VERSION)"'>>libpath.tmp
SCM_LIBRARY_DIR is directory where *.so dynamic modules should be
installed but pkgdatadir is in /usr/share while *.so libraries
should be placed in /usr/lib!
/usr/share can be shared by different computers, different processors
etc and each system may require own *.so libraries (for example due
to different cpu architecture).
That's why that line should be changed to
@echo '#define SCM_LIBRARY_DIR "$(pkglibdir)/$(VERSION)"'>>libpath.tmp
to point to proper place (/usr/lib/guile/...).
See FHS (http://www.pathname.com/fhs/) for more information.
--
Arkadiusz Miśkiewicz IPv6 ready PLD Linux at http://www.pld.org.pl
misiek(at)pld.org.pl AM2-6BONE, 1024/3DB19BBD, arekm(at)ircnet, PWr
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
next reply other threads:[~2002-03-16 23:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-16 23:31 Arkadiusz Miskiewicz [this message]
2002-04-03 3:46 ` SCM_LIBRARY_DIR in shared directory Thien-Thi Nguyen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877koct7hj.fsf@arm.t19.ds.pwr.wroc.pl \
--to=misiek@pld.org.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).