home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!agate!ucbvax!HARARE.KAPSCH.CO.AT!fodatec
- From: fodatec@HARARE.KAPSCH.CO.AT (Fodatec Project)
- Newsgroups: comp.soft-sys.andrew
- Subject: ATK under AIX 3.2
- Message-ID: <of=6TyWIlUc5AA8EIt@harare.kapsch.co.at>
- Date: 14 Dec 92 10:54:54 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 26
-
- We have been running a CDROM release of ATK on IBM RS/6000 under AIX
- 3.2. Programs from the CD run OK. Problems arise when trying to compile
- own applications:
- 1) doindex requires a filename prefixed by ./ i.e ./test.do rather
- than test.do as an argument.
- Sample error output of doindex:
-
- .../andrew5.1/bin/doindex test.do
- doindex: indexing test.do ...While attempting to load test.do:
- Error on load syscall: 'No such file or directory'
- exec(): 0509-036 Cannot load program test.do because of the following errors:
- make: 1254-004 The error code from the last command is -1.
-
- The same call with ./test.do works OK:
- .../andrew5.1/bin/doindex ./test.do
-
- 2) makedo and other utilities do not tolerate the ./ prefix, so it is
- hardly possible to replace DOBJS = test.do by DOBJS = ./test.do in
- the Imakefile.
-
- Is anyone aware of a solution to that problem (may-be some setup flag or
- imake macro ?). Any help will be appreciated.
-
- Kazimierz Zielinski
- Kapsch AG, Vienna, Austria
- fodatec@kapsch.co.at
-