[gdal-dev] gdal.jar:compile error:CC-Command not found
Even Rouault
even.rouault at mines-paris.org
Mon Apr 19 15:19:13 EDT 2010
Florian,
It looks like if some variable substition didn't work when
running ./configure. Check the content of GDALmake.opt to see if there are
remamining @CC@ variables.
Otherwise you could try downloading Tamas Szekeres daily builds that include
GDAL Java bindings. As they are compiled with MSVC, I can't guarantee that
they'll interoperate well with the library compiled with GCC.
See http://vbkto.dyndns.org/sdk/Default.aspx (download one of the -stable
package to get GDAL 1.7.X)
Le Sunday 18 April 2010 01:53:42 Flamed at gmx.de, vous avez écrit :
> Dear list readers,
> I'm trying to generate a gdal.jar (from 1.7.1 source under WinXP) with
> MinGW+MSYS+SWIG following the guide:
> http://trac.osgeo.org/gdal/wiki/GdalOgrInJavaBuildInstructionsUnix
>
> During the make process I get this error:
> make: CC@: Command not found
> make: *** [gdalconst_wrap.o] Error 127
>
> I thought there was a problem that MSYS couldn't find the right
> compiler.exe -> I tried to rename "gcc.exe" in "MinGW/bin" directory to
> "cc.exe" and "cc at .exe", but - of course - it didn't work :)
>
> Does anybody know how to overcome this error? Is there a place to download
> a gdal.jar version 1.7.1? Googling half a day didn't bring up any
> resource...
>
> King regards,
> Florian
More information about the gdal-dev
mailing list