Skip to content

Creating a shared and static library with the gnu compiler

Notifications You must be signed in to change notification settings

FrankieDaDev/gcc-create-library

 
 

Repository files navigation

gcc-create-library

Creating a shared and static library with the gnu compiler.

Running

Try different run-*.sh scripts to build, static, shared, dynamic libraries examples. There's one option with meson and same without it

The run-steps.sh creates the shared objects and exectables without any build system but rather by executing the necessary gcc invocations.

The run-meson-*.sh use the Meson build system.

Links

Thanks

Alberto Fanul has contributed the necessary files to demonstrate the Meson build system.

About

Creating a shared and static library with the gnu compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 46.5%
  • Meson 31.3%
  • Shell 20.8%
  • C++ 1.4%