开发者

Debian cc flat_namespace

开发者 https://www.devze.com 2022-12-15 10:23 出处:网络
How can I install headerdoc on a UNIX system, Debian, when I hit make, it complains cc1: error: unrecognized command line option \"-flat_namespace\" when I remove that opti开发者_开发知识库on from Ma

How can I install headerdoc on a UNIX system, Debian, when I hit make, it complains cc1: error: unrecognized command line option "-flat_namespace" when I remove that opti开发者_开发知识库on from Makefile it won't compile.


You might want to consider doxygen, instead. It's portable. This thing appears to support any system you like so long as it's MacOSX.

Oddly, the MacOSX gcc doesn't have a -flat-namespace compiler option in the doc, but it is there. There is some evidence that it is related to linking. Perhaps you could edit your question to post what happens when you leave it out?

0

精彩评论

暂无评论...
验证码 换一张
取 消