RE: SSH + CVS But no login.

2004-10-05 Thread Michael Jervis
>Do you Google: ? Ah, yeah. Um. I have a nasty head cold and was in a rush. No idea why I didn't google but that works just lovely thank you. Next question: I've just deleted the various Guest/System accounts from my passwd file. This wont' b

Re: Problem with man

2004-10-05 Thread Igor Pechtchanski
On Wed, 6 Oct 2004, Alex Vinokur wrote: > Hi, > > I have a problem with man. > > $ man ps > > Unrecognized line in config file (ignored) > JNROFF LANG=ja_JP.UTF-8 /usr/bin/groff -Tnippon -mandocj > Unrecognized line in config file (ignored) > KNROFF /usr/bin/groff -Tkorean -mandoc > Unrecognized

Re: Problem with man

2004-10-05 Thread Dr. Volker Zell
> Alex Vinokur writes: > Hi, > I have a problem with man. > $ man ps > Unrecognized line in config file (ignored) > JNROFF LANG=ja_JP.UTF-8 /usr/bin/groff -Tnippon -mandocj > Unrecognized line in config file (ignored) > KNROFF /usr/bin/groff -Tkorean -mandoc

Problem with man

2004-10-05 Thread Alex Vinokur
Hi, I have a problem with man. $ man ps Unrecognized line in config file (ignored) JNROFF LANG=ja_JP.UTF-8 /usr/bin/groff -Tnippon -mandocj Unrecognized line in config file (ignored) KNROFF /usr/bin/groff -Tkorean -mandoc Unrecognized line in config file (ignored) JNEQN /usr/bin/eqn

Re: Request for a version/ revision/ release number for the whole Cygwin release/ distribution

2004-10-05 Thread Karl M
Hi All... What about calling it B21? ":> " ... From: Joshua Daniel Franklin <[EMAIL PROTECTED]> Reply-To: Joshua Daniel Franklin <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Request for a version/ revision/ release number for the who

Re: Request for a version/ revision/ release number for the whole Cygwin release/ distribution

2004-10-05 Thread Joshua Daniel Franklin
On Thu, 30 Sep 2004 22:31:26 -0700, David Christensen wrote: > Per the Cygwin FAQ (http://cygwin.com/faq.html): > > "If you are looking for the version number for the whole Cygwin > release, there is none. Each package in the Cygwin release has its own > version. The packages in Cygwin are

RE: Weird bug with cp -f [solution that works for me]

2004-10-05 Thread Gary R. Van Sickle
> > The moral of the story is "Expect illogical issues to crop > up if you > > run invasive programs that install low-level hooks all throughout > > various system APIs." > > "... when they come from norton or symantec." > > I successfully run perfectly invasive programs which install > low-l

Re: g++ 3.4.x library issue

2004-10-05 Thread Edward L. Fox
What do you mean? "string" and "string.h" are two different header files. On Wed, 06 Oct 2004 04:05:21 +0200, Sven Köhler <[EMAIL PROTECTED]> wrote: > > #include > > int main(){return 0;} > > how about including string.h instead of a file called "string"? > > > > > -- > Unsubscribe info:

Re: g++ 3.4.x library issue

2004-10-05 Thread Sven Köhler
#include int main(){return 0;} how about including string.h instead of a file called "string"? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://

Re: Shell script ignores $PATH?!

2004-10-05 Thread Christopher Faylor
On Wed, Oct 06, 2004 at 09:48:56AM +1000, [EMAIL PROTECTED] wrote: >On 5 Oct, Brian Dessent wrote: >>If you want to specify what shell is used to run a script you either >>need to specify it in the shebang of the script (#!/path/to/shell) or >>you need to start that shell explicitly (/path/to/shel

g++ 3.4.x library issue

2004-10-05 Thread Steven Scott
Greetings! I tried downloading g++ version 3.4.1 (which I've been eagerly awaiting) from setup.exe. It had trouble with the following (minimal) program because the header could not find where it expected to find size_t defined. Trying to compile this one line program using 'g++ test.cpp' produ

Re: Shell script ignores $PATH?!

2004-10-05 Thread luke . kendall
On 5 Oct, Brian Dessent wrote: > If you want to specify what shell is used to run a script you either > need to specify it in the shebang of the script (#!/path/to/shell) or > you need to start that shell explicitly (/path/to/shell > /path/to/script). If you try to execute a script with no

RE: How to prepend a directory to the PATH to accommodate CVSNT?

2004-10-05 Thread luke . kendall
On 5 Oct, Siegfried Heintze wrote: > >Anyway, in your case it should be as simple as this: > > > >PATH="/cygdrive/c/Program Files/cvsnt/bin:$PATH" > > > > Where do I put this statement? .bashrc? You could, but why not put it in ~/.profile so it's read just once by the login shell, an

Mailing list redirection etiquette?

2004-10-05 Thread Brian Ford
On Tue, 5 Oct 2004, Christopher Faylor wrote: > On Tue, Oct 05, 2004 at 04:37:35PM -0500, Fred Kulack wrote: > >Getting way off topic here, > > ...which makes it a better topic for the cygwin-talk mailing list... So what is the recommended Cygwin method for redirecting a thread to the appropriate

Re: (De)activating network connection

2004-10-05 Thread Christopher Faylor
On Tue, Oct 05, 2004 at 04:37:35PM -0500, Fred Kulack wrote: >Getting way off topic here, ...which makes it a better topic for the cygwin-talk mailing list... http://cygwin.com/lists.html#cygwin-talk cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: h

Re: (De)activating network connection

2004-10-05 Thread Fred Kulack
Getting way off topic here, and I'm sure you found this also, but ipconfig is useful for DHCP connection manipulation. I find its sufficient for my use although it doesn't do the activate/deactivate step. YMMV. Example: ipconfig /release '*Builtin*' ipconfig /renew '*Wireless*' USAGE: ip

Re: SSH + CVS But no login.

2004-10-05 Thread Igor Pechtchanski
On Tue, 5 Oct 2004, Michael Jervis wrote: > Hi, > > I've run cygwin SSHD a fair bit for my personal use. I've run CVSNT on > the same box for some time to hold my source code. Now I'm in a position > where I need to grant a couple of other people access to my CVS. > > I only allow CVS on :ext: for

Re: SSH + CVS But no login.

2004-10-05 Thread Edward L. Fox
Hi Mike, I guess you can modify the /etc/passwd to disable the shell of the other people. Just have a try. :-) Edward L. Fox 2004-10-06 From: [EMAIL PROTECTED] On Tue, 5 Oct 2004 19:38:07 +0100, Michael Jervis <[EMAIL PROTECTED]> wrote: > Hi, > > I've r

Re: (De)activating network connection

2004-10-05 Thread Brian Dessent
Thiers Botelho wrote: > I wish to use some command within a script to activate / deactivate an > Ethernet connection. > > In WinXP this would normally be done thru Settings / Network Connections / > Local Connection / right-click . > > I found _rasdial.exe_ but it seems to deal only with dial-up

Re: (De)activating network connection

2004-10-05 Thread Edward L. Fox
Hi Thiers, You may try netsh.exe. It's a built in utility in Windows. Good luck! Edward L. Fox 2004-10-06 From: [EMAIL PROTECTED] On Tue, 5 Oct 2004 17:42:37 -0300, Thiers Botelho <[EMAIL PROTECTED]> wrote: > Hi all, > > After searching google and cygw

Re: [ANNOUNCEMENT] Experimental package: postgresql-8.0.0cvs-1

2004-10-05 Thread Patrick Samson
--- Reini Urban wrote: > Patrick Samson schrieb: > > --- Reini Urban wrote: > >>KNOWN PROBLEMS > >>== > >> > >>tcl has been removed upstream. > > > Is it definitive? > > yes. > > > Or will it come again in a future release? > > no. > > > If not, what's the recommended replacement

(De)activating network connection

2004-10-05 Thread Thiers Botelho
Hi all, After searching google and cygwin.com I couldn't find what follows (well, maybe didn't search thoroughly enough, but then I couldn't make the search terms very much objective . . .) I wish to use some command within a script to activate / deactivate an Ethernet connection. In WinXP th

Re: [ANNOUNCEMENT] Experimental package: postgresql-8.0.0cvs-1

2004-10-05 Thread Reini Urban
Patrick Samson schrieb: --- Reini Urban wrote: KNOWN PROBLEMS == tcl has been removed upstream. Is it definitive? yes. Or will it come again in a future release? no. If not, what's the recommended replacement language? C It is expected that users will compile the wanted language bindin

Re: Absence of mkgroup and mkpasswd man pages

2004-10-05 Thread Reini Urban
Christopher Faylor schrieb: On Tue, Oct 05, 2004 at 09:15:55PM +0200, Reini Urban wrote: BTW: What about a man page for dllwrap? I don't think that binutils wants to support it in their texinfo doc. Why would you assume that? I'm the x86 binutils maintainer. If you submit a patch to the proper li

Re: [ANNOUNCEMENT] Experimental package: postgresql-8.0.0cvs-1

2004-10-05 Thread Patrick Samson
--- Reini Urban wrote: > KNOWN PROBLEMS > == > > tcl has been removed upstream. > Is it definitive? Or will it come again in a future release? If not, what's the recommended replacement language? ___ Do you Yahoo!? Declare Yourself -

Re: Absence of mkgroup and mkpasswd man pages

2004-10-05 Thread Christopher Faylor
On Tue, Oct 05, 2004 at 09:15:55PM +0200, Reini Urban wrote: >BTW: What about a man page for dllwrap? > >I don't think that binutils wants to support it in their texinfo doc. Why would you assume that? I'm the x86 binutils maintainer. If you submit a patch to the proper list, it will certainly b

Re: diagrams on cygwin

2004-10-05 Thread Reini Urban
Sam Steingold schrieb: are things like Graphviz (http://www.research.att.com/sw/tools/graphviz/) CWM (http://infomesh.net/2001/cwm/) available in the cygwin distribution? does anyone want to ITP them? Graphviz was once ITP'd but didn't make it. Check the cygwin-apps archive why. AT&T license probl

Re: Absence of mkgroup and mkpasswd man pages

2004-10-05 Thread Reini Urban
Dave Korn schrieb: I'd go so far as to say that the docs should not only be a default package, it should be a compulsory package that can't be uninstalled, only updated. Or perhaps it should just rolled into the cygwin base package. Whatever, there's no good reason to allow people to install an

RE: Absence of mkgroup and mkpasswd man pages

2004-10-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Robert Thorpe > Sent: 05 October 2004 19:41 > > > Unfortunately, though, "man mkgroup" or "man mkpasswd" do > not work, they're are no man pages for these utilities. > > > > Install the cygwin-doc package. > > Thanks, that was quit

diagrams on cygwin

2004-10-05 Thread Sam Steingold
are things like Graphviz (http://www.research.att.com/sw/tools/graphviz/) CWM (http://infomesh.net/2001/cwm/) available in the cygwin distribution? does anyone want to ITP them? -- Sam Steingold (http://www.podval.org/~sds) running w2k

Re: Weird bug with cp -f [solution that works for me]

2004-10-05 Thread Reini Urban
Brian Dessent schrieb: Dave Miles wrote: Since re-starting the system and repeating the copy on drive O: (the newly created NTFS partition that 'cp' worked in) the "magically created directory" now appears when using 'cp'. So I tried to re-format it and was denied. On investigation it turned out th

Re: Absence of mkgroup and mkpasswd man pages

2004-10-05 Thread Robert Thorpe
> On Tue, Oct 05, 2004 at 03:24:26AM -0700, Robert Thorpe wrote: > > After installing a new machine with cygwin, it displayed the message: > > > > Your groupname is currently "mkgroup_l_d". This indicates > > that not all users and groups are listed in /etc/passwd and > > /etc/group f

SSH + CVS But no login.

2004-10-05 Thread Michael Jervis
Hi, I've run cygwin SSHD a fair bit for my personal use. I've run CVSNT on the same box for some time to hold my source code. Now I'm in a position where I need to grant a couple of other people access to my CVS. I only allow CVS on :ext: for security, however, this means that if I want to grant

setup.exe crashes after mirror select

2004-10-05 Thread geneSmith
I have been using setup for a long time with no ptoblem. Now after I have selected my mirror it dies (just goes away with no error message dialog). Here's how the /var/log/setup.log looks after this fail: 2004/10/05 12:12:29 Starting cygwin install, version 2.427 2004/10/05 12:12:29 Current Dire

Re: Which Linux after cygwin?

2004-10-05 Thread Christopher Faylor
On Tue, Oct 05, 2004 at 11:02:04AM -0500, Brian Ford wrote: >On Tue, 5 Oct 2004, zzapper wrote: >>In fact I want to keep Win32/Cygwin on my primary PC, but would like to >>install a dual boot Linux on my old PC. Mandrake & Fedora seem to be >>the most popular according to http://distrowatch.com/ >

Re: Absence of mkgroup and mkpasswd man pages

2004-10-05 Thread Yitzchak Scott-Thoennes
On Tue, Oct 05, 2004 at 03:24:26AM -0700, Robert Thorpe wrote: > After installing a new machine with cygwin, it displayed the message: > > Your groupname is currently "mkgroup_l_d". This indicates > that not all users and groups are listed in /etc/passwd and > /etc/group files. >

RE: exp() bug?

2004-10-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Lester Ingber > Sent: 05 October 2004 17:05 > In reply to: > : From: cygwin-owner On Behalf Of Lester Ingber > : > Sent: 05 October 2004 16:36 > : > I first noticed some differences in results in > calculations using the > : > MINGW

Re: exp() bug?

2004-10-05 Thread Lester Ingber
The previous email had a typo, in that the OR pairs are as below. In other words, the conclusion is the same: I saw no differences in these 4 pairs of runs using or not using -ffloat-store. In a code I make available to the public, www.ingber.com/ASA.zip, in order to get consistent results over al

Re: Which Linux after CyGwin?

2004-10-05 Thread Brian Dessent
(Take this to cygwin-talk please.) "DePriest, Jason R." wrote: > If you do use > Debian, please don't use the 'stable' release. It is very ancient (but > stable!). Use the 'testing' release. For the most part, you won't have > any problems and if you do have a problem, expect it to be fixed >

[ANNOUNCEMENT] Experimental package: postgresql-8.0.0cvs-1

2004-10-05 Thread Reini Urban
I've made the latest snapshot of postgresql-8.0.0 available for download. This is a test release to test several new features and gain more feedback to be fixed upstream. PostgreSQL is an advanced Object-Relational database management system (DBMS) that supports almost all SQL constructs (includ

Re: exp() bug?

2004-10-05 Thread Lester Ingber
In reply to: : From: cygwin-owner On Behalf Of Lester Ingber : > Sent: 05 October 2004 16:36 : : > I believe there is a bug in some gcc's, at least in the exp() function, : > and at least in the way round-offs are (in)consistently treated. : : Go on? : : > I first noticed some differences in r

RE: How to prepend a directory to the PATH to accommodate CVSNT?

2004-10-05 Thread Siegfried Heintze
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Edward L. Fox >Sent: Tuesday, October 05, 2004 12:24 AM >To: [EMAIL PROTECTED] >Subject: Re: How to prepend a directory to the PATH to accommodate CVSNT? > >Hi, Siegfried: > >In my opinion, I don't thi

Re: Which Linux after CyGwin?

2004-10-05 Thread Brian Ford
On Tue, 5 Oct 2004, zzapper wrote: > In fact I want to keep Win32/Cygwin on my primary PC, but would like to > install a dual boot Linux on my old PC. Mandrake & Fedora seem to be the > most popular according to http://distrowatch.com/ > > Any opinions Move to cygwin-talk? You asked for opinions

RE: Which Linux after CyGwin?

2004-10-05 Thread DePriest, Jason R.
On Tuesday, October 05, 2004 10:52 AM, zzapper wrote > Hi, > > In fact I want to keep Win32/Cygwin on my primary PC, but would like > to install a dual boot Linux on my old PC. Mandrake & Fedora seem to > be the most popular according to http://distrowatch.com/ > > Any opinions > > zzapper (vi

Which Linux after CyGwin?

2004-10-05 Thread zzapper
Hi, In fact I want to keep Win32/Cygwin on my primary PC, but would like to install a dual boot Linux on my old PC. Mandrake & Fedora seem to be the most popular according to http://distrowatch.com/ Any opinions zzapper (vim, cygwin, wiki & zsh) -- vim -c ":%s%s*%CyrnfrTfcbafbeROenzSZbbyranne

RE: How to prepend a directory to the PATH to accommodate CVSNT?

2004-10-05 Thread Siegfried Heintze
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] >Sent: Tuesday, October 05, 2004 12:45 AM > >Anyway, in your case it should be as simple as this: > >PATH="/cygdrive/c/Program Files/cvsnt/bin:$PATH" > Where do I put this statement? .b

RE: exp() bug?

2004-10-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Lester Ingber > Sent: 05 October 2004 16:36 > I believe there is a bug in some gcc's, at least in the exp() function, > and at least in the way round-offs are (in)consistently treated. Go on? > I first noticed some differences in r

Re: No longer works.Igor Pechtchanski

2004-10-05 Thread Christopher Faylor
On Tue, Oct 05, 2004 at 04:30:40PM +0100, Dave Korn wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of Christopher Faylor >> Sent: 05 October 2004 16:04 > >> On Tue, Oct 05, 2004 at 11:26:18AM +0200, David Baron wrote: >> > >> >This was the exact thing that happened to another

RE: Weird bug with cp -f [solution that works for me]

2004-10-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dave Miles > Sent: 05 October 2004 16:06 > > Agreed! > > Although I'm pretty sure that prior releases of Cygwin have > co-existed with Mr Norton quite happily. > > Did the original poster have Norton enabled? > > Anyone else care t

exp() bug?

2004-10-05 Thread Lester Ingber
I believe there is a bug in some gcc's, at least in the exp() function, and at least in the way round-offs are (in)consistently treated. I first noticed some differences in results in calculations using the MINGW gcc vs the Cygwin gcc on my ThinkPad XPPro machine. I applied the same code on FreeB

Re: setsockopt SO_REUSEADDR

2004-10-05 Thread Brian Dessent
Warren Young wrote: > As I see it, the purpose of SO_REUSEADDR is to allow a program to bind > to a port that still has WAIT states on it. (FIN_WAIT_x, TIME_WAIT, That, and the part about the uniqueness of local IP+port. Think multihomed boxes that want to do ip-based virtual hosting. It seems

RE: Weird bug with cp -f [solution that works for me]

2004-10-05 Thread Mike Lerwill
> > Although I'm pretty sure that prior releases of Cygwin have > co-existed with Mr Norton quite happily. > > Did the original poster have Norton enabled? > > Anyone else care to comment? > > Cheerio, > > Dave Miles I was also experiencing this problem occasionally and in my case it was the Nor

RE: No longer works.Igor Pechtchanski

2004-10-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 05 October 2004 16:04 > On Tue, Oct 05, 2004 at 11:26:18AM +0200, David Baron wrote: > > > >This was the exact thing that happened to another poster on > the same digest. > >The batch file containing a cd t

Re: Cygserver 100% CPU

2004-10-05 Thread Christopher Faylor
On Tue, Oct 05, 2004 at 07:44:03AM -0700, Patrick Samson wrote: >--- Corinna Vinschen wrote: > >> On Oct 4 07:02, Patrick Samson wrote: >> > --- Corinna Vinschen wrote: >> > > I'm still hoping for a simple testcase... >> > >> > I'm still working on it (the problem, not the >> > testcase, as it is

Re: setsockopt SO_REUSEADDR

2004-10-05 Thread Warren Young
Dave Korn wrote: Because SO_REUSEADDR works _correctly_ on cygwin, perhaps? Oh, I don't know about that. As I see it, the purpose of SO_REUSEADDR is to allow a program to bind to a port that still has WAIT states on it. (FIN_WAIT_x, TIME_WAIT, etc...see netstat(1) and the Stevens TCP/IP books.

Re: Weird bug with cp -f [solution that works for me]

2004-10-05 Thread Dave Miles
"Brian Dessent" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dave Miles wrote: > > > > Since re-starting the system and repeating the copy on drive O: (the > > > newly created NTFS partition that 'cp' worked in) the "magically created > > > directory" now appears when using 'cp'.

Re: "Broken pipe" warning from bash. (question for bash maintainer)

2004-10-05 Thread Christopher Faylor
On Tue, Oct 05, 2004 at 11:17:14AM +0100, Dave Korn wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of Reini Urban >> Sent: 05 October 2004 11:09 > >> cgf: >> Could you please add the following components to cygwin in bugzilla. >> >> cygwin: >> - bash >> versions: 2.05b

Re: No longer works.Igor Pechtchanski

2004-10-05 Thread Christopher Faylor
On Tue, Oct 05, 2004 at 11:26:18AM +0200, David Baron wrote: >On Monday 04 October 2004 19:09, Igor Pechtchanski wrote: >> You have apparently missed the part of the Cygwin problem reporting >> guidelines () that asks you to attach (as >> an uncompressed text *attac

Re: Bugzilla

2004-10-05 Thread Christopher Faylor
On Tue, Oct 05, 2004 at 12:28:19PM +0200, Reini Urban wrote: >Corinna Vinschen schrieb: >>On Oct 4 23:15, Reini Urban wrote: >>>Reini Urban schrieb: Product: add "Cygwin" >>>long description: Corinna? >> >>What's the question? > >sorry, bogus. Already solved. For those following along at home

Re: setsockopt SO_REUSEADDR

2004-10-05 Thread Corinna Vinschen
On Oct 5 09:54, Brian Ford wrote: > On Tue, 5 Oct 2004, Dave Korn wrote: > > > > -Original Message- > > > From: cygwin-owner On Behalf Of Rainer Hochreiter > > > Sent: 05 October 2004 15:29 > > > > > running the program listed below with argument 'reuse' under > > > cygwin and linux retur

RE: setsockopt SO_REUSEADDR

2004-10-05 Thread Brian Ford
On Tue, 5 Oct 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Rainer Hochreiter > > Sent: 05 October 2004 15:29 > > > running the program listed below with argument 'reuse' under > > cygwin and linux returns different results! > > > > from my point of view

Re: Run program in background.

2004-10-05 Thread Brian Dessent
Reid Thompson wrote: > > If you just want your program to simply run in the > > background, launch it with a "&" at the end of the command > > from the shell. However, if it expects to use stdout, stdin, > > or stderr, it will stop -- so these must all be redirected to files > > or pipes. > > no

Re: Weird bug with cp -f [solution that works for me]

2004-10-05 Thread Brian Dessent
Dave Miles wrote: > > Since re-starting the system and repeating the copy on drive O: (the > > newly created NTFS partition that 'cp' worked in) the "magically created > > directory" now appears when using 'cp'. > > So I tried to re-format it and was denied. On investigation > it turned out that

Re: Cygserver 100% CPU

2004-10-05 Thread Patrick Samson
--- Corinna Vinschen wrote: > On Oct 4 07:02, Patrick Samson wrote: > > --- Corinna Vinschen wrote: > > > I'm still hoping for a simple testcase... > > > > I'm still working on it (the problem, not the > > testcase, as it is probably a race condition). > > Too bad. > > I've checked in a patch

RE: setsockopt SO_REUSEADDR

2004-10-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Rainer Hochreiter > Sent: 05 October 2004 15:29 > running the program listed below with argument 'reuse' under > cygwin and linux returns different results! > > from my point of view, the linux result is quite what i > expected, a b

[ANNOUNCEMENT] New packages: t1lib-5.0.2-1/t1lib-x11-5.0.2-1 - Library for generating character- and string-glyphs from Adobe Type 1 fonts

2004-10-05 Thread Dr. Volker Zell
Hi The packages t1lib/t1lib-x11 are now available with the Cygwin distribution: * http://site.n.ml.org/info/t1lib/ (Homepage) * http://www.ibiblio.org/pub/linux/libs/graphics/ (Download location) DESCRIPTION: t1lib: == sdesc: "Library for generating character- and string-

setsockopt SO_REUSEADDR

2004-10-05 Thread Rainer Hochreiter
running the program listed below with argument 'reuse' under cygwin and linux returns different results! from my point of view, the linux result is quite what i expected, a bind() error 'Address already in use'. why doen't bind() return an error under cygwin? running under cygwin: ~$ ./tcptest.c

Re: Weird bug with cp -f [solution that works for me]

2004-10-05 Thread Dave Miles
"Dave Miles" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Since re-starting the system and repeating the copy on drive O: (the > newly created NTFS partition that 'cp' worked in) the "magically created > directory" now appears when using 'cp'. So I tried to re-format it and was

Re: Weird bug with cp -f

2004-10-05 Thread Dave Miles
"Brian Dessent" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dave Miles wrote: > > > [EMAIL PROTECTED] /cygdrive/c > > $ cp cyg.out cyg.out.0 > > cp: cannot stat `cyg.out': No such file or directory > > > [EMAIL PROTECTED] /cygdrive/c > > $ cp cyg.out cyg.out.0 > > cp:

RE: Run program in background.

2004-10-05 Thread Reid Thompson
Brian Dessent wrote: > > If you just want your program to simply run in the > background, launch it with a "&" at the end of the command > from the shell. However, if it expects to use stdout, stdin, > or stderr, it will stop -- so these must all be redirected to files > or pipes. not exactly c

Problem compiling insight for target arm-elf

2004-10-05 Thread Claudio
Hi all, I installed the newest version of cygwin in a another computer (1.5.11-1) and I am having problems compiling the gnu tool chain for ARM. The problem is specifically in the compilation of insight: build command: --- tar -zxvf in

Re: Compiling LAM MPI results in undefined reference

2004-10-05 Thread Corinna Vinschen
On Oct 5 15:10, Siegmar Gross wrote: > c: undefined reference to `_inet_ntop' It's not implemented. Doesn't the package have a configure option along the lines of --without-ipv6? > Searching in the web showed that other persons had had similar problems. > One suggestion was to have cygipc insta

Re: Weird bug with cp -f

2004-10-05 Thread Brian Dessent
Dave Miles wrote: > [EMAIL PROTECTED] /cygdrive/c > $ cp cyg.out cyg.out.0 > cp: cannot stat `cyg.out': No such file or directory > [EMAIL PROTECTED] /cygdrive/c > $ cp cyg.out cyg.out.0 > cp: writing `cyg.out.0': Invalid request code My guess is that your permissions on the C: root

Re: Weird bug with cp -f

2004-10-05 Thread Dave Miles
"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, Oct 05, 2004 at 12:10:34AM +0100, Dave Miles wrote: > >Christopher Faylor wrote: > >>On Sun, Oct 03, 2004 at 12:03:42AM -0400, Christopher Faylor wrote: > >>>Works just fine for me. > >>> > >>>(WJJFM?) > >>

Re: Run program in background.

2004-10-05 Thread Brian Dessent
Moises Deangelo wrote: > I did a program in C. > > That program needs to run for a long time, because of this it is ideal > that he works on background. > > I do not have been managing do that. > > is there some command? Any lib, anything > > I thank the help. Your question is not clear. "R

Re: Bugzilla (was: whole cygwin release/ distribution issues)

2004-10-05 Thread Brian Dessent
Dave Korn wrote: > Hey! I found a bug in b19! I wanna report it! Dude, upgrade to B20. It has no defects whatsoever. It even has toast and coffee waiting for me every morning. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Shell script ignores $PATH?!

2004-10-05 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > So my guess is that when a script with no #!/path line is run, then the > default is to run /usr/bin/sh to start it, and the PATH simply doesn't > come into it. If you want to specify what shell is used to run a script you either need to specify it in the shebang of the

Re: Newbie GUI development

2004-10-05 Thread Gerrit P. Haase
Hello Ken, >> This is all gnome stuff. You'll need to install gnome dev stuff. >> >> > That was my original thought but: > http://cygwin.com/cgi-bin2/package-grep.cgi?grep=gnome > doesn't appear to have any gnome specific stuff. > It has gtk stuff, which I have. > (cygcheck was attached to

RE: Absence of mkgroup and mkpasswd man pages

2004-10-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Robert Thorpe > Sent: 05 October 2004 11:24 > After installing a new machine with cygwin, it displayed the message: > > Your groupname is currently "mkgroup_l_d". This indicates > that not all users and groups are listed in /

Re: Bugzilla

2004-10-05 Thread Reini Urban
Corinna Vinschen schrieb: On Oct 4 23:15, Reini Urban wrote: Reini Urban schrieb: Product: add "Cygwin" long description: Corinna? What's the question? sorry, bogus. Already solved. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems

Absence of mkgroup and mkpasswd man pages

2004-10-05 Thread Robert Thorpe
After installing a new machine with cygwin, it displayed the message: Your groupname is currently "mkgroup_l_d". This indicates that not all users and groups are listed in /etc/passwd and /etc/group files. See the man pages for mkpasswd and mkgroup then, for example, run mkpas

RE: "Broken pipe" warning from bash. (question for bash maintainer)

2004-10-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Reini Urban > Sent: 05 October 2004 11:09 > cgf: > Could you please add the following components to cygwin in bugzilla. > > cygwin: > - bash > versions: 2.05b > - postgresql > versions: 7.4.5, 8.0.0, snapshot > - curl-de

Re: "Broken pipe" warning from bash. (question for bash maintainer)

2004-10-05 Thread Reini Urban
Christopher Faylor schrieb: On Wed, Sep 29, 2004 at 05:34:15AM +0200, Bas van Gompel wrote: Op Tue, 28 Sep 2004 09:53:32 +0200 (MET DST) schreef ik : Following little (bash) shell-script many times causes a "Broken pipe" : (SIGPIPE) warning to be emitted by bash. Is this expected behaviour? Maybe I

RE: Newbie GUI development

2004-10-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Ken Dibble > Sent: 05 October 2004 10:51 > > > > This is all gnome stuff. You'll need to install gnome dev stuff. > > > > > That was my original thought but: > > http://cygwin.com/cgi-bin2/package-grep.cgi?grep=gnome > > doesn't

Re: Newbie GUI development

2004-10-05 Thread Ken Dibble
Ken Dibble wrote: Gerrit P. Haase wrote: Hallo Ken, Am Dienstag, 5. Oktober 2004 um 11:21 schriebst du: I'm trying to build a Linux gui app and failing miserably. Any help would be appreciated. $ pkg-config --libs gtk+-2.0 gnome-config: not found Package gobject-2.0 was not found in the

Re: Newbie GUI development

2004-10-05 Thread Ken Dibble
Gerrit P. Haase wrote: Hallo Ken, Am Dienstag, 5. Oktober 2004 um 11:21 schriebst du: I'm trying to build a Linux gui app and failing miserably. Any help would be appreciated. $ pkg-config --libs gtk+-2.0 gnome-config: not found Package gobject-2.0 was not found in the pkg-config search

Re: Newbie GUI development

2004-10-05 Thread Ken Dibble
Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Ken Dibble Sent: 05 October 2004 10:21 I'm trying to build a Linux gui app and failing miserably. Any help would be appreciated. $ pkg-config --libs gtk+-2.0 gnome-config: not found Package gobject-2.0 was not foun

Re: Newbie GUI development

2004-10-05 Thread Gerrit P. Haase
Hallo Ken, Am Dienstag, 5. Oktober 2004 um 11:21 schriebst du: > I'm trying to build a Linux gui app and failing miserably. > Any help would be appreciated. > $ pkg-config --libs gtk+-2.0 > gnome-config: not found > Package gobject-2.0 was not found in the pkg-config search path. > Perhaps you s

RE: Newbie GUI development

2004-10-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Ken Dibble > Sent: 05 October 2004 10:21 > I'm trying to build a Linux gui app and failing miserably. > Any help would be appreciated. > > $ pkg-config --libs gtk+-2.0 > gnome-config: not found > Package gobject-2.0 was not found in t

RE: Bugzilla (was: whole cygwin release/ distribution issues)

2004-10-05 Thread Dave Korn
> -Original Message- > From: Jörg Schaible > Sent: 05 October 2004 10:26 > To: Dave Korn; cygwin > Subject: RE: Bugzilla (was: whole cygwin release/ distribution issues) > > Dave Korn wrote on Tuesday, October 05, 2004 11:14 AM: > > > Hey! I found a bug in b19! I wanna report it! >

RE: No longer works.Igor Pechtchanski

2004-10-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of David Baron > Sent: 05 October 2004 10:26 > This was the exact thing that happened to another poster on > the same digest. > The batch file containing a cd the ..\cygwin\bin and a bash > -i -login simply > flashes closing immediate

Re: No longer works.Igor Pechtchanski

2004-10-05 Thread David Baron
On Monday 04 October 2004 19:09, Igor Pechtchanski wrote: > You have apparently missed the part of the Cygwin problem reporting > guidelines () that asks you to attach (as > an uncompressed text *attachment*) the output of "cygcheck -svr" from your > Cygwin installa

RE: Bugzilla (was: whole cygwin release/ distribution issues)

2004-10-05 Thread Jörg Schaible
Dave Korn wrote on Tuesday, October 05, 2004 11:14 AM: > Hey! I found a bug in b19! I wanna report it! Forget it! Was fixed in B20 and that one had no bugs EVER! - Jörg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Newbie GUI development

2004-10-05 Thread Ken Dibble
I'm trying to build a Linux gui app and failing miserably. Any help would be appreciated. $ pkg-config --libs gtk+-2.0 gnome-config: not found Package gobject-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gobject-2.0.pc' to the PKG_CONFIG_PATH env

RE: Bugzilla (was: whole cygwin release/ distribution issues)

2004-10-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Corinna Vinschen > Sent: 05 October 2004 09:33 > > > Version: > > 1.0 (official) > > 1.3.x > > Do we really need the old versions? > > > 1.5.10 > > 1.5.11 > > snapshot Hey! I found a bug in b

Re: Cygwin & openssh(d) & login without password

2004-10-05 Thread Corinna Vinschen
On Oct 5 16:00, David Campbell wrote: > I've read lots of web pages about how to set it up, and I believe I've > followed them, eg http://bumblebee.lcs.mit.edu/ssh2/ (for openssh to > openssh): Why don't you read the official documentation instead? OpenSSH comes with a lot of man pages. Then

Re: Bugzilla (was: whole cygwin release/ distribution issues)

2004-10-05 Thread Corinna Vinschen
On Oct 4 23:15, Reini Urban wrote: > Reini Urban schrieb: > >Product: add "Cygwin" > > long description: Corinna? What's the question? > >Version: > > Should probably be based on the cygwin dll versions: > > 1.3.x > > 1.5.10 > > 1.5.11 > > latest snapshot > > T

Re: Shell script ignores $PATH?!

2004-10-05 Thread luke . kendall
On 5 Oct, To: [EMAIL PROTECTED] wrote: > Unfortunately, despite setting PATH to use only a network-installed > Cygwin (and not include /bin, /usr/bin etc.), the shell script still > somehow decides to invoke /usr/bin/sh. I have two more pieces of info: the shell is started by using /usr/bin

RE: A good way to test if cygwin isn't installed?

2004-10-05 Thread luke . kendall
On 3 Oct, Igor Pechtchanski wrote: > > Having mount.exe and cygwin1.dll in a specific dir and then run "mount -m" > > after "set PATH=." should be the way to go. > > Yes, that was the idea. > Igor Well, I was running this script from a version of Cygwin installed on the network.