Re: Compile broken after upgrading to Ubuntu 18.04 LTS
- Posted by irv Aug 21, 2019
- 2461 views
In between my previous post and now, I have installed Mint 19.2 Tina in a triple-boot machine, and am using this now to post. After installing, I had to do the following:
sudo apt-get update
sudo apt-get install gcc (should already be latest)
sudo apt-get install build-essential (not installed by default)
This fails with the same error. Mint 18 works fine. I guess I'm sticking with 18.
EDIT: I've -perhaps - found the solution here: https://stackoverflow.com/questions/46827433/g-compile-error-rodata-can-not-be-used-when-making-a-shared-object-recomp
However, I certainly don't have the skill to make this work. Somebody?