* is guile thought to work on Mac OS X???
@ 2009-01-10 20:28 Greg Troxel
2009-01-10 22:47 ` Neil Jerram
0 siblings, 1 reply; 4+ messages in thread
From: Greg Troxel @ 2009-01-10 20:28 UTC (permalink / raw)
To: guile-devel
[-- Attachment #1: Type: text/plain, Size: 675 bytes --]
I am the maintainer of the guile package in pkgsrc.
I have a Mac OS X 10.5.6 (i386) machine, and I have built and installed
guile 1.8.6 from pkgsrc. guile itself runs ok, but when I do
(use-modules (ice-9 readline))
I get a complaint about not being able to open libguilereadline-v-17.so
which is not too surprising as it is
/usr/pkg/lib/libguilereadline-v-17.dylib instead, thanks to the wonder
of apple being not quite normal.
So I wonder
does anyone run guile on a mac? If so, does readline work?
is load-extension expected to deal with this, and perhaps the problem
is a stray .so in a call that shouldn't be there?
I'll take a look and see what I find.
[-- Attachment #2: Type: application/pgp-signature, Size: 193 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: is guile thought to work on Mac OS X???
2009-01-10 20:28 is guile thought to work on Mac OS X??? Greg Troxel
@ 2009-01-10 22:47 ` Neil Jerram
2009-01-12 15:06 ` Greg Troxel
0 siblings, 1 reply; 4+ messages in thread
From: Neil Jerram @ 2009-01-10 22:47 UTC (permalink / raw)
To: Greg Troxel; +Cc: guile-devel
2009/1/10 Greg Troxel <gdt@ir.bbn.com>:
> I am the maintainer of the guile package in pkgsrc.
>
> I have a Mac OS X 10.5.6 (i386) machine, and I have built and installed
> guile 1.8.6 from pkgsrc. guile itself runs ok, but when I do
>
> (use-modules (ice-9 readline))
>
> I get a complaint about not being able to open libguilereadline-v-17.so
> which is not too surprising as it is
> /usr/pkg/lib/libguilereadline-v-17.dylib instead, thanks to the wonder
> of apple being not quite normal.
>
> So I wonder
>
> does anyone run guile on a mac? If so, does readline work?
We did several fixes for versions of MacOS X in the first half of last
year, and my impression following those was that guile was then
working. But I haven't tried it myself.
> is load-extension expected to deal with this, and perhaps the problem
> is a stray .so in a call that shouldn't be there?
I would guess that it is libltdl's job to know that the correct suffix
on MacOS is .dylib.
> I'll take a look and see what I find.
>
I hope we'll get some more replies from people who use MacOS more!
Regards,
Neil
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: is guile thought to work on Mac OS X???
2009-01-10 22:47 ` Neil Jerram
@ 2009-01-12 15:06 ` Greg Troxel
2009-01-14 21:54 ` Neil Jerram
0 siblings, 1 reply; 4+ messages in thread
From: Greg Troxel @ 2009-01-12 15:06 UTC (permalink / raw)
To: Neil Jerram; +Cc: guile-devel
[-- Attachment #1: Type: text/plain, Size: 490 bytes --]
"Neil Jerram" <neiljerram@googlemail.com> writes:
> 2009/1/10 Greg Troxel <gdt@ir.bbn.com>:
>
>> is load-extension expected to deal with this, and perhaps the problem
>> is a stray .so in a call that shouldn't be there?
>
> I would guess that it is libltdl's job to know that the correct suffix
> on MacOS is .dylib.
This seems to be a ltdl issue. When I run dtruss, I find an attempt to
open the .so followed by failure.
On my system there is a .la which correctly lists the .dylib.
[-- Attachment #2: Type: application/pgp-signature, Size: 193 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: is guile thought to work on Mac OS X???
2009-01-12 15:06 ` Greg Troxel
@ 2009-01-14 21:54 ` Neil Jerram
0 siblings, 0 replies; 4+ messages in thread
From: Neil Jerram @ 2009-01-14 21:54 UTC (permalink / raw)
To: Greg Troxel; +Cc: guile-devel
2009/1/12 Greg Troxel <gdt@ir.bbn.com>:
>> 2009/1/10 Greg Troxel <gdt@ir.bbn.com>:
>>
>>> is load-extension expected to deal with this, and perhaps the problem
>>> is a stray .so in a call that shouldn't be there?
>>
>> I would guess that it is libltdl's job to know that the correct suffix
>> on MacOS is .dylib.
>
> This seems to be a ltdl issue. When I run dtruss, I find an attempt to
> open the .so followed by failure.
> On my system there is a .la which correctly lists the .dylib.
Sounds like a question for a MacOS list/forum. Is there a newer ltdl
available for that system?
Neil
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-01-14 21:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-10 20:28 is guile thought to work on Mac OS X??? Greg Troxel
2009-01-10 22:47 ` Neil Jerram
2009-01-12 15:06 ` Greg Troxel
2009-01-14 21:54 ` Neil Jerram
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).