Rocky apps build fails: gdal unresolved symbols #232
|
I am using gdal 3.11 to link with rocky. Worked fine on other devices, but on my particular ubuntu22 I get this, right when the apps start to build (rocky library itself seems to build without issues): [ 98%] Linking CXX executable rocky_simple tried looking for stale old gdal, cleaned it (even though it hadn't caused any issues before), but still getting this error. |
Replies: 1 comment 2 replies
|
I do not know. Perhaps something to do with linker argument ordering? |
Nope. Wasn't it. Found the culprit though - it was newer vsgXchange that picked up older gdal and was affecting rocky build. I believe that is because earlier vsgXchange did not depend on gdal at all. I build VSG and rocky (including newer gdal) separately from each other, did not discover any issues with VSG build and proceeded to search only on rocky side. All good now