English 中文(简体)
海湾合作委员会-地中海扶养问题
原标题:GCC -M dependency generation issue
最佳回答

你们会想到错误的东西。

If there are many included files then the rule is split into several lines using -newline.

如果该规则的期限超过一定长度,则该规则是分开的。 文件中没有任何地方说,这项规则将在每一条被打字之后分割。

I.e.,预期成绩中的错误,而不是观察到的产出。

关于您的评论(建立您自己使用<代码>gcc-M输出的构建工具,用于其依赖性跟踪,gcc -M的输出意在于make,使用make<>/code>。 如果你想要利用产出,你就必须遵守相同的规定,而这些规则是难以开始的。

问题回答

暂无回答




相关问题
gcc -fPIC seems to muck with optimization flags

Following along from this question: how-do-i-check-if-gcc-is-performing-tail-recursion-optimization, I noticed that using gcc with -fPIC seems to destroy this optimization. I am creating a shared ...

Generate assembler code from C file in linux

I would like to know how to generate assembler code from a C program using Unix. I tried the gcc: gcc -c file.c I also used firstly cpp and then try as but I m getting errors. I m trying to build an ...

Getting rid of pre-compiled headers

OK, I have old Metrowerks code for Mac and Windows where the previous developer used pre-compiled headers for every project that this code base builds. How does one get rid of Pre-compiled headers, ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

How to compile for Mac OS X 10.5

I d like to compile my application for version 10.5 and forward. Ever since I upgraded to Snow Leopard and installed the latest XCode, gcc defaults to 10.6. I ve tried -isysroot /Developer/SDKs/...