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: Camm Maguire
Subject: Re: [Gcl-devel] mkdir problem with msys make ?
Date: 17 Nov 2002 00:42:43 -0500

Greetings!

address@hidden writes:

> > > make install1 "INSTALL_LIB_DIR=3Dc:/cvs/gcl/lib/gcl-`cat majvers`.`cat
> > > minvers`" "prefix=3Dc:/cvs/gcl" "DESTDIR=3D"
> > [...]
> > > 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"
> 
> Yes, thanks a lot, you were quite right. For some reason, these files 
> were in DOS format. By transforming back to Unix format with d2x, it 
> runs smoothly.
> 
> Camm, could you force these files to Unix format before 
> concatenation, or add a notice in readme.mingw ? It seems that all 
> the text files I get from cvs are in DOS format, so probably this is a 
> feature of cvs, I didn't check in the manual. Anyway, everything 
> seems to work OK with text files in DOS format, with mingw+msys, 
> except for the files majvers and minvers.
> address@hidden
> http://www.univ-orleans.fr/EXT/ASTEX
> ftp://ftp.univ-orleans.fr/pub/tex/PC/AsTeX
> liste de discussion: address@hidden
> Abonnement =E0 la liste: envoyer un message de contenu
> "sub astex Nom Prenom Etablissement" =E0 address@hidden
> 

Do you have 'tr' on mingw?  I could pipe through "tr -d '\015' in the
makefile if that would help.

Take care,


> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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