unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Mac OS X .dylib
@ 2010-01-30 14:41 Hans Aberg
  2010-01-30 18:37 ` Ludovic Courtès
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Hans Aberg @ 2010-01-30 14:41 UTC (permalink / raw)
  To: bug-guile

[I'm not on this list, so please cc me.]

It seems guile-1.8.7 does not admit dynamic library file name  
extensions .dylib, but only .so, on Mac OS X (tried 10.5.8. PPC G4),  
despite the manual saying guile should adapt to local standards. The  
example in the manual sec. 4.2.1 works fine with
   gcc -dynamiclib -lguile -o libguile-bessel.so bessel.c
but not if changed to libguile-bessel.dylib, giving the error within  
guile:
   standard input:2:1: file: "libguile-bessel", message: "file not  
found"

On Mac OS X, it should probably look for .dylib first, and perhaps .so  
for backwards compatibility.

   Hans






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

end of thread, other threads:[~2010-01-30 22:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-30 14:41 Mac OS X .dylib Hans Aberg
2010-01-30 18:37 ` Ludovic Courtès
2010-01-30 19:52   ` Hans Aberg
2010-01-30 18:39 ` Ken Raeburn
2010-01-30 20:03   ` Hans Aberg
2010-01-30 19:30 ` Andy Wingo
2010-01-30 22:10   ` Hans Aberg

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