Creating a project, from Makefile to static/dynamic libraries in UNIX

前端 未结 6 954
予麋鹿
予麋鹿 2021-02-05 10:16

Guys, would you describe a few things about c++ building blocks, on unix.

I want to create an application that links against static libs and dynamic libs (.so).

<
6条回答
  •  执笔经年
    2021-02-05 10:48

    Since you refer to gcc, I assume you're using GNU Make. The best documentation I've found for that is the official manual, which covers everything you need to know in easy-to-understand terms.

提交回复
热议问题