Statically linking C and C++ programs

How to statically compile C and C++ projects?

The compiled executable should lead no dynamical library during execution.

I use gcc/g++ to compile the projects.

Check this post: Statically Linking C and C++ Programs on Linux with gcc.

Leave a Reply

Your email address will not be published. Required fields are marked *