guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SCM_LIBRARY_DIR in shared directory


From: Arkadiusz Miskiewicz
Subject: SCM_LIBRARY_DIR in shared directory
Date: 17 Mar 2002 00:31:36 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.95

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]