Re: [gdal-dev] MinGW build

2012-10-06 Thread Ari Jolma
5.10.2012 20:09, Ari Jolma kirjoitti: I got libgdal.dll compiled but the Perl bindings seem even harder (the bindings dll does not load). Working on the MinGW build I've progressed quite far but run into trouble with DLL loading. The problem seems to be related to OSR. I've built the Perl bi

Re: [gdal-dev] MinGW build

2012-10-05 Thread Ari Jolma
On 10/05/2012 06:57 PM, Even Rouault wrote: > Selon Ari Jolma : > >> Folks >> >> I'm building GDAL (the trunk) in latest MinGW. For some reason I don't >> understand I need to add -lstdc++ to LDFLAGS in GDALmake.opt. I'm not >> sure if this is the best way to fix the problem - probably not - but it

Re: [gdal-dev] MinGW build

2012-10-05 Thread Even Rouault
Selon Ari Jolma : > Folks > > I'm building GDAL (the trunk) in latest MinGW. For some reason I don't > understand I need to add -lstdc++ to LDFLAGS in GDALmake.opt. I'm not > sure if this is the best way to fix the problem - probably not - but it > works. The problem is the step where the library

[gdal-dev] MinGW build

2012-10-05 Thread Ari Jolma
Folks I'm building GDAL (the trunk) in latest MinGW. For some reason I don't understand I need to add -lstdc++ to LDFLAGS in GDALmake.opt. I'm not sure if this is the best way to fix the problem - probably not - but it works. The problem is the step where the library file libgdal.dll.a is made. A