public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin and CR/LF
@ 2000-09-21  9:33 Emmanuel Blot
  2000-09-21 14:27 ` Chris Faylor
  0 siblings, 1 reply; 7+ messages in thread
From: Emmanuel Blot @ 2000-09-21  9:33 UTC (permalink / raw)
  To: cygwin

Hello,

I still have some difficulties with the CR/LF conversion provided with
cygwin (dll 1.1.4)

I would like that the 'echo' command does _not_ produce CR/LF dual chars,
but only the Unix LF.
I've tried to set the environment variable CYGWIN to binmode then to
nobinmode and the results is always the same: CR,LF.  What should I do

I need this command to work with the cpio command:

echo 'file1' >> filelist
echo 'file2' >> filelist
...
cat filelist | cpio -pdu

the problem is that cpio gets the \r\n and is unable to interpret the
pathnames
I also tried with the tar command, and I get the same errors.

By the way, I have also tried to set the CYGWIN32 environment variable to
binmode / nobinmode.

What is the difference between CYGWIN  and CYGWIN32  ??

Anyone can help me ?

Thanks,
Emmanuel.



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Cygwin and CR/LF
  2000-09-21  9:33 Cygwin and CR/LF Emmanuel Blot
@ 2000-09-21 14:27 ` Chris Faylor
       [not found]   ` <01ab01c02494$50bae800$e5dc9c81@ireland.sun.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Chris Faylor @ 2000-09-21 14:27 UTC (permalink / raw)
  To: cygwin

On Thu, Sep 21, 2000 at 05:28:42PM +0100, Emmanuel Blot wrote:
>Hello,
>
>I still have some difficulties with the CR/LF conversion provided with
>cygwin (dll 1.1.4)
>
>I would like that the 'echo' command does _not_ produce CR/LF dual chars,
>but only the Unix LF.
>I've tried to set the environment variable CYGWIN to binmode then to
>nobinmode and the results is always the same: CR,LF.  What should I do
>
>I need this command to work with the cpio command:
>
>echo 'file1' >> filelist
>echo 'file2' >> filelist
>...
>cat filelist | cpio -pdu

If filelist is on a directory mounted as -b, then this takes precedence.

CYGWIN=binmode only works when you are not a child of a bash shell.


>What is the difference between CYGWIN  and CYGWIN32  ??

CYGWIN32 is no longer supported.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Cygwin and CR/LF
       [not found]   ` <01ab01c02494$50bae800$e5dc9c81@ireland.sun.com>
@ 2000-09-22  9:54     ` Chris Faylor
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Faylor @ 2000-09-22  9:54 UTC (permalink / raw)
  To: Emmanuel Blot; +Cc: cygwin

On Fri, Sep 22, 2000 at 01:54:59PM +0100, Emmanuel Blot wrote:
>> If filelist is on a directory mounted as -b, then this takes precedence.
>Everything is mounted by default, I've changed nothing:
>
>D: is my data drive, FAT32 ----> //D for cygwin
>E: is my main Win2k drive, NTFS  ---> //E for cygwin
>E:\cygwin is the top dir of cygwin ---> /  for cygwin
>
>What are the default mount settings for those drives ?

The mount command shows you what directories are mounted as what.

>> CYGWIN=binmode only works when you are not a child of a bash shell.
>
>Not sure to understand that.
>I have put
>set CYGWIN=binmode
>in the cygwin.bat file that launch the bash script

The CYGWIN=binmode setting has no effect on ">" redirection
under the bash or ash shell (or any shell for that matter).

It will only effect ">" redirection when used directly from the
windows command shell, e.g.

c:\>ls > foo

The reason for this is that when you use "> foo" in bash or ash,
cygwin resolves foo to the current directory and can determine if the
directory is mounted binmode (-b) or not.

When you use redirection outside of the cygwin environment, the only thing
that cygwin knows about its standard output is that it is a disk file.  It
has no idea where the file 'foo' lives.

>Where it would work, where it would not work ?

Hopefully that explains it.  If it doesn't then please send email
to the cygwin list, not to me personally.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Cygwin and CR/LF
@ 2000-09-21 12:48 Earnie Boyd
  0 siblings, 0 replies; 7+ messages in thread
From: Earnie Boyd @ 2000-09-21 12:48 UTC (permalink / raw)
  To: Emmanuel Blot; +Cc: cygwin users

--- Emmanuel Blot <emmanuel.blot@ireland.sun.com> wrote:
> > Ok, you've two version of the cygwin dll.  The old one is in
> /epoch32/gcc/bin
> > and appears to be around version b18 based on the date.  It also has
> registry
> > entries indicating that it should process in text mode.
> >
> > Since, I can't reproduce your problem I'd suggest that you remove the
> > references to epoch32/gcc/bin from your PATH.
> 
> Ok, thanks.
> 
> May I leave the registry entries since I really need to work with this
> [awful] development kit (epoc) ?
> 

Yes, the registry entries are fine.  You just can't have both versions of
Cygwin on the PATH at the same time.

Cheers,

=====
--- < http://earniesystems.safeshopper.com > ---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
           __Minimalist GNU for Windows__
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Cygwin and CR/LF
@ 2000-09-21 10:59 Earnie Boyd
  0 siblings, 0 replies; 7+ messages in thread
From: Earnie Boyd @ 2000-09-21 10:59 UTC (permalink / raw)
  To: Emmanuel Blot, cygwin

--- Emmanuel Blot <emmanuel.blot@ireland.sun.com> wrote:
> > Paste the output of `cygcheck -s -r -v' in a mail to the list, not to me.
> 
> Here it is. Should I have a look at a specific point ?
> 

Ok, you've two version of the cygwin dll.  The old one is in /epoch32/gcc/bin
and appears to be around version b18 based on the date.  It also has registry
entries indicating that it should process in text mode.

Since, I can't reproduce your problem I'd suggest that you remove the 
references to epoch32/gcc/bin from your PATH.

BTW, CYGWIN vs CYGWIN32,  CYGWIN32 was used in version b19, it was changed to
CYGWIN in version b20.

>   586k 2000/08/04 E:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>                   "cygwin1.dll" v0.0 ts=2000/8/4 1:53
>     Cygwin DLL version info:
>         dll major: 1001
>         dll minor: 4
>         dll epoch: 19
>         dll bad signal mask: 19005
>         dll old termios: 5
>         api major: 0
>         api minor: 26
>         shared data: 3
>         dll identifier: cygwin1
>         mount registry: 2
>         cygnus registry name: Cygnus Solutions
>         cygwin registry name: Cygwin
>         program options name: Program Options
>         cygwin mount registry name: mounts v2
>         build date: Thu Aug 3 20:53:46 EDT 2000
>         CVS tag: cygwin-1-1-4
>         shared id: cygwin1S3
> 
>  1541k 1996/05/07 s:\epoc32\gcc\bin\CYGWIN.DLL - os=4.0 img=1.0 sys=4.0
>                   "cygwin.dll" v0.0 ts=1996/5/8 3:20
> Use -h to see help about each section
> 

Cheers,

=====
--- < http://earniesystems.safeshopper.com > ---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
           __Minimalist GNU for Windows__
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Cygwin and CR/LF
  2000-09-21  9:37 Earnie Boyd
@ 2000-09-21  9:44 ` Emmanuel Blot
  0 siblings, 0 replies; 7+ messages in thread
From: Emmanuel Blot @ 2000-09-21  9:44 UTC (permalink / raw)
  To: cygwin

> Paste the output of `cygcheck -s -r -v' in a mail to the list, not to me.

Here it is. Should I have a look at a specific point ?

Thanks,
Emmanuel.

------

Cygnus Win95/NT Configuration Diagnostics
Current System Time: Thu Sep 21 17:37:54 2000

WinNT Ver 5.0 build 2195

Path: /usr/local/bin
 /usr/bin
 /usr/bin
 /cygdrive/e/WINNT/system32
 /cygdrive/e/WINNT
 /cygdrive/e/WINNT/System32/Wbem
 /cygdrive/e/PROGRA~1/Perl/bin
 /usr/bin
 /cygdrive/e/PROGRA~1/Tools
 /cygdrive/s/epoc32/gcc/bin
 /cygdrive/s/epoc32/tools
 /cygdrive/e/Java/JDK12~1.2/bin
 /cygdrive/e/PROGRA~1/VISUAL~1/Common/Tools/WinNT
 /cygdrive/e/PROGRA~1/VISUAL~1/Common/MSDev98/Bin
 /cygdrive/e/PROGRA~1/VISUAL~1/Common/Tools
 /cygdrive/e/PROGRA~1/VISUAL~1/VC98/bin
 .

SysDir: E:\WINNT\System32
WinDir: E:\WINNT

HOME = `/cygdrive/e'
MAKE_MODE = `unix'
PWD = `//D/Development/sun/midp-fcs/build/win32'
USER = `eb111734'

!E: = `E:\cygwin\bin'
ALLUSERSPROFILE = `E:\Documents and Settings\All Users'
APPDATA = `E:\Documents and Settings\Emmanuel Blot\Application Data'
COMMONPROGRAMFILES = `E:\Program Files\Common Files'
COMPUTERNAME = `OULX'
COMSPEC = `E:\WINNT\system32\cmd.exe'
HOMEDRIVE = `E:'
HOMEPATH = `\'
HOSTNAME = `OULX'
HOSTTYPE = `i586'
INCLUDE = `E:\Program Files\VisualStudio\VC98\atl\include;E:\Program
Files\VisualStudio\VC98\mfc\include;E:\Program
Files\VisualStudio\VC98\include'
LIB = `E:\Program Files\VisualStudio\VC98\mfc\lib;E:\Program
Files\VisualStudio\VC98\lib'
LOGONSERVER = `\\OULX'
MACHTYPE = `i586-pc-cygwin'
MSDEVDIR = `E:\Program Files\VisualStudio\Common\MSDev98'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `//D/Development/sun/midp-fcs'
OS2LIBPATH = `E:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
OSTYPE = `cygwin'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 3, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0803'
PROGRAMFILES = `E:\Program Files'
PROMPT = `$P$G'
PS1 = `^[]0;\w\a
^[[32m\u@\h ^[[33m\w^[[0m
$ '
ROOTDIR = `e:/PROGRA~1/Mks'
SHELL = `e:/PROGRA~1/Mks/mksnt/sh.exe'
SHLVL = `1'
SYSTEMDRIVE = `E:'
SYSTEMROOT = `E:\WINNT'
TEMP = `/cygdrive/e/DOCUME~1/EMMANU~1/LOCALS~1/Temp'
TERM = `cygwin'
USERDOMAIN = `OULX'
USERNAME = `eb111734'
USERPROFILE = `E:\Documents and Settings\Emmanuel Blot'
WINDIR = `E:\WINNT'
_ = `/usr/bin/cygcheck'
TZ = `GMTST0GMTDT-1,M3.5.0/1,M10.5.0/2'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000020
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
  (default) = `E:'
  unix = `/'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Support
HKEY_CURRENT_USER\Software\Cygnus Support\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Support\CYGWIN.DLL setup\b15.0
  (default) = 0x00000008
HKEY_CURRENT_USER\Software\Cygnus Support\CYGWIN.DLL setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Support\CYGWIN.DLL setup\b15.0\mounts\00
  (default) = `\\.\tape1:'
  unix = `/dev/st1'
  fmixed = 0x00000000
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Support\CYGWIN.DLL setup\b15.0\mounts\01
  (default) = `\\.\tape0:'
  unix = `/dev/st0'
  fmixed = 0x00000000
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Support\CYGWIN.DLL setup\b15.0\mounts\02
  (default) = `\\.\b:'
  unix = `/dev/fd1'
  fmixed = 0x00000000
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Support\CYGWIN.DLL setup\b15.0\mounts\03
  (default) = `\\.\a:'
  unix = `/dev/fd0'
  fmixed = 0x00000000
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Support\CYGWIN.DLL setup\b15.0\mounts\04
  (default) = `S:'
  unix = `/'
  fmixed = 0x00000000
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrd
er\Start Menu\Programs\Cygnus Solutions
  (default) = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `E:/cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `E:/cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `E:/cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\00
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\01
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\02
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\03
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\04
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\05
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\06
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\07
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\08
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\09
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0E
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\0F
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\10
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\11
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\12
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\13
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\14
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\15
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\16
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\17
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\18
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\19
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\1A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\1B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\1C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL
setup\b15.0\mounts\1D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32

a:  fd  FAT        1Mb  13% CP    UN
c:  hd  FAT32   1534Mb  75% CP    UN           WINDOWS-98
d:  hd  FAT32   4838Mb  26% CP    UN           DATA
e:  hd  NTFS    3074Mb  79% CP CS UN PA FC     Windows-2000
f:  cd  CDFS     558Mb 100%    CS UN           Oulx-Install-1
h:  net NTFS    8425Mb  73% CP CS              ????
i:  net NTFS    4030Mb  29%          PA        ??
r:  net NTFS    4030Mb  29%          PA        ??
s:  net FAT     4838Mb  26% CP    UN           DATA
x:  net NTFS   15405Mb  11% CP CS              ???

E:\cygwin\bin  /usr/bin  system  binmode
E:\cygwin\lib  /usr/lib  system  binmode
E:\cygwin  /        system  binmode

Found: E:\cygwin\bin\bash.exe
Found: E:\cygwin\bin\cat.exe
Found: E:\cygwin\bin\cpp.exe
Found: s:\epoc32\gcc\bin\cpp.exe
Warning: E:\cygwin\bin\cpp.exe hides s:\epoc32\gcc\bin\cpp.exe
Found: E:\cygwin\bin\find.exe
Found: E:\cygwin\bin\gcc.exe
Found: s:\epoc32\gcc\bin\gcc.exe
Warning: E:\cygwin\bin\gcc.exe hides s:\epoc32\gcc\bin\gcc.exe
Found: E:\cygwin\bin\gdb.exe
Found: s:\epoc32\gcc\bin\gdb.exe
Warning: E:\cygwin\bin\gdb.exe hides s:\epoc32\gcc\bin\gdb.exe
Found: E:\cygwin\bin\ld.exe
Found: s:\epoc32\gcc\bin\ld.exe
Warning: E:\cygwin\bin\ld.exe hides s:\epoc32\gcc\bin\ld.exe
Found: E:\cygwin\bin\ls.exe
Found: E:\cygwin\bin\make.exe
Found: E:\cygwin\bin\sh.exe

   83k 2000/06/11 E:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitcl30.dll" v0.0 ts=2000/6/11 4:34
   35k 2000/06/11 E:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitk30.dll" v0.0 ts=2000/6/11 4:34
  402k 2000/06/11 E:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtcl80.dll" v0.0 ts=2000/6/11 4:30
    5k 2000/06/11 E:\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
   10k 2000/06/11 E:\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtclreg80.dll" v0.0 ts=2000/6/11 4:30
  639k 2000/06/11 E:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtk80.dll" v0.0 ts=2000/6/11 4:34
  586k 2000/08/04 E:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2000/8/4 1:53
    Cygwin DLL version info:
        dll major: 1001
        dll minor: 4
        dll epoch: 19
        dll bad signal mask: 19005
        dll old termios: 5
        api major: 0
        api minor: 26
        shared data: 3
        dll identifier: cygwin1
        mount registry: 2
        cygnus registry name: Cygnus Solutions
        cygwin registry name: Cygwin
        program options name: Program Options
        cygwin mount registry name: mounts v2
        build date: Thu Aug 3 20:53:46 EDT 2000
        CVS tag: cygwin-1-1-4
        shared id: cygwin1S3

 1541k 1996/05/07 s:\epoc32\gcc\bin\CYGWIN.DLL - os=4.0 img=1.0 sys=4.0
                  "cygwin.dll" v0.0 ts=1996/5/8 3:20
Use -h to see help about each section



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Cygwin and CR/LF
@ 2000-09-21  9:37 Earnie Boyd
  2000-09-21  9:44 ` Emmanuel Blot
  0 siblings, 1 reply; 7+ messages in thread
From: Earnie Boyd @ 2000-09-21  9:37 UTC (permalink / raw)
  To: Emmanuel Blot, cygwin

--- Emmanuel Blot <emmanuel.blot@ireland.sun.com> wrote:
> Hello,
> 
> I still have some difficulties with the CR/LF conversion provided with
> cygwin (dll 1.1.4)
> 
> I would like that the 'echo' command does _not_ produce CR/LF dual chars,
> but only the Unix LF.
> I've tried to set the environment variable CYGWIN to binmode then to
> nobinmode and the results is always the same: CR,LF.  What should I do
> 
> I need this command to work with the cpio command:
> 
> echo 'file1' >> filelist
> echo 'file2' >> filelist
> ...
> cat filelist | cpio -pdu
> 
> the problem is that cpio gets the \r\n and is unable to interpret the
> pathnames
> I also tried with the tar command, and I get the same errors.
> 
> By the way, I have also tried to set the CYGWIN32 environment variable to
> binmode / nobinmode.
> 
> What is the difference between CYGWIN  and CYGWIN32  ??
> 
> Anyone can help me ?
> 

Paste the output of `cygcheck -s -r -v' in a mail to the list, not to me.

Cheers,

=====
--- < http://earniesystems.safeshopper.com > ---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
           __Minimalist GNU for Windows__
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2000-09-22  9:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-21  9:33 Cygwin and CR/LF Emmanuel Blot
2000-09-21 14:27 ` Chris Faylor
     [not found]   ` <01ab01c02494$50bae800$e5dc9c81@ireland.sun.com>
2000-09-22  9:54     ` Chris Faylor
2000-09-21  9:37 Earnie Boyd
2000-09-21  9:44 ` Emmanuel Blot
2000-09-21 10:59 Earnie Boyd
2000-09-21 12:48 Earnie Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).