* get extensiondir
[not found] ` <DUB122-W20C2CB99166378B5897048C0E90@phx.gbl>
@ 2013-11-29 18:35 ` xantares 09
2013-12-01 5:21 ` Bernardo Ezequiel Contreras
0 siblings, 1 reply; 2+ messages in thread
From: xantares 09 @ 2013-11-29 18:35 UTC (permalink / raw)
To: guile-user@gnu.org
[-- Attachment #1: Type: text/plain, Size: 978 bytes --]
Hello,
I'd want to get extensiondir value from %guile-build-info dictionnary:
print %guile-build-info
$1 = ((buildstamp . "2012-02-28 05:38:10") (CFLAGS . " -pthread") (LIBS . "-Wl,-Bsymbolic-functions -Wl,-z,relro -lcrypt -lm ") (libguileinterface . "26:0:4") (guileversion . "2.0.5-deb+1-1") (extensiondir . "/usr/lib/guile/2.0/extensions") (pkgincludedir . "/usr/include/guile") (pkglibdir . "/usr/lib/guile") (pkgdatadir . "/usr/share/guile") (includedir . "/usr/include") (mandir . "/usr/share/man") (infodir . "/usr/share/info") (ccachedir . "/usr/lib/guile/2.0/ccache") (libdir . "/usr/lib") (localstatedir . "/usr/var") (sharedstatedir . "/usr/com") (sysconfdir . "/usr/etc") (datadir . "/usr/share") (libexecdir . "/usr/libexec") (sbindir . "/usr/sbin") (bindir . "/usr/bin") (exec_prefix . "/usr") (prefix . "/usr") (top_srcdir . "/build/buildd/guile-2.0-2.0.5+1") (srcdir . "/build/buildd/guile-2.0-2.0.5+1/libguile"))
How do I do that ?
[-- Attachment #2: Type: text/html, Size: 1226 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: get extensiondir
2013-11-29 18:35 ` get extensiondir xantares 09
@ 2013-12-01 5:21 ` Bernardo Ezequiel Contreras
0 siblings, 0 replies; 2+ messages in thread
From: Bernardo Ezequiel Contreras @ 2013-12-01 5:21 UTC (permalink / raw)
To: xantares 09; +Cc: guile-user@gnu.org
[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]
(assv-ref %guile-build-info 'extensiondir)
On Fri, Nov 29, 2013 at 3:35 PM, xantares 09 <xantares09@hotmail.com> wrote:
>
> Hello,
>
> I'd want to get extensiondir value from %guile-build-info dictionnary:
>
> print %guile-build-info
>
> $1 = ((buildstamp . "2012-02-28 05:38:10") (CFLAGS . " -pthread") (LIBS .
> "-Wl,-Bsymbolic-functions -Wl,-z,relro -lcrypt -lm ") (libguileinterface .
> "26:0:4") (guileversion . "2.0.5-deb+1-1") (extensiondir .
> "/usr/lib/guile/2.0/extensions") (pkgincludedir . "/usr/include/guile")
> (pkglibdir . "/usr/lib/guile") (pkgdatadir . "/usr/share/guile")
> (includedir . "/usr/include") (mandir . "/usr/share/man") (infodir .
> "/usr/share/info") (ccachedir . "/usr/lib/guile/2.0/ccache") (libdir .
> "/usr/lib") (localstatedir . "/usr/var") (sharedstatedir . "/usr/com")
> (sysconfdir . "/usr/etc") (datadir . "/usr/share") (libexecdir .
> "/usr/libexec") (sbindir . "/usr/sbin") (bindir . "/usr/bin") (exec_prefix
> . "/usr") (prefix . "/usr") (top_srcdir .
> "/build/buildd/guile-2.0-2.0.5+1") (srcdir .
> "/build/buildd/guile-2.0-2.0.5+1/libguile"))
>
> How do I do that ?
>
--
Bernardo E.C.
Sent from a cheap desktop computer in South America.
[-- Attachment #2: Type: text/html, Size: 1879 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-01 5:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.54260.1385724812.10746.guile-user@gnu.org>
[not found] ` <DUB122-W20C2CB99166378B5897048C0E90@phx.gbl>
2013-11-29 18:35 ` get extensiondir xantares 09
2013-12-01 5:21 ` Bernardo Ezequiel Contreras
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).