Re: use of shrext_cmds on mac os x (fwd)

2010-04-24 Thread Peter O'Gorman
On 04/23/2010 01:30 PM, Vincent Torri wrote:
 
 
 -- Forwarded message --
 Date: Fri, 23 Apr 2010 12:27:27 -0600
 From: Eric Blake ebl...@redhat.com
 To: Vincent Torri vto...@univ-evry.fr
 Cc: autoc...@gnu.org
 Subject: Re: use of shrext_cmds on mac os x
 
 On 04/23/2010 12:09 PM, Vincent Torri wrote:

 Hey,

 on mac os x, shrext_cmds is defined like that:

 shrext_cmds='`test .$module = .yes  echo .so || echo .dylib`'
 
 Wrong list.  shrext_cmds is defined by libtool, so you may have better
 luck asking your question there.
 

Are you asking a question here? I think I already gave the answer:

module=yes
eval loadable_shrext=$shrext_cmds
module=no
eval linkable_shrext=$shrext_cmds

Peter


___
http://lists.gnu.org/mailman/listinfo/libtool


Re: use of shrext_cmds on mac os x (fwd)

2010-04-23 Thread Vincent Torri



-- Forwarded message --
Date: Fri, 23 Apr 2010 12:27:27 -0600
From: Eric Blake ebl...@redhat.com
To: Vincent Torri vto...@univ-evry.fr
Cc: autoc...@gnu.org
Subject: Re: use of shrext_cmds on mac os x

On 04/23/2010 12:09 PM, Vincent Torri wrote:


Hey,

on mac os x, shrext_cmds is defined like that:

shrext_cmds='`test .$module = .yes  echo .so || echo .dylib`'


Wrong list.  shrext_cmds is defined by libtool, so you may have better
luck asking your question there.

--
Eric Blake   ebl...@redhat.com+1-801-349-2682
Libvirt virtualization library http://libvirt.org



___
http://lists.gnu.org/mailman/listinfo/libtool