Re: Linking errors
- Posted by ghaberek (admin) 3 days ago
- 78 views
peterR said...
Having just retired, I'm getting back to programming after many years and look forward to reacquainting with Euphoria.
Welcome back!
peterR said...
Any idea what's wrong here.? (Running linux OpenSuse 15.6 - current version).
This is caused by later versions of libm having removed those functions (__powl_finite, etc.) in recent distros.
For reference, this was also discussed here:
- (17 Oct 2020) BROKE AGAIN euc on UBUNTU 20.04 LTS
- (07 Apr 2021) Compile problem
- (07 Jun 2022) Recompile with -fPIE
There's no immediate fix until we can get a new release out. Best solutions I can offer, as stated in the last thread:
- don't bother with translating for now (you probably don't need it)
- build on an older distro (the executable should be forward-compatible)
- build your own copy of the library from source: https://openeuphoria.org/forum/m/136073.wc
-Greg