From: Francisco Pastor Newsgroups: comp.os.msdos.djgpp Subject: Re: a make format problem Date: Fri, 12 Nov 1999 17:15:23 +0000 Organization: Dep. de Informatica de la UV Lines: 19 Message-ID: <382C4B2B.4DBBB10A@uv.es> References: <942276780 DOT 8121 DOT 0 DOT nnrp-02 DOT c2de6b60 AT news DOT demon DOT co DOT uk> <382b267c AT 140 DOT 92 DOT 61 DOT 20> NNTP-Posting-Host: lab5inf13.eleinf.uv.es Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: peque.uv.es 942426923 16477 147.156.7.34 (12 Nov 1999 17:15:23 GMT) X-Complaints-To: postmaster AT uv DOT es NNTP-Posting-Date: 12 Nov 1999 17:15:23 GMT X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.34 i586) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com ³¯¬f¦~ wrote: > I use Djgpp make utility and SSI linker to develop my project under DOS > environment. > > I got a problem to pass a link path to linker by writting the path into a > tmp file as the following line: > > echo -Lpath1;path2 > tmp.lnk > > make utility treat the semicolon as the seperate of two command, > so I got a "bad command or file name" error message because path2 is not a > valid command. > > How can I do to pass the directory? Try to use '\;' instead of ';' in makefile.