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.
369 questions
0
votes
0
answers
33
views
How to tell MacPorts Portfile to use command line arguments
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, ...
-1
votes
2
answers
183
views
Why is a program os dependent?
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 ...
0
votes
1
answer
8k
views
openssl version returns "libssl.so.3: cannot open shared object file: No such file or directory" after compiling openssl
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 ...
0
votes
0
answers
408
views
Converted BAT to EXE Now Path to Temp Not Local
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 ...
1
vote
2
answers
611
views
How do I compile ffmpeg so that "-map_metadata -1" works.?
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 ...
-4
votes
1
answer
169
views
Converting OS opcodes
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 ...
0
votes
0
answers
269
views
Notepad++: where I can get the NPPExec plugin for Windows?
When I Google "NppExec plugin", the first page is this, but no dll found. Should I compile it starting from these files?
1
vote
0
answers
130
views
xming - How to build Xming from sources?
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 ...
0
votes
1
answer
96
views
why most applications are precompiled?
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 ...
0
votes
0
answers
2k
views
Static build of nginx with image filter fails
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, ...
2
votes
1
answer
4k
views
Programs failing to compile on aarch64 with `features.h: No such file or directory`
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 | #...
0
votes
1
answer
2k
views
'gcc' not recognized though C:\MinGW\bin added to path
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 ...
0
votes
1
answer
220
views
What is the purpose of lex and yacc?
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 ...
3
votes
3
answers
11k
views
Looking to 'hide' a window by sending it to background or 'detatching' it from another window
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 ...
1
vote
0
answers
525
views
How to compile Squid 5.6 for Debian 11
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 ...