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.

-2 votes
0 answers
28 views

What's the most active Linux Kernel questions forum? [closed]

I don't mean any disrespect! What's the most active linux kernel developers forum where I can find people who answer a newbie questions about kernel configuration and compilation with understanding ...
Deyaa's user avatar
  • 11
0 votes
1 answer
465 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 ...
neubert's user avatar
  • 7,212
0 votes
0 answers
13 views

shc & gcc : Any use for the *.x.c. file that's created?

shc for "compiling" bash scripts, I end up with two files. One is obscured version of my bash script which works great, I also get an intermediate file *.x.c.. I say it this way because I'...
yegnal's user avatar
  • 31
0 votes
0 answers
114 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 ...
CANJMP's user avatar
  • 23
0 votes
1 answer
199 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 ...
BongoR's user avatar
  • 1
-4 votes
1 answer
78 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 ...
Jimmy Zeng's user avatar
0 votes
0 answers
120 views

Cross compiling ffmpeg: error while adding libopus: undefined reference to `__memcpy_chk'

I have set in the cmake file the following: set(STACK_PROTECTOR_SUPPORTED 0) set(FORTIFY_SOURCE_SUPPORTED 0) However ffmpeg configure fails at this point: (from config log) ... ... rnx/...
Rajib's user avatar
  • 3,106
0 votes
0 answers
106 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?
user3204810's user avatar
0 votes
0 answers
29 views

-bash: ../binutils-2.38/configure: Permission denied

I follow Bare Bones Tutorial on OSDev wiki then I type this: ../binutils-2.38/configure --target=$TARGET --prefix="$PREFIX" --with-sysroot --disable-nls --disable-werror Then I get this ...
Senna Thongthao5's user avatar
1 vote
0 answers
75 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 ...
ty246's user avatar
  • 21
0 votes
1 answer
63 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 ...
qwezxc's user avatar
  • 11
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, ...
isapir's user avatar
  • 181
2 votes
1 answer
3k 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 | #...
Sammaron's user avatar
0 votes
1 answer
1k 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 ...
Gaurav Tiwari's user avatar
0 votes
1 answer
130 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 ...
Franz Zapanta's user avatar

15 30 50 per page
1
2 3 4 5
25