Message-Id: <199807041134.HAA08875@orleane.aurecvideo.fr> Date: Sat, 04 Jul 1998 12:45:50 -0400 From: DBM Lyon - Laurent Baldo Reply-To: dbmlyon AT usa DOT net Organization: DBM MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: problem with mak3761 and OS/2 dos box Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk when I call Make.exe into an OS/2 dos box, I get the following: making: PM16\france\prg_obj\lbsys2.tpp from ..\system\lbsys2.pas Borland Pascal Version 7.0 Copyright (c) 1983,92 Borland International Warning: TPP.TPL not found. Error 15: File not found (..SYSTEMLBSYS2). make.exe: *** [PM16\france\prg_obj\lbsys2.tpp] Error 1 1st line: just an Echo command : Ok ! 2nd line: Borland pascal 7.0 compiler copyright (BPC.EXE) Ok! 3rd line: BPC cannot find system library(TPP.TPL), which is wrong !! 4th line: file name is wrong; in fact, it should be ..\SYSTEM\LBSYS2 i.e.: there is no backslash 5th line: Error from make: just Ok according previous lines ! I do not understand this but everything is ok under MSDOS6.22 or a Windows95 dos box ! Is there any solution ? In advance, thanks for your answer. NB: Please forgive me for my poor english (I am french)!