English 中文(简体)
GNU配备Xlc汇编器
原标题:GNU make with xlc compiler

Hoping f或a bit of insight here. I have source code f或one of our projects, with no documentation on how to compile, and all people who wrote it having left :) We have an issue in it and lucky moi has been tasked to investigate.

目前,Im试图在AIX的基础上继续努力,因此,档案库随时可以投诉。

make: 1254-055 Dependency line needs colon 或double colon operator.

make: 1254-057 Shell command needs a leading tab.

购买力平价备选办法似乎是xlc备选办法,软件以前已多次汇编。 档案中载有从窗户中控制特性,确实对一些条目,但并非所有空壳指挥有表格。

Any thoughts on what could be the issue running make on the code? I haven t installed GNU make as of yet, could this solve the issues?

问题回答

Classic SysV make is much more picky about formatting than gnumake is, never mind the feature set is much more restricted. I don t even bother writing "classic" compatible Makefiles anymore - too painful.

尽管我们使用AIX的本地汇编者(xlc),但我们仍把ake用作我们的依赖/购买工具。

我建议安装一个从两个来源下载的有管理的面包车复印件:

亲爱!

我认为,你甚至可能需要在阿九中使用ake。 原产物可能无法按预期运作。 视窗控制特性可能或可能无关紧要(通常不是),但可以自行编辑。

缩略语

  • On AIX, we use make (and xlC_r compiler).
  • On AS400, we use gmake (and ixlc compiler). Because make exists, but is PASE only.

某些老网站肯定找到了这些节目。 我没有发现在<代码>PGM后面的任何痕迹。





相关问题
strndup call is currupting stack frames

I have seen a strange behavior with "strndup" call on AIX 5.3 and 6.1. If I call strndup with size more than the size of actual source string length, then there is a stack corruption after that call. ...

How can I get the uptime of a IBM AIX box in seconds?

I m writting a Perl script for which I need the uptime in seconds to do some calculation, in all the machine in the shop (i.e. linux, SunOS, and AIX). I have a way to get the uptime for linux (/proc/...

How to find dll loaded by a process in AIX?

How to find which dynamic libs .so are loaded currently by a process, also those dll are dynamically loaded with dllopen. I want to debug a process to find out which libs its using currently.

SNMP on AIX 5.3

I need to monitor a system with AIX 5.3, but can t find a good source for the OIDs. Does anybody know the OIDs for CPU, Memory and Harddisk values?

Unix: fast remove directory for cleaning up daily builds

Is there a faster way to remove a directory then simply submitting rm -r -f *directory* ? I am asking this because our daily cross-platform builds are really huge (e.g. 4GB per build). So the ...

热门标签