Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Cannot compile with CLANG on Linux Mint
Re: Cannot compile with CLANG on Linux Mint [message #59715 is a reply to message #59668] |
Sun, 19 March 2023 19:43   |
Tom1
Messages: 1305 Registered: March 2007
|
Ultimate Contributor |
|
|
Hi,
There's certainly something weird going on with Linux Mint. Again, building broke down, this time when linking. After digging a bit, I found that now the library location needed to be changed from what used to work.
In order to make it easier, I appended the current paths into .profile in my home directory:
export CPLUS_INCLUDE_PATH="/usr/include/c++/11:/usr/include/x86_64-linux-gnu/c++/11"
export LIBRARY_PATH="/usr/lib/gcc/x86_64-linux-gnu/11"
We'll see how long this works until it breaks again...
Best regards,
Tom
|
|
|
Goto Forum:
Current Time: Sun Jul 20 13:37:18 CEST 2025
Total time taken to generate the page: 0.03593 seconds
|