minimum c++ make file for linux

后端 未结 11 1850
眼角桃花
眼角桃花 2020-12-23 17:32

I\'ve looking to find a simple recommended \"minimal\" c++ makefile for linux which will use g++ to compile and link a single file and h file. Ideally the make file will not

11条回答
  •  天涯浪人
    2020-12-23 18:16

    If your issues are because autoconf thinks the .h file is a c file, try renaming it to .hpp or .h++

提交回复
热议问题