Re: [gdal-dev] The pthread_atfork() issue

2023-12-04 Thread Carsten Schultz via gdal-dev
OGRSpatialReference srs2; > srs2.importFromEPSG(32631); > auto poCT = OGRCreateCoordinateTransformation(&srs1, &srs2); > for(int i = 0; i < 5 * 1000 * 1000; ++i) > { > double dfX = 49; > double dfY = 2; > poCT->Transfor

[gdal-dev] The pthread_atfork() issue

2023-12-04 Thread Carsten Schultz via gdal-dev
Hello everyone! Please let me know if you would have preferred to discuss this on Github. I have run into a problem with the use of pthread_atfork() in ogr_proj_p.cpp. I have since seen that the code has been disabled for macOS in 3.8 in response to https://github.com/OSGeo/gdal/issues/8497, an

Re: [gdal-dev] Problems compiling in Mac

2023-11-24 Thread Carsten Schultz via gdal-dev
Hallo! > On 23. Nov 2023, at 18:12, Javier Jimenez Shaw via gdal-dev > wrote: > > My colleague (I have only Linux) will give more info. I am that colleague. > > On Thu, 23 Nov 2023 at 16:25, Even Rouault wrote: > >>> >>> I thought that it was enough disabling GDAL_USE_EXTERNAL_LIBS (we ar