gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] mkdir problem with msys make ?


From: GOTO Kentaro
Subject: Re: [Gcl-devel] mkdir problem with msys make ?
Date: Tue, 12 Nov 2002 23:32:50 +0900
User-agent: Wanderlust/2.8.1 (Something) Emacs/21.2 Mule/5.0 (SAKAKI)

At Tue, 12 Nov 2002 13:35:15 +0100,
address@hidden wrote:
> make install1 "INSTALL_LIB_DIR=c:/cvs/gcl/lib/gcl-`cat majvers`.`cat
> minvers`" "prefix=c:/cvs/gcl" "DESTDIR="
[...]
> mkdir: cannot create directory 'c:/cvs/gcl/lib/gcl-2\001.5.0': No such
> file or directory
[...]
> Could somebody explain where the spurious "\001" code comes from?

The files majvers and minvers end by "\012" which is a Unix's end of line. 
What would happens
  (1) without any end of line
  (2) with a dosish end of line "\015\012"


Gotoken




reply via email to

[Prev in Thread] Current Thread [Next in Thread]