Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!agate!bionet!apple!bloom-beacon!tut.cis.ohio-state.edu!osu-cis!att!chinet!mcdchg!clyde!watmath!mks!wheels From: wheels@mks.UUCP (Gerry Wheeler) Newsgroups: comp.sys.ibm.pc Subject: Re: MKS Toolkit Question Summary: try different environment variables Keywords: MKS with MSC Message-ID: <542@mks.UUCP> Date: 7 Nov 88 22:56:50 GMT References: <4994@whuts.UUCP> Organization: Mortice Kern Systems, Waterloo, Ont. Lines: 20 In article <4994@whuts.UUCP>, mja@whuts.UUCP (AMMANN) writes: > I'm having trouble running the MKS toolkit with MSC 5.1. > when I try to do a simple compile - MSC comes back with error > LINK : fatal error L1089: D: : cannot open response file. I think the problem here is related to the environment variables used by the compiler and linker. I have found I have to define these variables using backslashes instead of forward slashes. It seems the compiler and/or linker can't read a forward slash. Must need glasses. So, this is what I put into my profile.ksh: export INCLUDE="c:\mc\include" export LIB="c:\mc\lib" export TMP="c:\tmp" When I change these to use forward slashes, I get the error you describe. -- Gerry Wheeler Phone: (519)884-2251 Mortice Kern Systems Inc. UUCP: uunet!watmath!mks!wheels 35 King St. North BIX: join mks Waterloo, Ontario N2J 2W9 CompuServe: 73260,1043