On Sun, 4 Jun 2023, Omar Polo wrote: > On 2023/06/03 09:08:05 -0700, Richard Narron <[email protected]> wrote: > > In order to use the bundled libasr, I had to uninstall my existing libasr > > slackware build (port). > > > > It would be nice to have a --with-bundled-libasr option for the build. > > Then It could ignore an existing installed libasr. > > Haven't noticed that there isn't a way to force the usage of the > bundled libasr. I've added the configure knob --with-bundled-libasr > and included it in the release-7.3 branch (no new RC this time though) >
Thanks for the fix! The --with-bundled-libasr option works well. If I use it it ignores an existing libasr library. If I don't use it, and don't have a libasr library then it uses the bundled libasr anyway. To Build it I downloaded the OpenSMTPD.zip, unpacked it and then ran the "bootstrap" script which calls autoconf. It looks good and runs fine so far.
