Tagged: gcc

About c++ : How-to-know-to-which-version-of-libstdc-does-my-app-have-dependency

Question Detail When I check with ldd -v MyApp, I get the list of dependencies: Version information: ./MyApp: libgcc_s.so.1 (GCC_3.0) => /home/user/cless/libgcc_s.so.1 libdl.so.2 (GLIBC_2.2.5) => /usr/local/lib64/glibc-test/lib/libdl.so.2 libpthread.so.0 (GLIBC_2.3.2) => /usr/local/lib64/glibc-test/lib/libpthread.so.0 libpthread.so.0 (GLIBC_2.2.5) => /usr/local/lib64/glibc-test/lib/libpthread.so.0...

About linux : usrbinld-cannot-find–lnetlink-Trying-to-run-iprohc

Question Detail I am attempting to compile the makefile in iprohc: https://github.com/viveris/iprohc. On Ubuntu 22.04. GCC Compiler Command$: make all Result$: /usr/bin/ld: cannot find -lnetlink: No such file or directory I have installed the...

About c++ : Couldnt-build-llvm-with-gcc-on-archlinux

Question Detail I tried to build llvm and got an error message related to stdlib. I searched the cause with error message but I don’t know c/c++ well, so I couldn’t understand what happened...

About c++ : Couldnt-build-llvm-with-gcc-on-archlinux

Question Detail I tried to build llvm and got an error message related to stdlib. I searched the cause with error message but I don’t know c/c++ well, so I couldn’t understand what happened...