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 ... Best regards Sig ----Messaggio originale---- Da: [email protected] Data: 16/05/2011 10.00 A: <[email protected]> Ogg: RE: [gdal-dev] GDAL build problems under Linux debian x86_64 Hi Antonio, That seems to have gotten the compiler running. For future Debian users experiencing this problem setting SHELL=/bin/bash worked for me. Thanks a lot Josh Vote -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Antonio Valentino Sent: Monday, 16 May 2011 3:22 PM To: [email protected]. org Subject: Re: [gdal-dev] GDAL build problems under Linux debian x86_64 I had a similar problem on ubuntu 11.04 and solved setting the SHELL variable in the GDALmake.opt.in as follows -#SHELL=/usr/bin/bash +SHELL=/usr/bin/bash 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
