Re: Compiling .e source code on Linux box Woes
- Posted by ghaberek (admin) in March
- 217 views
This comes up a lot. Basically you need a newer build of eu.a on newer systems due to changes in GCC defaulting to PIE and libc removing some math functions.
- Problem with euc on Ubuntu Jammy under WSLg
- Error using euc
- Compiling edx in openeuphoria container
- Recompile with -fPIE
- Compile problem
- BROKE AGAIN euc on UBUNTU 20.04 LTS
- Compile broken after upgrading to Ubuntu 18.04 LTS
Best solution is to wait until we can get 4.2 out the door if you can. Otherwise you'll need to build eu.a from source. This response is probably the simplest approach: https://openeuphoria.org/forum/m/136073.wc
-Greg