<div dir="ltr"><span style="font-size:12.8000001907349px">Hi there,</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">I have an application from which I am trying to access gdal library. Everything works fine when I use the dynamic library and the dll but we would like for it to work with static build, as it would help the delivery of the software. The problem is the current application already uses different libraries for tif, png and jpeg. So I am trying to avoid them in the gdal static build as they cause linker errors because of duplication. Has anyone done it? I am trying to build on a windows machine with vs10. The software has to work on cross-platforms. I tried to manipulate the nmake.opt file, to ignore tif, png and jpeg. Should I always provide the external library location and include files for them as well? If anyone has succeeded in doing something similar, please provide some directions.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Thanks,</div><div style="font-size:12.8000001907349px">lavanya</div></div>