Build/Install GCC Compiler for C, C++, Fortran, Go, Ada in Ubuntu Operating System

I need to compare performance of various C,C++, Fortran,Go and ADA compiler. So I need to install or build various version of GCC compilers. Installing from apt is easier but not all versions are available from apt. First step is to install all prerequisites Most gcc is in C/C++, so we need to install any … Lanjutkan membaca Build/Install GCC Compiler for C, C++, Fortran, Go, Ada in Ubuntu Operating System

Problem Compiling with Clang 16.0.0 in Ubuntu 20.04

I encountered a problem when compiling a C program with Clang compiler version 16.0.0 , in Ubuntu 20.04 Here is the error message: Most likely reason: clang version 16.0.0 need GLIBCXX_3.4.30 , which is not available in Ubuntu 20.04 Solution: find newer libstdc++.so.6. In my case, I obtained it from gcc 12.1.0 in other directory. … Lanjutkan membaca Problem Compiling with Clang 16.0.0 in Ubuntu 20.04

Masalah debconf di Ubuntu

Permasalahan:setiap kali menjalankan ‘apt’, muncul pesan error Kemungkinan tampilan kesalahan lain yang serupa Penyebab: ada masalah di file-file debconf, sehingga apt tidak dapat berfungsi baik Solusi: install ulang perl-base dengan perintah berikut: Referensi: https://unix.stackexchange.com/questions/690048/debconf-broken-cant-update-install-or-fix-any-package-anymore