gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] [PATCH] Fix build with libtool2


From: address@hidden
Subject: Re: [Gnash-dev] [PATCH] Fix build with libtool2
Date: Thu, 28 Jan 2010 16:03:49 +0100

> no way.. Always the same error
> But just two simple questions. Did you try the static link
> instead of  shared one? and i'm not so sure that libtool
> version 2 is recognized  correctly by the autogen script
> on cygwin. it is seems like version 1 is  always
> recognized. Did you check this?

Well, i've found the guilty... and indeed is the wrong
libtoolize version test

cygnix version of libtoolize version 2 has this output

$ libtoolize  --version
libtoolize (GNU libtool 1.3110 2009-07-01) 2.2.7a
Written by Gary V. Vaughan <address@hidden>, 2003

Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying
conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

and the instructions to get it:

ltdlver=`${LIBTOOLIZE:-libtoolize} --version | head -1 | cut
-d ' ' -f 4`
ltdlmajor=`echo $ltdlver | cut -d '.' -f 1`

are wrong since they return ltdlmajor as version 1 since
ltdlver is 1.3110

forcing ltdltmajor=2 cure the problem.. :)

Andrea




reply via email to

[Prev in Thread] Current Thread [Next in Thread]