Skip to main content

Questions tagged [compile]

To compile is to convert the source code of a program into lower-level machine code that can be executed on a computing device.

0 votes
0 answers
33 views

A little while ago, some effort was made to write a Portfile to install a program called NWChem through MacPorts (https://github.com/macports/macports-ports/pull/27890). Significant progress was made, ...
isolated matrix's user avatar
-1 votes
2 answers
183 views

I understand that processors belonging to different architectures have different instruction set and therefore a program compiled for one processor(hardware platform) can't run on a processor with ...
vimalathithan17's user avatar
0 votes
1 answer
8k views

Here's what I tried: wget https://www.openssl.org/source/openssl-3.3.0.tar.gz tar xvzf openssl-3.3.0.tar.gz cd openssl-3.3.0 ./config make make install When I type in openssl version after that I get ...
neubert's user avatar
  • 7,644
0 votes
0 answers
408 views

After converting Test.bat to Test.exe the Test.exe not finding local input file 360_2016.mp4 and the EXE file CMD Prompt displaying its path is to TEMP not local directory/folder. The EXE file is not ...
CANJMP's user avatar
  • 43
1 vote
2 answers
611 views

I just tried the (static) ffmpeg build from https://johnvansickle.com/ffmpeg/ and I also tried the ffmpeg build that comes with my Linux Mint 21.2 distro and they both were able to remove the metadata ...
BongoR's user avatar
  • 21
-4 votes
1 answer
169 views

I cannot boot Windows 3.1 (by the way, I don't actually mean to boot Windows 3.1, it is just as an example, so don't tailor your response for specifically how to boot windows 3.1) directly on my ...
Jimmy Zeng's user avatar
0 votes
0 answers
269 views

When I Google "NppExec plugin", the first page is this, but no dll found. Should I compile it starting from these files?
user3204810's user avatar
1 vote
0 answers
130 views

I'm trying to build Xming from its sources available on SourceForge. I know this version is outdated and have considered just buying it, but for my use case building it is required. I know that VcXsrv ...
ty246's user avatar
  • 21
0 votes
1 answer
96 views

It confused me since I began to build a PC. Games and applications are given as binary executable files, but how can I fully utilize my CPU's advanced instruction sets. There must be difference ...
qwezxc's user avatar
  • 11
0 votes
0 answers
2k views

I am trying to build nginx from source with the http_image_filter_module but when I add it I get an error. I run the command below, and it works until I add the --with-http_image_filter_module arg, ...
isapir's user avatar
  • 191
2 votes
1 answer
4k views

I'm having trouble compiling some applications on my PineNote. The common thread is: /usr/include/bits/libc-header-start.h:33:10: fatal error: features.h: No such file or directory 33 | #...
Sammaron's user avatar
0 votes
1 answer
2k views

I installed mingw from the mingw installer and installed all the basic packages needed. I can run gcc if I give the address of the folder to cmd but not without it. I will attach all the images. The ...
Gaurav Tiwari's user avatar
0 votes
1 answer
220 views

I'm currently trying to develop a compiler of my own using the C language. I came across this thread that says that learning lex and yacc will help in building compilers. However, I don't understand ...
Franz Zapanta's user avatar
3 votes
3 answers
11k views

I've compiled a little python program and it has this window open (cmd console) and I would like to make it a background task or just hide it from the user somehow. Yes I am aware that I can compile ...
NedNoodleHead's user avatar
1 vote
0 answers
525 views

I need compile Squid 5.6 or 5.5 for Debian 11. I have a squid 4 non transparent proxy over Debian 11 with ncsa_auth, but the problem is that squid version can´t manage websockets (ws and wss ...
Francisco's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
25