To: djgpp AT delorie DOT com Subject: Re: Q: Path problems References: <7vpcq4$efm AT c4 DOT hrz DOT uni-giessen DOT de> From: Michael Bukin Date: 04 Nov 1999 06:46:24 +0600 In-Reply-To: gec3@c2.hrz.uni-giessen.de's message of "3 Nov 1999 13:20:04 GMT" Message-ID: <20904fozhb.fsf@Sky.inp.nsk.su> Lines: 19 X-Mailer: Gnus v5.5/Emacs 19.34 Reply-To: djgpp AT delorie DOT com gec3 AT c2 DOT hrz DOT uni-giessen DOT de (Ansgar Duelmer) writes: > i ported a2ps with the djgpp to dos, and it works fine if i only work on > the C:\ partition, on other partions i have the following problem: > > in the configuration file a2ps.cfg i need to set the LibraryPath > > LibraryPath: /a2ps/share/a2ps/sheets:/a2ps/share/a2ps/ps:/a2ps/share/a2ps/encoding:/a2ps/share/a2ps/afm:/a2ps/share/ogonkify/afm:/a2ps/share/a2ps/ppd > > the different path varibles are seperated by a ":", so i can't set the > LibraryPath as C:\a2ps/share/a2ps/sheets:....., i tryed //C/ or \\C\ , but > it don't work. are there other options then //C/ ? Try to use /dev/c (for DJGPP 2.02). It worked for me in similar situation. Though it is just a workaround for the problem, it is better to teach program about DOS style paths separated with ';'. -- Michael Bukin