unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* SCM_LIBRARY_DIR in shared directory
@ 2002-03-16 23:31 Arkadiusz Miskiewicz
  2002-04-03  3:46 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 2+ messages in thread
From: Arkadiusz Miskiewicz @ 2002-03-16 23:31 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: SCM_LIBRARY_DIR in shared directory
  2002-03-16 23:31 SCM_LIBRARY_DIR in shared directory Arkadiusz Miskiewicz
@ 2002-04-03  3:46 ` Thien-Thi Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Thien-Thi Nguyen @ 2002-04-03  3:46 UTC (permalink / raw)
  Cc: guile-devel

   From: Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
   Date: 17 Mar 2002 00:31:36 +0100

   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!

where does it say SCM_LIBRARY_DIR is for .so files?

thi

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-03  3:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-16 23:31 SCM_LIBRARY_DIR in shared directory Arkadiusz Miskiewicz
2002-04-03  3:46 ` Thien-Thi Nguyen

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).