home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / programm / 17221 < prev    next >
Encoding:
Text File  |  1992-12-11  |  2.2 KB  |  56 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!ornl!utkcs2!darwin.sura.net!spool.mu.edu!agate!stanford.edu!rock!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: SAS 6.1 and IDIR problems
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <Bz3zDo.1Jx@unx.sas.com>
  8. Date: Fri, 11 Dec 1992 18:58:36 GMT
  9. References:  <BynD5B.35w@srgenprp.sr.hp.com>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 42
  13.  
  14.  
  15. In article <BynD5B.35w@srgenprp.sr.hp.com>, kevint@hpsadqa.sad.hp.com (Kevin Taddeucci) writes:
  16. |> I have converted the LMKFILE to use the 6.1 syntax (original and converted 
  17. |> makefile included below), which includes the option  IDIR=INCLUDE:. 
  18. |> However when I try to compile with smake a requester appears with the 
  19. |> following message:
  20. |> 
  21. |>               Please insert volume IDIR=INCLUDE in any drive.
  22.  
  23. Interesting.  SC seems to think that IDIR=INCLUDE: is a filename, not
  24. an option.  Try IDIR INCLUDE:  (no =, just a space) instead and it
  25. should work.
  26.  
  27. Also, you really don't need IDIR INCLUDE: since the compiler searches
  28. INCLUDE: automatically.
  29.  
  30. |> I tried deleting the IDIR option thinking that the system might know where 
  31. |> to find the default location for includes, but no such luck, all kinds of, 
  32. |> can't find include file errors occur.
  33.  
  34. This is strange.  The search path for include files is by default the
  35. current directory, the directory containing the current .c or .h file
  36. and then INCLUDE:.  Are you sure the right files are present in 
  37. INCLUDE:?
  38.  
  39. |> ASMFLAGS = IDIR=INCLUDE:
  40.  
  41. Wait a minute, here's your problem.  The command-line flags for ASM
  42. have not changed.  Change this back to -iINCLUDE: and you should be
  43. OK.  ASM doesn't by default search INCLUDE:.
  44.  
  45. |>       | Kevin J. Taddeucci          | e-mail: kevint@hpsad.sad.hp.com    |
  46.  
  47. -- 
  48.   *****
  49. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  50.  *|. o.| ||                                          1200/2400/9600 Dual
  51.   | o  |//     For all you do, this bug's for you!
  52.   ====== 
  53. usenet: walker@unx.sas.com                            bix: djwalker 
  54. Any opinions expressed are mine, not those of SAS Institute, Inc.
  55.  
  56.