make

  1. G

    Guidance on understanding and using C Project Build Tools (Make, CMake, etc.)

    Hello everyone, I am reaching out to learn more about using build tools like make, cmake, makefile, and related commands (e.g., make all, make cfg, make ., and make install) in C projects. I have been trying to install softwares like freeSWITCH, RTPEngine, and OpenSIPs from GitHub. While I...
  2. C

    make: gcc: Permission denied -- what?

    henlo all I am having a bit of trouble getting gcc to run via make. I discovered this problem while trying to install a ruby gem, which invokes make to build the extensions, and got the "make: gcc: Permission denied" error. I have since experimented with a C++ hello world project and then a C...
  3. CptCharis

    libreadline .so.8 is not exist

    Hello everybody !!! im trying to install i3-gaps-next-git in an Arch installation using yay in my VM ( yes one more time ):D This time something strange happen during compiling this msg appeard. gawk: error while loading share libraries: libreadline.so.8 : cannot open share object file: no such...
Top