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: Rob Savoye
Subject: Re: [Gnash-dev] [PATCH] Fix build with libtool2
Date: Sat, 30 Jan 2010 09:36:42 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Lightning/1.0b1 Thunderbird/3.0.1

On 01/28/10 08:03, address@hidden wrote:

On *unix: "ltmain.sh (GNU libtool) 2.2.6b"
On Cygwin: "libtool (GNU libtool 1.3140 2009-12-30) 2.2.7a"

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

  Aha! This has been driving me nuts as I've been trying Cygwin builds
too. Glad you tracked it down. I just checked in a proper fix for this
bug. Now autogen.sh strips out anything between (.*), so the version
number is in the same place on *unix or cygwin. Fix checked in as of
revno #11851.

        - rob -




reply via email to

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