bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Configure on Windows (was:GTK+ 2.2 Win32 build: display


From: Joern Thyssen
Subject: Re: [Bug-gnubg] Configure on Windows (was:GTK+ 2.2 Win32 build: display much too slow)
Date: Wed, 29 Jan 2003 17:46:12 +0000
User-agent: Mutt/1.4i

On Wed, Jan 29, 2003 at 06:40:21PM +0100, Holger wrote
> On Wed, 29 Jan 2003 18:09:55 +0100, Holger <address@hidden> wrote:
> 
> >From configure:
> | os=`config.guess | sed 's/^\(.*\)-\(^-*-^-*\)$/\2/'`
> | if test "$os" = "mingw32"; then
> 
> I suppose that the above is a normal regular expression (like in
> Perl)? Then to me ^-*-^-* looks suspicious. i686-pc-mingw32 has only
> two hyphens.
> And the braces have to be escaped for the shell?

Can you try with 

sed 's/.*-//'

instead?

That is:

os=`config.guess | sed 's/.*-//'`

Jørn




reply via email to

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