home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / softsys / andrew / 1442 < prev    next >
Encoding:
Text File  |  1992-12-14  |  2.2 KB  |  52 lines

  1. Newsgroups: comp.soft-sys.andrew
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!nsc!decwrl!adobe!usenet
  3. From: zstern@adobe.com (Zalman Stern)
  4. Subject: Re: ATK under AIX 3.2
  5. Message-ID: <1992Dec14.143102.19365@adobe.com>
  6. Sender: usenet@adobe.com (USENET NEWS)
  7. Organization: Adobe Systems Incorporated
  8. References: <of=6TyWIlUc5AA8EIt@harare.kapsch.co.at>
  9. Date: Mon, 14 Dec 1992 14:31:02 GMT
  10. Lines: 40
  11.  
  12. In article <of=6TyWIlUc5AA8EIt@harare.kapsch.co.at>  
  13. fodatec@HARARE.KAPSCH.CO.AT (Fodatec Project) writes:
  14. > We have been running a CDROM release of ATK on IBM RS/6000 under AIX
  15. > 3.2. Programs from the CD run OK. Problems arise when trying to compile
  16. > own applications:
  17. > 1) doindex requires a filename prefixed by ./     i.e  ./test.do rather
  18. > than test.do as an argument.
  19. > Sample error output of doindex:
  20. > ..../andrew5.1/bin/doindex test.do
  21. > doindex: indexing test.do ...While attempting to load test.do:
  22. > Error on load syscall: 'No such file or directory'
  23. > exec(): 0509-036 Cannot load program test.do because of the following  
  24. errors:
  25. > make: 1254-004 The error code from the last command is -1.
  26. > The same call with ./test.do works OK:
  27. > ..../andrew5.1/bin/doindex ./test.do
  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. > Is anyone aware of a solution to that problem (may-be some setup flag or
  32. > imake macro ?). Any help will be appreciated.
  33. > Kazimierz Zielinski
  34. > Kapsch AG, Vienna, Austria
  35. > fodatec@kapsch.co.at
  36. Before starting your make, try:
  37.     setenv LIBPATH .:$LIBPATH; setenv CLASSPATH .:$CLASSPATH
  38. (One or the other should do it. I have a dim memory of writing the original  
  39. code for this. I wanted to use CLASSPATH but some grot or another required  
  40. LIBPATH get used. In reality, you just want to ensure that . is in the  
  41. appropriate path. Of course the code may have changed beyond recognition  
  42. since I was last involved...)
  43. --
  44. Zalman Stern           zalman@adobe.com            (415) 962 3824
  45. Adobe Systems, 1585 Charleston Rd., POB 7900, Mountain View, CA 94039-7900
  46.   "Yeah. Ask 'em if they'll upgrade my shifters too." Bill Watterson
  47.