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