home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / softsys / andrew / 1441 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.3 KB

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