unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* [darwin] building shared libraries (.so) instead of dynamic libraries.
@ 2010-10-01 13:19 dev.admin
  2010-10-01 14:21 ` Andy Wingo
  0 siblings, 1 reply; 6+ messages in thread
From: dev.admin @ 2010-10-01 13:19 UTC (permalink / raw)
  To: guile-user

I'm building gnuTLS with-guile but I get the following
error stating that it can't find the required library.


Output from gnuTLS make
-----------------------
*
Making all in openpgp-certs
Making all in guile
Making all in modules
Making all in src
ERROR: In procedure dynamic-link:
ERROR: file: "libguile-srfi-srfi-1-v-3", message: "dlopen(libguile- 
srfi-srfi-1-v-3.so, 9): image not found"
make[3]: *** [enum-map.i.c] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

When building guile, the libraries are built as
dynamic so the compiler gets sent different options
and I get a different suffix. Meanwhile, gnuTLS is
looking for shared libraries.

I've checked several Makefiles to see if the facility
was available to make the shared libraries but didn't
find anything that may have helped.

Therefore, I believe the answer lies in the configure
script extracting and setting various variables. It is
possible to fool the system into building shared
libraries or a hack.

Andrew.




^ permalink raw reply	[flat|nested] 6+ messages in thread
* [darwin] building shared libraries (.so) instead of dynamic libraries.
@ 2010-10-01 14:24 dev.admin
  2010-10-03 10:29 ` Andy Wingo
  0 siblings, 1 reply; 6+ messages in thread
From: dev.admin @ 2010-10-01 14:24 UTC (permalink / raw)
  To: guile-user

Andy,

The version is 1.8.7 and the i've installed
it into /usr/local/gnu/lib.




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

end of thread, other threads:[~2010-12-04 14:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01 13:19 [darwin] building shared libraries (.so) instead of dynamic libraries dev.admin
2010-10-01 14:21 ` Andy Wingo
  -- strict thread matches above, loose matches on Subject: below --
2010-10-01 14:24 dev.admin
2010-10-03 10:29 ` Andy Wingo
2010-10-03 16:06   ` Hans Aberg
2010-12-04 14:10   ` dev.admin

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