What Is GCC (GNU Compiler Collection)?
The GNU Compiler Collection or GCC is a compiler and related auxiliary tools which are used to compile different programming …
The GNU Compiler Collection or GCC is a compiler and related auxiliary tools which are used to compile different programming …
LLVM is a project which provides a collection of a modular compiler and toolchain software and technologies. The name “LLVM” …
GNU or GNU is Not Unix is a project started by Richard Stallman in order to create free software in …
Shared libraries are used to provide functions to the commands and executable of the Linux. ldd command can be used …
Read moreHow To Use Linux ldd Command To Print Shared Libraries with Examples?
As programmers we generally use malloc() , free() and similar functions in order to allocate memory. They are provided by glibc() library. The …
Read moremmap Tutorial with Examples In C and C++ Programming Languages
gcc is very popular compiler in Linux world. gcc provides interpreter and compiler for programming languages like C, C++, Java etc. In …
Read moreHow To Use GCC Compiler Options Like Optimization, Flags?
Linux is a Operating System kernel and user space applications will create different distributions like CentOS, Ubuntu, Mint, Kali around …
gdb is the short form of GNU Debugger. A debugger is a tool used to search and find and get detailed …
Binaries are created by building or compiling sources like C, C++, etc. In simple applications, we can build by using …
As a systems administrator I generally use package managers to install software. But in some situations I can not use …
Read moreHow To Install Tar.Gz or Tar.Bz2 Application Source Code?