Re: d3dx9.lib is not managed by ld, but libd3dx9.a is

2009-06-10 Thread Peter Rosin

Den 2009-06-07 08:52 skrev Ralf Wildenhues:

* Roumen Petrov wrote on Thu, Jun 04, 2009 at 08:54:24PM CEST:
GNU compiler(mingw) use suffix '.a'  for static library and '.dll.a' for  
import libraries.
If a xx.lib file is found in search path libtool has to process file and  
to find its type(static/import). This impact performance.


Well, yes.  The expensive part should only happen when we already have a
candidate library, however, so it should not happen too often.  And
correctness trumps performance.

Is this perchance fixed already in the pr-msvc-support branch?


Yes. The branch will look for import libs named as Microsoft names them.
It will also generate import libs with a .lib extension.

Cheers,
Peter


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


Re: Damien Lespiau » shave: making the autotools output sane

2009-06-10 Thread Michel Briand

Adam Mercer  - Wed, 10 Jun 2009 01:33:35 -0500

>On Wed, Jun 10, 2009 at 00:25, Vincent Torri wrote:
>
>> Is it possible to add AM_SILENT_RULES only when automake version is >= 1.11,
>> that is is there a good way to retrieve the version of automake in
>> configure.ac ? Something like:
>>
>> AM_INIT_AUTOMAKE(1.6 dist-bzip2)
>> if test $AUTOMAKE_CURRENT_VERSION -ge 1.1 ; then
>>   AM_SILENT_RULES
>> fi
>>
>> I think that i can get it by using sed on what is returned by 'automake
>> -version', but i would prefer an "autotools" way
>
>The best way I've found, from Ralf's recommendations, to use an
>autotools feature only if it is available is to use the m4_ifdef
>macro, for example, adding the following to my projects configure.ac
>uses the silent build rules, from automake-1.11, if appropriate:
>
>m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
>
>this is not in production yet, just in the development git repo, so
>YMMV but I have used this technique for other autoconf and automake
>macros without issue.
>

And does this apply to libtool ? It would be very nice ;)

Cheers,
Michel


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


Re: Damien Lespiau » shave: making the auto tools output sane

2009-06-10 Thread Vincent Torri



On Tue, 9 Jun 2009, Bob Friesenhahn wrote:

See http://lists.gnu.org/archive/html/automake/2009-05/msg00093.html for the 
announcement.


The release was hastened in order to shave some lifetime from 'shave'.


Another related question: would it be possible to add a % at the beginning 
of each compilation command ? A bit like cmake or waf.


Vincent Torri


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


Re: Damien Lespiau » shave: making the auto tools output sane

2009-06-10 Thread Vincent Torri



On Wed, 10 Jun 2009, Vincent Torri wrote:


On Tue, 9 Jun 2009, Bob Friesenhahn wrote:

See http://lists.gnu.org/archive/html/automake/2009-05/msg00093.html for 
the announcement.


The release was hastened in order to shave some lifetime from 'shave'.


Another related question: would it be possible to add a % at the beginning of 
each compilation command ? A bit like cmake or waf.


and also a customization of the color (different color when linking or 
compiling) ? :-)


Vincent Torri


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


Re: Damien Lespiau » shave: making the autotoo ls output sane

2009-06-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

According to Vincent Torri on 6/10/2009 4:04 AM:
>> Another related question: would it be possible to add a % at the
>> beginning of each compilation command ? A bit like cmake or waf.
> 
> and also a customization of the color (different color when linking or
> compiling) ? :-)

Please ask these questions on the automake list, since it is automake that
would be the one implementing them.  This has gotten off-topic for libtool.

- --
Don't work too hard, make some time for fun as well!

Eric Blake e...@byu.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkovnU8ACgkQ84KuGfSFAYDw7ACfTcN709E9pssRQrg9lKfsahFm
N0oAoJADKJJgpBFTN0aoVjyJtesl63GE
=gEq0
-END PGP SIGNATURE-


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


Re: Damien Lespiau » shave: making the auto tools output sane

2009-06-10 Thread Bob Friesenhahn

On Wed, 10 Jun 2009, Vincent Torri wrote:


The release was hastened in order to shave some lifetime from 'shave'.


Another related question: would it be possible to add a % at the beginning of 
each compilation command ? A bit like cmake or waf.


It seems that you are looking for 'themes' support.  That was the 
first thing I thought of when I saw that only a Linux kernel theme had 
been implemented.  If you are interested in this, please start a new 
thread on the automake list.


Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/


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


Re: Damien Lespiau ? shave: making the autotools output sane

2009-06-10 Thread Ralf Wildenhues
Hello,

* Michel Briand wrote on Wed, Jun 10, 2009 at 10:39:46AM CEST:
> Adam Mercer - Wed, 10 Jun 2009 01:33:35 -0500
> >
> >m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
> >
> >this is not in production yet, just in the development git repo, so

Not sure which git repo you're speaking about (your own project?), but
this works with Automake 1.11 stable.

> >YMMV but I have used this technique for other autoconf and automake
> >macros without issue.
> 
> And does this apply to libtool ? It would be very nice ;)

It applies to all projects that use Automake 1.11.  Yes, also projects
that use Automake as well as Libtool.

Cheers,
Ralf


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


[sr #106790] Version 2.2.6 shaded native option -shared of ld

2009-06-10 Thread anonymous

Follow-up Comment #3, sr #106790 (project libtool):

Thanks for explanation.
And one question left.
Can I disable static libraries building only for modules, without
--disable-static global using?

___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



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