RE: Delete key... was home directory.

2004-06-16 Thread GARY VANSICKLE
> Am I the only one that thinks reading a 12 page document, and possibly > editing 5 different config files is a hell of a lot of work just to get > the delete key to work?!?!?! No, you're not. Some things Unix got pretty well right early on. Other things, Unix will refuse to ever get right. I

Re:Delete key... was home directory.

2004-06-16 Thread Chris W
Thorsten Kampe wrote: * Chris W (2004-06-16 22:13 +0100) Now if I could just figure out why, when I hit the [Delete] key in bash, I get a '~' character instead of deleting the character the cursor is at, I would be set. At least as far as cygwin goes anyway. Just read the beginning of /e

Embedded Linux building and Cygwin

2004-06-16 Thread Gregg C Levine
Hello from Gregg C Levine Can I use the tools of Cygwin for building Embedded Linux for the SH4 processor that the Dreamcast uses? I normally use one of the current family of distributions, but the tool I use for feeding stuff to the Dreamcast is ignoring the unit, via the Linux system. -

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Pierre A. Humblet
On Wed, Jun 16, 2004 at 06:10:03PM -0700, Rick Rankin wrote: > --- "Pierre A. Humblet" <[EMAIL PROTECTED]> wrote: > > > > Due to the way the debug_printf are located in fhandler_base::open (PTC), > > more information is displayed in case of success than in case of failure. > > So it would be inter

Re: Docs for environ_init?

2004-06-16 Thread Christopher Faylor
On Wed, Jun 16, 2004 at 05:09:17PM -0700, John Hardin wrote: >I've been working on porting UUCP to cygwin, and am tripping over a >problem in uucico/uux that appears to be environment-related. Can >anyone point me at documentation for environ_init()? If you mean the function in cygwin, then there

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Rick Rankin
--- "Pierre A. Humblet" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 16, 2004 at 12:14:49PM -0700, Rick Rankin wrote: > > --- "Pierre A. Humblet" <[EMAIL PROTECTED]> wrote: > > > On Wed, Jun 16, 2004 at 10:10:09AM -0700, Rick Rankin wrote: > > > > > > > > OK, it *must* be something specific to the par

Docs for environ_init?

2004-06-16 Thread John Hardin
All: I've been working on porting UUCP to cygwin, and am tripping over a problem in uucico/uux that appears to be environment-related. Can anyone point me at documentation for environ_init()? Thanks. -- John Hardin KA7OHZ <[EMAIL PROTECTED]> Internal Systems Administra

Re: cp -u always copies all files

2004-06-16 Thread Thorsten Kampe
* Keith Christian (2004-06-17 00:07 +0100) > I'm running this Cygwin distribution on Windows XP Pro: > > CYGWIN_NT-5.1 den-aet-xpw002 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown > unknown Cygwin Shrug. > My most pressing question is why "cp -u" always copies all files instead of > only update

Re: locate lacks -r regular expression flag in Cygwin

2004-06-16 Thread Thorsten Kampe
* Keith Christian (2004-06-17 00:16 +0100) > I'm running this version of Cygwin: > > CYGWIN_NT-5.1 den-aet-xpw002 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown > unknown Cygwin > > on Windows XP Pro. > > On Linux, I use the "-r" flag to search for regular expressions as shown > below: > > $ loc

Re: locate lacks -r regular expression flag in Cygwin

2004-06-16 Thread Brian Ford
On Wed, 16 Jun 2004, Keith Christian wrote: > I'm running this version of Cygwin: > > CYGWIN_NT-5.1 den-aet-xpw002 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown > unknown Cygwin I'd suggest you upgrade unless you have a good reason not to. > on Windows XP Pro. > > On Linux, I use the "-r" flag t

Re: cp -u always copies all files

2004-06-16 Thread Brian Ford
On Wed, 16 Jun 2004, Keith Christian wrote: > I'm running this Cygwin distribution on Windows XP Pro: > > CYGWIN_NT-5.1 den-aet-xpw002 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown > unknown Cygwin > > My most pressing question is why "cp -u" always copies all files instead of > only updated ones.

locate lacks -r regular expression flag in Cygwin

2004-06-16 Thread Keith Christian
I'm running this version of Cygwin: CYGWIN_NT-5.1 den-aet-xpw002 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown Cygwin on Windows XP Pro. On Linux, I use the "-r" flag to search for regular expressions as shown below: $ locate --version GNU locate version 4.1.7 [EMAIL PROTECTED] ~ $ loc

Re: home directory.

2004-06-16 Thread Thorsten Kampe
* Chris W (2004-06-16 22:13 +0100) > Larry Hall wrote: >>Look at 'etc/defaults/etc/profile'. It explains how Cygwin looks for >>and determines what to set HOME to. You should be able to track what's >>going on from there. >> > From what I read there it seems it is setting home based on the value

cp -u always copies all files

2004-06-16 Thread Keith Christian
I'm running this Cygwin distribution on Windows XP Pro: CYGWIN_NT-5.1 den-aet-xpw002 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown Cygwin My most pressing question is why "cp -u" always copies all files instead of only updated ones. I have tried this with several test files, and it never

RE: Rxvt manpage from rxvt 2.7.10-4

2004-06-16 Thread Igor Pechtchanski
On Wed, 16 Jun 2004, cygwin wrote: > > Just change the above sed script. Your problem seems due to the > > spaces left before the .SH tags. Try the following patch.sed: > > > > s/^\.YODLTAGSTART\./\.YYODLTAGSTART\./ > > s/\.YODLTAGSTART\./\r\.YODLTAGSTART\./g > > s/ *\.YODLTAGSTART\. roffcmd //

Re: tcltk-20030901-1 packaging bug?

2004-06-16 Thread Igor Pechtchanski
On Wed, 16 Jun 2004, Brian Ford wrote: > On Wed, 16 Jun 2004, Christopher Faylor wrote: > > > Why would configure care where I built tcl? It sounds like a broken > > configure script to me. > > It doesn't care where you build tcl, but how/where you configured to > install. > > Most configure scri

Re: tcltk-20030901-1 packaging bug?

2004-06-16 Thread Brian Ford
On Wed, 16 Jun 2004, Christopher Faylor wrote: > On Wed, Jun 16, 2004 at 04:06:13PM -0500, Brian Ford wrote: > >On Wed, 16 Jun 2004, Christopher Faylor wrote: > >>Why would configure care where I built tcl? It sounds like a broken > >>configure script to me. > > > >It doesn't care where you built

RE: Rxvt manpage from rxvt 2.7.10-4

2004-06-16 Thread cygwin
> > Just change the above sed script. Your problem seems due to > the spaces > left before the .SH tags. Try the following patch.sed: > > s/^\.YODLTAGSTART\./\.YYODLTAGSTART\./ > s/\.YODLTAGSTART\./\r\.YODLTAGSTART\./g > s/ *\.YODLTAGSTART\. roffcmd // > s/\.YYODLTAGSTART\. roffcmd // > s/\.YO

Re: tcltk-20030901-1 packaging bug?

2004-06-16 Thread Christopher Faylor
On Wed, Jun 16, 2004 at 04:06:13PM -0500, Brian Ford wrote: >On Wed, 16 Jun 2004, Christopher Faylor wrote: >>Why would configure care where I built tcl? It sounds like a broken >>configure script to me. > >It doesn't care where you build tcl, but how/where you configured to >install. I'm sorry.

Re: tcltk-20030901-1 packaging bug?

2004-06-16 Thread Brian Ford
On Wed, 16 Jun 2004, Christopher Faylor wrote: > Why would configure care where I built tcl? It sounds like a broken > configure script to me. It doesn't care where you build tcl, but how/where you configured to install. Most configure scripts that "test" for packages that have pkgconfig style

Re: tcltk-20030901-1 packaging bug?

2004-06-16 Thread Christopher Faylor
On Wed, Jun 16, 2004 at 03:05:57PM -0400, Igor Pechtchanski wrote: >Well, it did hurt me (when building something that depended on Tcl/Tk, >since configure was looking for the libraries in the wrong places). >Hopefully, CGF picks up on this, 'cause it does look like a Cygwin >packaging issue, altho

Re: Minicom for Cygwin

2004-06-16 Thread Baurjan Ismagulov
Hello, Xantius! On Wed, Jun 16, 2004 at 02:14:27PM -0600, Xantius wrote: > Please let me know if you have questions, if people are still > interested in minicom, etc. Definitely. I'm personally accustomed to kermit, but I would love to see minicom as a cygwin package, installable via setup. These

Minicom for Cygwin

2004-06-16 Thread Xantius
I know people have posted questions in the past about getting minicom for Cygwin. I have successfully compiled some binaries under cygwin and have them available on my website at http://www.xantius.com/minicom.html. Please let me know if you have questions, if people are still interested in m

Re: home directory.

2004-06-16 Thread Chris W
Larry Hall wrote: Look at 'etc/defaults/etc/profile'. It explains how Cygwin looks for and determines what to set HOME to. You should be able to track what's going on from there. From what I read there it seems it is setting home based on the values of HOMEDRIVE/HOMEPATH but before it does th

RE: bashrc

2004-06-16 Thread Hannu E K Nevalainen
> From: Chris W > Sent: Wednesday, June 16, 2004 5:05 PM > Where do I put my .bashrc file so it reads my settings and alias commands? This is really off topic, but anyway... Type this at the bash prompt; $ MANPAGER="${MANPAGER}p ^INVOCATION" man bash and hit enter. Read the third paragraph tho

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Pierre A. Humblet
On Wed, Jun 16, 2004 at 12:14:49PM -0700, Rick Rankin wrote: > --- "Pierre A. Humblet" <[EMAIL PROTECTED]> wrote: > > On Wed, Jun 16, 2004 at 10:10:09AM -0700, Rick Rankin wrote: > > > > > > OK, it *must* be something specific to the particular share I've been > > working > > > with. I just mapped

Re: Fun? with NFS

2004-06-16 Thread Baurjan Ismagulov
Hello, Daniel! On Wed, Jun 16, 2004 at 11:49:37AM +0100, Daniel Silverstone wrote: > This, combined with a seeming inability to get uid mapping working has > me very very stuck. This issue has been looked into by a number of people, who apparently have not done this till the end. What I've seen i

Re: License issue

2004-06-16 Thread Baurjan Ismagulov
On Wed, Jun 16, 2004 at 12:53:23PM -0400, Christopher Faylor wrote: > >I see. But I suppose, for an example described in > >http://cygwin.com/ml/cygwin/2004-06/msg00678.html , providing a piece of > >paper with such an offer in the product box should count as fulfilment > >of clause 3b? > So, basic

Re: home directory.

2004-06-16 Thread Larry Hall
At 02:46 PM 6/16/2004, you wrote: >Vince Hoffman wrote: > >>On Wed, 16 Jun 2004, Chris W wrote: >> >> >> >>>It seems that somewhere $HOME is getting set to /cygdrive/c. I want it >>>to be /home/$USER like the /etc/profile would set it to if it wasn't >>>already set to /cygdrive/c. So where do I

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Rick Rankin
--- "Pierre A. Humblet" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 16, 2004 at 10:10:09AM -0700, Rick Rankin wrote: > > > > OK, it *must* be something specific to the particular share I've been > working > > with. I just mapped some other drives from other servers, tried the same > tar > > command,

Re: Rxvt manpage from rxvt 2.7.10-4

2004-06-16 Thread Igor Pechtchanski
On Wed, 16 Jun 2004, cygwin wrote: > The rxvt manpage has some rather strange bits in it, that seem to be > formatting instructions for another app.. > > I found this info searching the archives: > > s/^\.YODLTAGSTART\./\.YYODLTAGSTART\./ > s/\.YODLTAGSTART\./\r\.YODLTAGSTART\./g > s/\.YODLTAGSTAR

Re: tcltk-20030901-1 packaging bug?

2004-06-16 Thread Igor Pechtchanski
Well, it did hurt me (when building something that depended on Tcl/Tk, since configure was looking for the libraries in the wrong places). Hopefully, CGF picks up on this, 'cause it does look like a Cygwin packaging issue, although it could be due to a bug in the TclTk sources. Igor P.S. Oh

Re: man pages formating (msg to Chris)

2004-06-16 Thread Igor Pechtchanski
On Wed, 16 Jun 2004, Cyber.Zombie wrote: > As a way to get past the excessive domain stuff, you can always grab a > subset. Ex: > > mkpasswd -d abaton -u rhannah > > I don't see any similar feature for mkgroup... FWIW, it's rather trivial to add a "-g" option to mkgroup which will restrict i

Re: tcltk-20030901-1 packaging bug?

2004-06-16 Thread Patrick Samson
On january, I already reported this strange pointer: http://sources.redhat.com/ml/insight/2004-q1/msg00028.html But my message is still without any reply. I guess nobody cares since it doesn't hurt. --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > Hi, > Looking at /usr/lib/tclConfig.sh on my sys

Re: home directory.

2004-06-16 Thread Chris W
Vince Hoffman wrote: On Wed, 16 Jun 2004, Chris W wrote: It seems that somewhere $HOME is getting set to /cygdrive/c. I want it to be /home/$USER like the /etc/profile would set it to if it wasn't already set to /cygdrive/c. So where do I change that? Have a look at your windows environme

Rxvt manpage from rxvt 2.7.10-4

2004-06-16 Thread cygwin
The rxvt manpage has some rather strange bits in it, that seem to be formatting instructions for another app.. I found this info searching the archives: s/^\.YODLTAGSTART\./\.YYODLTAGSTART\./ s/\.YODLTAGSTART\./\r\.YODLTAGSTART\./g s/\.YODLTAGSTART\. roffcmd // s/\.YYODLTAGSTART\. roffcmd // s/\.

Re: man pages formating (msg to Chris)

2004-06-16 Thread Larry Hall
At 01:22 PM 6/16/2004, you wrote: >Larry Hall wrote: >>At 11:03 AM 6/16/2004, you wrote: >> >>>When I view man pages it doesn't format them properly, instead it shows codes like >>>ESC[1m . . . how do I fix this? >> >>Check your '/usr/share/misc/man.config' file. Make sure PAGER is set >>to '/usr

Re: home directory.

2004-06-16 Thread Ronald Landheer-Cieslak
Vince Hoffman wrote: On Wed, 16 Jun 2004, Chris W wrote: It seems that somewhere $HOME is getting set to /cygdrive/c. I want it to be /home/$USER like the /etc/profile would set it to if it wasn't already set to /cygdrive/c. So where do I change that? Have a look at your windows environment vari

THANKS for a fantastic product

2004-06-16 Thread Guy Stalnaker
Figure cygwin developers rarely get kudos, but here's one! Cgywin is exactly what I was looking for--a way of running ssh2-compatible terminal shells for access to my production Solaris enviorments that WORK the way they should. SecureCRT was my only option until now, and it was driving me nu

Re: home directory.

2004-06-16 Thread Vince Hoffman
On Wed, 16 Jun 2004, Chris W wrote: > It seems that somewhere $HOME is getting set to /cygdrive/c. I want it > to be /home/$USER like the /etc/profile would set it to if it wasn't > already set to /cygdrive/c. So where do I change that? > Have a look at your windows environment variables. (typ

home directory.

2004-06-16 Thread Chris W
It seems that somewhere $HOME is getting set to /cygdrive/c. I want it to be /home/$USER like the /etc/profile would set it to if it wasn't already set to /cygdrive/c. So where do I change that? -- Chris W Bring Back the HP 15C http://hp15c.org Not getting the gifts you want? The Wish Zone ca

Re: man pages formating (msg to Chris)

2004-06-16 Thread Cyber.Zombie
As a way to get past the excessive domain stuff, you can always grab a subset. Ex: mkpasswd -d abaton -u rhannah I don't see any similar feature for mkgroup... aoratos wrote: Larry Hall wrote: At 11:03 AM 6/16/2004, you wrote: When I view man pages it doesn't format them properly, instead it

Re: bashrc

2004-06-16 Thread Ronald Landheer-Cieslak
Chris W wrote: Where do I put my .bashrc file so it reads my settings and alias commands? In you home directory. You might want to read the output of $ man bash section INVOCATION, for more information about this.. HTH rlc -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

Re: man pages formating (msg to Chris)

2004-06-16 Thread aoratos
Larry Hall wrote: At 11:03 AM 6/16/2004, you wrote: When I view man pages it doesn't format them properly, instead it shows codes like ESC[1m . . . how do I fix this? Check your '/usr/share/misc/man.config' file. Make sure PAGER is set to '/usr/bin/less -isrR'. Chris, I am having the same proble

Re: JNI loading dlls which link to cygwin1.dll

2004-06-16 Thread Ronald Landheer-Cieslak
Have a look at the thread that starts here: http://sources.redhat.com/ml/cygwin/2003-03/msg00795.html If that doesn't help you, please report back :) (In short, that thread lead to the conclusion that there was a problem with the calling convention used. Your linker flag to add stdcall versions o

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Pierre A. Humblet
On Wed, Jun 16, 2004 at 10:10:09AM -0700, Rick Rankin wrote: > > OK, it *must* be something specific to the particular share I've been working > with. I just mapped some other drives from other servers, tried the same tar > command, and it worked just fine. The puzzling part is that on the problem

Re: man pages formating

2004-06-16 Thread Chris W
Larry Hall wrote: At 11:03 AM 6/16/2004, you wrote: When I view man pages it doesn't format them properly, instead it shows codes like ESC[1m . . . how do I fix this? Check your '/usr/share/misc/man.config' file. Make sure PAGER is set to '/usr/bin/less -isrR'. Thanks. I looked and t

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Rick Rankin
--- Rick Rankin <[EMAIL PROTECTED]> wrote: > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > On Jun 15 14:48, Rick Rankin wrote: > > > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > > > On Jun 11 14:02, Rick Rankin wrote: > > > > > After upgrading to 1.5.10, I'm seem to be having a problem

Re: License issue

2004-06-16 Thread Christopher Faylor
On Wed, Jun 16, 2004 at 06:49:44PM +0300, Baurjan Ismagulov wrote: >On Wed, Jun 16, 2004 at 11:25:38AM -0400, Christopher Faylor wrote: >> The reason this doesn't count is not because we have an arbitrary restriction >> on the license. It is because it is extremely unlikely that you are going >> t

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Rick Rankin
--- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Jun 15 14:48, Rick Rankin wrote: > > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > > On Jun 11 14:02, Rick Rankin wrote: > > > > After upgrading to 1.5.10, I'm seem to be having a problem creating > files > > > on > > > > network drives usi

RE: sunrpc librairie

2004-06-16 Thread Robb, Sam
> Hello, > > i'm trying to port a program using rpc calls to cygwin. > But when i > compiled using the headers from the sunrpc package i > discovered that in > clnt.h all the arguments of functions are in commentary: > > /* > * Print why creation failed > */ > void clnt_pcreateerror(/*

Re: Network path with underscore error

2004-06-16 Thread Larry Hall
At 09:54 AM 6/16/2004, you wrote: >Hi, >i can't compile with GCC under cygwin if my files are on network drive ! >Compilation failed because of make can't find sources files. >I have mount this drive with command like : mount -s f: /f or mount -s -t f: >/f >If i change one directoy of sources n

Re: JNI loading dlls which link to cygwin1.dll

2004-06-16 Thread Larry Hall
At 08:23 AM 6/16/2004, you wrote: >I have been attempting to port a large program from >Linux to Windows using Cygwin. The program is written >in Java, C and C++; using the JNI to link them >together. > >I have successfully compiled and linked all of the C >and C++ code using Cygwin, and successfu

Re: License issue

2004-06-16 Thread Baurjan Ismagulov
Hello, Christopher! On Wed, Jun 16, 2004 at 11:25:38AM -0400, Christopher Faylor wrote: > The reason this doesn't count is not because we have an arbitrary restriction > on the license. It is because it is extremely unlikely that you are going > to send a postal mail offer to every person who acq

Re: invalid mounts after inst of cygwin1.5.10.3

2004-06-16 Thread Christopher Faylor
On Wed, Jun 16, 2004 at 10:54:46AM +0200, Gerrit P. Haase wrote: >Well, I have some problems with 1.5.10, e.g. I couldn't build parts of >libgcj (jv-convert), but it was possible to build a complete gcc-3.3.3 >without libgcj. If you want this 1.5.10 problem solved, you are going to have to expend

Re: RE : Openssh Source

2004-06-16 Thread Christopher Faylor
On Wed, Jun 16, 2004 at 02:42:10PM +0200, Corinna Vinschen wrote: >On Jun 16 13:16, RITTER, Philippe wrote: >> I don't now, because I click in "Src?" on the line 3.8.1p1-1 ? Is there an >> alternative in cygwin setup ? I will download it manually from my mirror >> server. > >Weird, but you're right

Re: rexecd: connection reset by peer

2004-06-16 Thread John Hardin
On Wed, 2004-06-16 at 00:19, Corinna Vinschen wrote: > On Jun 15 17:20, John Hardin wrote: > > All (esp. Corinna and Larry Hall): > > > > I have inetutils installed, inetd set up as a service, and rexec is > > enabled. > > > > It "works", but there's a problem: > > > > [EMAIL PROTECTED] rexec

Re: License issue

2004-06-16 Thread Christopher Faylor
On Wed, Jun 16, 2004 at 03:59:29PM +0300, Baurjan Ismagulov wrote: >On Wed, Jun 16, 2004 at 02:45:19PM +0200, Corinna Vinschen wrote: >> Huh? That's exactly section 3a, just take the "accompany" literally. > >Ok, thanks. > >> We don't distribute Cygwin under the 3b clause so that doesn't count >>

RE: bashrc

2004-06-16 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Chris W > Sent: 16 June 2004 16:05 > To: cygwin > Subject: bashrc > > Where do I put my .bashrc file so it reads my settings and > alias commands? ~ cheers, DaveK -- Can't think of a witty .sigline today -- Unsubs

Re: man pages formating

2004-06-16 Thread Larry Hall
At 11:03 AM 6/16/2004, you wrote: >When I view man pages it doesn't format them properly, instead it shows codes like >ESC[1m . . . how do I fix this? > Check your '/usr/share/misc/man.config' file. Make sure PAGER is set to '/usr/bin/less -isrR'. -- Larry Hall

Re: License issue

2004-06-16 Thread Baurjan Ismagulov
On Wed, Jun 16, 2004 at 03:56:20PM +0200, Corinna Vinschen wrote: > What this company can not do is, to rely on Red Hat > to keep sources for three years and then point their customers to the > Red Hat web page. If they do, they are infringing the licensing. I see your point, thanks much for the

bashrc

2004-06-16 Thread Chris W
Where do I put my .bashrc file so it reads my settings and alias commands? -- Chris W Bring Back the HP 15C http://hp15c.org Not getting the gifts you want? The Wish Zone can help. http://thewishzone.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: htt

man pages formating

2004-06-16 Thread Chris W
When I view man pages it doesn't format them properly, instead it shows codes like ESC[1m . . . how do I fix this? -- Chris W Bring Back the HP 15C http://hp15c.org Not getting the gifts you want? The Wish Zone can help. http://thewishzone.com -- Unsubscribe info: http://cygwin.com/ml/#uns

Re: Can you help me?

2004-06-16 Thread Larry Hall
At 04:39 AM 6/16/2004, you wrote: >Why file name with Chinese characters can't be displayed correctly when I use comman >"LS" under cygwin? There are just a cluster of "" there. See 'man ls'. Look for '--show-control-chars'. BTW, this issue isn't Cygwin specific so if you run into simila

Re: License issue

2004-06-16 Thread Corinna Vinschen
On Jun 16 16:38, Baurjan Ismagulov wrote: > On Wed, Jun 16, 2004 at 03:10:48PM +0200, Corinna Vinschen wrote: > > > > We don't distribute Cygwin under the 3b clause so that doesn't count > > > > here at all. > > > This was my point. I couldn't find this on the web page; I'd like to see > > > it men

Network path with underscore error

2004-06-16 Thread Douheret
Hi, i can't compile with GCC under cygwin if my files are on network drive ! Compilation failed because of make can't find sources files. I have mount this drive with command like : mount -s f: /f or mount -s -t f: /f If i change one directoy of sources named 'ver_100' to 'ver100', compilat

prime95 adversely affects update on w2k (resolved)

2004-06-16 Thread Neil Somos
I can not reproduce the problem I had experienced, and after reviewing the setup log, understand my failure to exit all cygwin apps prior to the update played a part in the difficulties I faced. While prime95 may well have been a factor, it was only so in unusual circumstances. To simplify my life

Re: License issue

2004-06-16 Thread Baurjan Ismagulov
On Wed, Jun 16, 2004 at 03:10:48PM +0200, Corinna Vinschen wrote: > > > We don't distribute Cygwin under the 3b clause so that doesn't count > > > here at all. > > This was my point. I couldn't find this on the web page; I'd like to see > > it mentioned (please point me to the text if I overlooked

Re: Problem creating files on network drives with cygwin 1.5.10-3 and tar

2004-06-16 Thread Corinna Vinschen
On Jun 15 14:48, Rick Rankin wrote: > --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > > On Jun 11 14:02, Rick Rankin wrote: > > > After upgrading to 1.5.10, I'm seem to be having a problem creating files > > on > > > network drives using tar. For quite a while now (a couple of years, at > > least

Re: License issue

2004-06-16 Thread Corinna Vinschen
On Jun 16 15:59, Baurjan Ismagulov wrote: > On Wed, Jun 16, 2004 at 02:45:19PM +0200, Corinna Vinschen wrote: > > We don't distribute Cygwin under the 3b clause so that doesn't count > > here at all. > > This was my point. I couldn't find this on the web page; I'd like to see > it mentioned (pleas

RE : RE : Openssh Source

2004-06-16 Thread RITTER, Philippe
On Jun 16 13:16, RITTER, Philippe wrote: > I don't now, because I click in "Src?" on the line 3.8.1p1-1 ? Is there an > alternative in cygwin setup ? I will download it manually from my mirror > server. Weird, but you're right. The same happens for me. Looks like a bug in setup.exe. OK, Happy

Re: License issue

2004-06-16 Thread Baurjan Ismagulov
On Wed, Jun 16, 2004 at 02:45:19PM +0200, Corinna Vinschen wrote: > Huh? That's exactly section 3a, just take the "accompany" literally. Ok, thanks. > We don't distribute Cygwin under the 3b clause so that doesn't count > here at all. This was my point. I couldn't find this on the web page; I'

JNI loading dlls which link to cygwin1.dll

2004-06-16 Thread Andrew Hinton
I have been attempting to port a large program from Linux to Windows using Cygwin. The program is written in Java, C and C++; using the JNI to link them together. I have successfully compiled and linked all of the C and C++ code using Cygwin, and successfully executed a test program written in C+

Re: Getting error "Mount Device busy" when running tests build with Cygwin

2004-06-16 Thread Corinna Vinschen
On Jun 15 19:38, Johnny Willemsen wrote: > Hi all, > > I am working on the port of ACE/TAO to Cygwin (see www.cs.wustl.edu/~schmidt > for info ACE/TAO). In short ACE is a framework for developing portable C++ > applications, TAO is a open source Corba implementation. The last months I > have impro

Re: Macros "major" and "minor"

2004-06-16 Thread Corinna Vinschen
On Jun 15 14:41, Martin Magnusson wrote: > I recently ran into problems when compiling a matrix library containing > a function called "minor". Apparently, the file > /usr/include/sys/sysmacros.h has the following definitions: > > #ifdef __CYGWIN_USE_BIG_TYPES__ > #define major(dev) ((int)(((dev

Re: License issue

2004-06-16 Thread Corinna Vinschen
On Jun 16 15:11, Baurjan Ismagulov wrote: > Hello, Corinna! > > On Wed, Jun 16, 2004 at 01:11:52PM +0200, Corinna Vinschen wrote: > > If you don't provide the sources on the same medium as the binaries, > > you're infringing the Cygwin license. > > I couldn't find this information (about the same

Re: RE : Openssh Source

2004-06-16 Thread Corinna Vinschen
On Jun 16 13:16, RITTER, Philippe wrote: > I don't now, because I click in "Src?" on the line 3.8.1p1-1 ? Is there an > alternative in cygwin setup ? I will download it manually from my mirror > server. Weird, but you're right. The same happens for me. Looks like a bug in setup.exe. > -Mess

Re: License issue

2004-06-16 Thread Baurjan Ismagulov
Hello, Corinna! On Wed, Jun 16, 2004 at 01:11:52PM +0200, Corinna Vinschen wrote: > If you don't provide the sources on the same medium as the binaries, > you're infringing the Cygwin license. I couldn't find this information (about the same medium) on http://cygwin.com/licensing.html. IANAL, but

RE : Openssh Source

2004-06-16 Thread RITTER, Philippe
I don't now, because I click in "Src?" on the line 3.8.1p1-1 ? Is there an alternative in cygwin setup ? I will download it manually from my mirror server. Thanks -Message d'origine- De : Corinna Vinschen [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 16. juin 2004 13:05 À : [EMAIL PROTECT

Re: License issue

2004-06-16 Thread Corinna Vinschen
On Jun 16 13:36, Jani tiainen wrote: > Corinna Vinschen wrote: > >On Jun 15 13:51, Avraham H. Fraenkel wrote: > >>If I am writing a short C program, comply it with GCC, and put the exe > >>and the cygwin dll in my site, should I add something? > > > >Yes, the sources of your application as well as

Re: Openssh Source

2004-06-16 Thread Corinna Vinschen
On Jun 16 12:19, RITTER, Philippe wrote: > Hello > > I just downloaded OpenSSH 3.8.1p1 Source, but I get this file : > openssh-3.8p1-1-src.tar.bz2 > > Is this really the latest version of the source that build openssh-3.8.1p1 ? > Because version.h is #define SSH_VERSION "OpenSSH_3.8p1" and a

Fun? with NFS

2004-06-16 Thread Daniel Silverstone
Hi, I have been trying to get the NFS service working and have encountered untold issues. First and foremost, I can no longer get it to export at all.. I have: / olympia(rw,insecure,no_root_squash,map_static=/etc/nfs/mipsuk.map) in /etc/exports but the client machine (olympia) gets: Jun 16 1

Re: License issue

2004-06-16 Thread Jani tiainen
Corinna Vinschen wrote: On Jun 15 13:51, Avraham H. Fraenkel wrote: If I am writing a short C program, comply it with GCC, and put the exe and the cygwin dll in my site, should I add something? Yes, the sources of your application as well as the sources of the Cygwin DLL, according to the GPL. I

Openssh Source

2004-06-16 Thread RITTER, Philippe
Hello I just downloaded OpenSSH 3.8.1p1 Source, but I get this file : openssh-3.8p1-1-src.tar.bz2 Is this really the latest version of the source that build openssh-3.8.1p1 ? Because version.h is #define SSH_VERSION "OpenSSH_3.8p1" and an ssh -v give OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 20

RE: ssh become slower and slower?

2004-06-16 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Jacek Trzmiel > Sent: 15 June 2004 21:40 > Dave Korn wrote: > > You're telling someone to go online and test > their ssh client's > > connection with their firewall and antivirus down? > > > > Is this some kind of really mean prac

RE: Ctrl-Z fails to suspend Windows programs

2004-06-16 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Jani tiainen > Sent: 16 June 2004 06:13 > To: cygwin > Subject: Re: Ctrl-Z fails to suspend Windows programs > > Christopher Faylor wrote: > > There is no way to reliably suspend a Windows programs. > > Yes there is ( piece of pseudo

Re: Annoucement: GCC-3.4.0 binary release candidat

2004-06-16 Thread Gerrit P. Haase
Brian, >> On Mon, 14 Jun 2004, Gerrit P. Haase wrote: >>> I was able to build the whole GCC suite including Pascal, Modula 2, D >>> and also Java without problems now, after I downgraded to cygwin-1.5.9. >>> Which version of cygwin did you use to build Java? I'm asking since >>> the Java build

Re: Annoucement: GCC-3.4.0 binary release candidat

2004-06-16 Thread Gerrit P. Haase
Brian schrieb: > On Mon, 14 Jun 2004, Gerrit P. Haase wrote: >> I was able to build the whole GCC suite including Pascal, Modula 2, D >> and also Java without problems now, after I downgraded to cygwin-1.5.9. >> Which version of cygwin did you use to build Java? I'm asking since >> the Java bui

Re: invalid mounts after inst of cygwin1.5.10.3

2004-06-16 Thread Gerrit P. Haase
Pierre wrote: > On Mon, Jun 14, 2004 at 05:29:24PM +0200, Gerrit P. Haase wrote: >> Hi Pierre, >> >> you wrote: >> > When you run setup, third screen, where you specify the root >> > directory. Does it have a final \ ? If so, remove it. >> > See also below. >> >> Unfortunately this is not possib

Re: invalid mounts after inst of cygwin1.5.10.3

2004-06-16 Thread Gerrit P. Haase
Christopher wrote: > On Mon, Jun 14, 2004 at 05:29:24PM +0200, Gerrit P. Haase wrote: >>Hi Pierre, >> >>you wrote: >>> When you run setup, third screen, where you specify the root >>> directory. Does it have a final \ ? If so, remove it. >>> See also below. >> >>Unfortunately this is not possible

Can you help me?

2004-06-16 Thread boli
Why file name with Chinese characters can't be displayed correctly when I use comman "LS" under cygwin? There are just a cluster of "" there. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: Running ssh from procmail

2004-06-16 Thread Corinna Vinschen
On Jun 15 20:02, Peter Wisnovsky wrote: > No such luck...moreover wouldn't a missing binary or dll lead to a link > or exec failure? Not in this case since the WinSock DLL is loaded dynamically at runtime. The error messages seem to indicate that the child process couldn't find the WinSock DLL a

Re: rexecd: connection reset by peer

2004-06-16 Thread Corinna Vinschen
On Jun 15 17:20, John Hardin wrote: > All (esp. Corinna and Larry Hall): > > I have inetutils installed, inetd set up as a service, and rexec is > enabled. > > It "works", but there's a problem: > > [EMAIL PROTECTED] rexec cygbox pwd > Password: > /home/me > rexec: Error in read from rem

Re: internet service

2004-06-16 Thread Corinna Vinschen
On Jun 15 19:01, Joshua Daniel Franklin wrote: > On Tue, 15 Jun 2004 21:59:23 -0400, news.gosonic.com wrote: > > Does anyone know how to start internet service on cygwin? I am using the > > latest version of cygwin, I tried some instructions on the internet, they > > don't work. > > Do you mean in

Re: is it ok to ship cygwin.dll with an application covered by BSD?

2004-06-16 Thread Corinna Vinschen
On Jun 15 11:00, Britton Kerin wrote: > case. We have tried hard to get the system going using mingwin and the > cygwin.a library, which we understand is ok to use, but it doesn't quite > work, some important libraries fail to build. With cygwin.dll, > everything is beautiful. That was to be