[Gdal-dev] build help with threads
Stephen Woodbridge
woodbri at swoodbridge.com
Tue Mar 13 20:01:07 EDT 2007
Hi all,
I am have trouble running gdalwarp with threads.
It is build like this:
./configure
--with-mrsid=/usr/local/mrsid
--with-pg=/usr/bin/pg_config
--enable-threads=posix
It builds without a problem, and it runs fine without -multi, but
running with the -multi option I get:
[swoodbridge at booboo compliance_fsa]$ gdalwarp -multi -s_srs
+init=epsg:26912 -t_srs EPSG:4326 -te -112.5625 41 -112.5 41.0625 -rb
-wm 250 --config GDAL_ONE_BIG_READ ON -co "TILED=YES"
./naip_1-1_1n_s_ut057_2006_1.sid tiffs/B-112_41/B-112_41_247.tif
Creating output file that is 5420P x 5420L.
Processing input file ./naip_1-1_1n_s_ut057_2006_1.sid.
ERROR 1: CPLCreateThread() failed in ChunkAndWarpMulti()
[swoodbridge at booboo compliance_fsa]$ gdalwarp --version
GDAL 1.3.2.0, released 2006/05/02
Any idea what I'm doing wrong???
Thanks,
-Steve
More information about the Gdal-dev
mailing list