Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - landauclassic

Pages: [1]
1
General / Re: Building Ubuntu Lubuntu 21.10
« on: December 24, 2021, 11:28:50 AM »
Check your gcc version, unfortunately, doesn't compile using gcc-11, you will need gcc 9.
I run Debian on my systems, package names may be different.

Install "gcc-9 and cpp-9"

Code: [Select]
apt install gcc-9 cpp-9
Build using g++9 (cpp-9), to speed up the build i use j4 since i have 4 cores, this is the number of build jobs to run simultaneously.

Code: [Select]
make -j4 CXX="g++-9"



Pages: [1]