Skip to main content

Questions tagged [compiling]

Questions related to compiling software from sources, usually using the "make" command.

-3 votes
0 answers
55 views

rip chatgpt, cant compile this gpt gives me invalid packs. im on kubuntu 25.10 https://pastebin.com/B4RgA0ED
r a r . e x e's user avatar
0 votes
1 answer
239 views

I followed the instructions to install gcc, but for version 15.2.0. make succeeded. But sudo make install failed: user@G15:~/gcc-15.2.0$ sudo make install [sudo] password for user: make[1]: Entering ...
Elucidase's user avatar
0 votes
0 answers
86 views

warning: the compiler differs from the one used to build the kernel The kernel was built by: x86_64-linux-gnu-gcc-14 (Ubuntu 14.2.0-19ubuntu2) 14.2.0 You are using: gcc-14 (Ubuntu 14.2.0-...
Aqsal Herdi Marta's user avatar
0 votes
0 answers
140 views

I'm trying to compile python-3.12.9 version by following command pyenv install 3.12.9 but I'm facing an issue: Downloading Python-3.12.9.tar.xz... -> https://www.python.org/ftp/python/3.12.9/Python-...
Adam's user avatar
  • 1
0 votes
1 answer
111 views

-Hi, i'm working on a game project using cpp and SFML I try to compile it into a binary file for execute using this g++ main.o -o sfml-app -I /path/to/sfml/include -lsfml-graphics -lsfml-window -lsfml-...
kiet's user avatar
  • 1
0 votes
0 answers
182 views

On Ubuntu 24.04.2 LTS. This AM, ran I got missing file errors on code I regularly build for 32-bit. 64-bit builds fine. As a side note: I did install the arm compiler (sudo apt install gcc-aarch64-...
user2299025's user avatar
0 votes
1 answer
77 views

Can one tell apt that for ffmpeg (say), always download the source package and compile it locally with these particular ./configure options enabled? I'd also likely need to alter the package ...
Malcolm Herbert's user avatar
0 votes
1 answer
311 views

I try to compile Linux kernel 6.8.12 on Ubuntu 24.04. I installed required package to compile, unzipped the tar file from kernel.org and took a config file from /boot to execute make menuconfig to ...
Steve L's user avatar
  • 51
0 votes
0 answers
90 views

Environment & OS Desktop: KDE Plasma 6.3.4 on Wayland Kernel: 6.14.0-15-generic 64 bit Arch: Arm64 (aarch64) Snapdragon X Elite x1e-80-100 Webkit apps keep crashing or don't start at all. I tried ...
user2258829's user avatar
0 votes
1 answer
178 views

How to build and install, for example, 25.04.1 version of Kate on Ubuntu 20.04? Is this possible without Snapcraft and Flatpak? Tried to find custom PPA on Launchpad for installing by apt but have not ...
Anton Samokat's user avatar
0 votes
0 answers
48 views

I am not very familiar with Linux, and I need help installing gcc-4.8.0 and gfortran-4.8.0 on an Ubuntu 20.04 system, that is updated and upgraded lately. I am trying to compile a program that doesn't ...
user1089703's user avatar
0 votes
1 answer
340 views

I'm using Kubuntu 24.04.02 LTS x86_64. I tried to build and install the latest version of gamescope from its official repository on github (https://github.com/ValveSoftware/gamescope), and I can't get ...
rain's user avatar
  • 1
0 votes
0 answers
59 views

Context I want to use the debian package to install python3 and then python packages. Python3 is installed using apt and python pacakges with pip3 installed with apt. Here is the folder tree : service/...
aledep's user avatar
  • 1
1 vote
0 answers
28 views

I am trying to get the listing of some assembly code in Ubuntu. I have previously used a program in Windows that I can't remember the name of, that let me select a definition file and then build the ...
HillaryD's user avatar
0 votes
0 answers
2k views

I have several machines with Ubuntu on board, I use it for various applications, one of which is video transcoding with ffmpeg. They have always worked fine, but in the last few days, after the latest ...
donCaster's user avatar

15 30 50 per page
1
2 3 4 5
174