<div dir="ltr"><div dir="ltr">On Wed, Nov 16, 2022 at 10:00 PM James Begley <<a href="mailto:james.begley@gmail.com">james.begley@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I'm aware of this issue - I'm currently struggling to build therion under fedora 37 (which has proj v9 installed). I had hoped that it would be a simple task to rebuild therion to pick up the new proj libraries, but that doesnt appear to be the case.<br></div></div></blockquote><div><br></div><div>Hi,</div><div>switching to cmake-based build should help. Make-based build uses "pkg-config proj --libs --static" to get the required libraries and for Proj9 it returns a lot of weird dependencies which are not installed by default when you install Proj 9. Cmake build uses dynamic linking and avoids this problem.</div><div>Martin</div><div> </div></div></div>