Skip to main content

Questions tagged [make]

An utility that automates build processes, used mainly to build software on Unix-like systems.

0 votes
0 answers
5 views

Difficulty setting OpenDKIM SYSCONFDIR at compile time

I am trying to install all files related to opendkim under the directory /my/custom/dir/. To do this, I first tried setting the directory at the configure stage: ./configure --prefix=/my/custom/dir/ ...
BrownianBridge's user avatar
0 votes
1 answer
684 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,232
0 votes
1 answer
349 views

"bwrap: execvp make: No such file or directory" when calling "opam install camlidl.1.12"

I tried to install the package camlidl in a new Ubuntu 22 virtual machine with the usual OCaml package install command: $ opam install camlidl.1.12 But I got the following error message, which I had ...
Miguel Angel Moreno's user avatar
0 votes
0 answers
58 views

How do I install libraries if I don't have the config file

How do I install the libraries if I don't have the config file, and in addition to not having the configure file, they come with an extension. I have followed the instructions, I have placed the ...
Emm ou's user avatar
  • 1
0 votes
1 answer
327 views

i2c driver linux, where is .ko file, recompile single driver and enable

I have SBC: mango pi mq-pro Processor: Allwinner D1 Distribution: Linux Ubuntu 5.17.0-1003-allwinner riscv64 Link at distro: https://wiki.sipeed.com/hardware/en/lichee/RV/ubuntu.html I need to enable ...
nx4n's user avatar
  • 109
2 votes
1 answer
4k views

Can't use Makefile on a mac. Whether tab or 4 spaces the error is: " *** missing separator. Stop."

I am using an M1 powered mac. I am trying to use makefile in a project and to my surprise, no matter what I do it ends being a missing separator error. my Makefile below won't run no matter what. I ...
black sensei's user avatar
-1 votes
1 answer
258 views

Why don’t make check the timestamp when the dependency file is not generated?

I create an ugly Makefile, it worked beyond my expectations. When main.o is not built successfully, the executable is built every time I make. In my opinion, after the main.o target command is ...
chen zhang's user avatar
0 votes
1 answer
1k views

Update GNU-Make on Centos 7

Is there a simple way to install a new version of GNU make on centos 7? similar to the devtoolset-8. Or is there only the manual way (download the tar)
nobs's user avatar
  • 143
0 votes
1 answer
3k views

Variables not being set in Makefile

I have to set the profile variable in Makefile, if it's not set by default, here is my approach. But when I run this, echo statements work fine, but variables are not being set. set_vars: if [ &...
DilLip_Chowdary's user avatar
1 vote
2 answers
235 views

Stuck on "checking the maximum length of command line arguments..." when running make on MSYS2

I am working with an autotools project. It works on the CI however, when I run it on my work PC it freezes when running make checking for af77... no checking for xlf90... no checking for f90... no ...
JKRT's user avatar
  • 111
1 vote
1 answer
705 views

RHEL 8: openssh-server build from src tarball and distribute the executable?

I have a task to build and deploy openssh-server 8.6 on a number of RHEL8 systems running openssh-server 8.0 (this is due to a security compliance finding). Unfortunately there does not appear to be ...
Robert Campbell's user avatar
3 votes
1 answer
858 views

Add all firmware to CONFIG_EXTRA_FIRMWARE?

How can I add all the firmware present in /lib/firmware in the CONFIG_EXTRA_FIRMWARE parameter of the kernel .config? I've already tried but when compiling the kernel it returns an error: /bin/sh ...
Custom's user avatar
  • 31
0 votes
2 answers
239 views

gnupg 2.3.2 make error /home/ryan/Downloads/gnupg-2.3.2/common/sysutils.c:1263: undefined reference to `gpgrt_access'

Trying to install the latest gnupg from source on Ubuntu 20. My first ./configure found a few missing dependencies. I filled some of these through the package manager, others I installed from source. ...
hybrid461's user avatar
0 votes
1 answer
2k views

How to enable library in ffmpeg without build ffmpeg from source (linux)?

I have the xubuntu 18.04. I installed ffmpeg from ubuntu repository and built libaom. So, how to enable libaom in ffmpeg without reinstall ffmpeg from source (ffmpeg compilation guide or ffmpeg ...
amg's user avatar
  • 3
1 vote
0 answers
60 views

windows 10 make progress failed

I have installed a package from https://github.com/tensorflow/tensorflow and I am trying to build a target using make, so I run this command : make -f tensorflow/lite/micro/tools/make/Makefile ...
Zhouchang Yang's user avatar

15 30 50 per page
1
2 3 4 5
21