Sorry Chris, I made a cut & paste error: it's

export CONFIGURE_SHELL


and NOT

export
CONFIGURE_SHELL

Moreover, you have to specify several 
options to configure (thus the ..., I simply cut off mine options)

try 
with simply:

CONFIGURE_SHELL=/bin/bash
export CONFIGURE_SHELL
.
/configure
make
sudo make install


My very basic configure for example 
is:

./configure --with-pg=/usr/bin/pg_config \
--with-
mysql=/usr/bin/mysql_config

Sig

----Messaggio originale----
Da: 
[email protected]
Data: 16/05/2011 11.23
A: "[email protected]"
<[email protected]>
Cc: <[email protected]>, <[email protected].
org>
Ogg: Re: Re: RE: [gdal-dev] GDAL build problems under Linux debian 
x86_64

I have problems with:

CONFIGURE_SHELL=/bin/bash     (works!)

export    (works!)
CONFIGURE_SHELL   (error: CONFIGURE_SHELL: command 
not found)
./configure --with-pg=/usr/bin/pg_config ...    (error:


configure: WARNING: you should use --build, --host, --target
checking 
build system type... Invalid configuration `...': machine `...' not

recognized
configure: error: /bin/bash ./config.sub ... failed

)

I've 
removed the third command and removed "..." from the last one. But it

still didn't work

Chris




On Mon, May 16, 2011 at 11:06 AM, 
[email protected]
<[email protected]>wrote:

> Hi Chris,
>
> I too 
have Ubuntu 10.04, and the CONFIGURE_SHELL solution
> worked for me. I 
didn't try the other solution, though.
>
> Sig
>
> ----
> Messaggio 
originale----
> Da: [email protected]
> Data: 16/05/2011
> 10.53
> 
A: "[email protected]"<[email protected]>
> Cc: <Josh.
> Vote@csiro.
au>, <[email protected]>
> Ogg: Re: RE: [gdal-dev] GDAL
> build 
problems under Linux debian x86_64
>
> Hi
>
> I still have the problem

> Ubuntun 10.04.
> I've tried the above solutions without any sucess.
> 
Any
> Ubuntu users have a solution?
>
> Chris
>
> On Mon, May 16, 2011 
at 10:28 AM,
> [email protected]
> <[email protected]>wrote:
>
> > 
Hi all,
> >
> > also
> setting the CONFIGURE_SHELL variable before 
running
> > configure worked
> for me:
> >
> > 
CONFIGURE_SHELL=/bin/bash
> > export
> > CONFIGURE_SHELL
> > .
> 
/configure --with-pg=/usr/bin/pg_config ...
> >
>
>
> Non temiamo alcun 
confronto: Tiscali ha l'Adsl più veloce d'Italia!
>
> Risparmia con 
Tutto Incluso Light: Voce + Adsl 20 mega a soli 17,95 € al
> mese per 
12 mesi.
>
>
> http://abbonati.tiscali.it/telefono-
adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw
>





Non temiamo alcun confronto: Tiscali ha l'Adsl più veloce d'Italia!

Risparmia con Tutto Incluso Light: Voce + Adsl 20 mega a soli 17,95 € al mese 
per 12 mesi.

http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to