Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Marcel Telka
On Wed, Apr 02, 2003 at 05:48:38PM +1000, Robert Collins wrote: Marcel Telka wrote: Ok, 3/4 disabled... http://www.cygwin.com/setup-snapshots/setup-2.340.2.3.2.5.exe Crash. http://www.cygwin.com/setup-snapshots/setup-2.340.2.3.2.6.exe Cross fingers. This calls no windows API's,

RE: gcc -mno-cygwin preprocessing: cygwin headers included.

2003-04-02 Thread Danny Smith
From: Teun Burgers burgers at ecn dot nl --- consider a file hello.c with the following two lines: #include stdio.h #include stdarg.h The attached cygwin.txt is the output of gcc -E hello.c The attached no-cygwin.txt is the output of gcc -mno-cygwin -E hello.c The cygwin

Re: vim quits and cygwin window contents not restored

2003-04-02 Thread Charles Wilson
Charles Wilson wrote: Sorry, I haven't been following this thread. See below. I'll try to figure out which parts are missing, and reinstate them -- look for a new release (of terminfo-) sometime in the next week. Try the following. First, save /usr/share/terminfo/c/cygwin somewhere handy.

Re: Missing symbols when I compile bash-2.05b-9

2003-04-02 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 07:05:07PM -0500, Jocelyn Giroux wrote: Hi, I am trying to compile bash and I always get errors at link time. There are undefined reference to `_wcscoll' and `_wcwidth' symbol. You're right. The problem is that since the last time I compiled bash, newlib has

Re: 1.3.20 : getpgid returns pid != -1 when specified pid no longer exists

2003-04-02 Thread Corinna Vinschen
On Tue, Apr 01, 2003 at 07:06:45PM -0800, gavin bowlby wrote: $ uname -a CYGWIN_NT-5.0 reptilicus 1.3.20(0.73/3/2) 2003-02-08 12:10 i686 unknown unknown Cygwin Could you test with 1.3.22 please? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin

Re: Problem in tcsh

2003-04-02 Thread Soumitra Pal
Hi Corinna, Hi, I am using cygwin tcsh 6.12.00-5. But I am having the following problem: Suppose I have included /cygdrive/d/Perl/bin and there is a exe Perl.exe in d:/Perl/bin directory. If press Pe + tab at command prompt it shows Perl among a list of other executables begining

Re: Cygwin Hosted Linux (x86) targetted cross compiler problem

2003-04-02 Thread babu
Dan, Thanks for the template. Further, I find that you are using AS=$(IXIA_CROSS_TOOL)gcc -ml instead of $(IXIA_CROSS_TOOL)as. Is there a purpose for this or a typo. In billgatliff.com, I found only gcc/ranlib/ar are taken care not as. Throw some light on this. Regards, babu k Dan

gawk - cygwin1.dll error - Entry point not found islower()

2003-04-02 Thread letters
After I updated all of my Cygwin, running the gawk binary gives very strange error message. A Windows dialog alert pops up saying: $ gawk --version = gawk.exe - Entry point not found The Procedure entry point iswlower could not be located in the

Re: gawk - cygwin1.dll error - Entry point not found islower()

2003-04-02 Thread Corinna Vinschen
On Wed, Apr 02, 2003 at 12:48:15PM +0200, [EMAIL PROTECTED] wrote: $ gawk --version gawk.exe - Entry point not found The Procedure entry point iswlower could not be located in the dynamic link library cygwin1.dll Any ideas how to proceed? Probably you

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Robert Collins
Marcel Telka wrote: http://www.cygwin.com/setup-snapshots/setup-2.340.2.3.2.6.exe Cross fingers. This calls no windows API's, just sets a single variable in memory. Good news: No crash in 1000 runs. Cool, ok adding the next line of code in, with changes to memory allocation and use. (Long

Re: CYGWIN: bug with 'tee' mxing UNIX and DOS text file mode

2003-04-02 Thread Frédéric Bazin
I got some more specific information the problem is not about 'tee' but actually about writing to a text file through redirection or tee or...; when you write to 100% unix path the text mode will be OK (DOS) but when you write path such as d:/ or //10.0.0.132/share/ the text mode will

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Marcel Telka
On Wed, Apr 02, 2003 at 09:24:18PM +1000, Robert Collins wrote: Lets see how this goes... http://www.cygwin.com/setup-snapshots/setup-2.340.2.3.2.7.exe crashes. -- +---+ | Marcel Telka e-mail: [EMAIL PROTECTED] | |homepage:

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Robert Collins
Marcel Telka wrote: On Wed, Apr 02, 2003 at 09:24:18PM +1000, Robert Collins wrote: Lets see how this goes... http://www.cygwin.com/setup-snapshots/setup-2.340.2.3.2.7.exe crashes. Can you guess the next version number? FWIW, this is looking like an MS bug now. If the memory size we pass

cygwin version 1.3.21(0.77/3/2) [bash shell :: exporting mixed-case environment]

2003-04-02 Thread Pratab Ali
Hello, Have been using a much older version of cygwin till now without any problems. It has come to our attention that exporting environment variables in the bash shell may be broken. scenario: $ cd myappdir $ export DevOS=WINNT $ make make is called in a dir which contains a makefile file.

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Marcel Telka
On Wed, Apr 02, 2003 at 10:16:45PM +1000, Robert Collins wrote: Marcel Telka wrote: On Wed, Apr 02, 2003 at 09:24:18PM +1000, Robert Collins wrote: Lets see how this goes... http://www.cygwin.com/setup-snapshots/setup-2.340.2.3.2.7.exe crashes. Can you guess the next version

Re: cygwin license

2003-04-02 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 1 Apr 2003 20:55:09 -0500, Christopher Faylor [EMAIL PROTECTED] wrote: I've forwarded this request to our sales organization. On Wed, Apr 02, 2003 at 04:37:21AM +0400, Dmitri Dmitrienko wrote: Hello people developing Cygwin. I'm

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Robert Collins
Marcel Telka wrote: FWIW, this is looking like an MS bug now. If the memory size we pass into InitializeAcl causes segfaults, and the memory size is constant . Hm. I'm not looking into setup's sources now... Not asking you too :}. So, please try .9. I've coded to use the MS

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Marcel Telka
On Wed, Apr 02, 2003 at 11:07:56PM +1000, Robert Collins wrote: Marcel Telka wrote: FWIW, this is looking like an MS bug now. If the memory size we pass into InitializeAcl causes segfaults, and the memory size is constant . Hm. I'm not looking into setup's sources now...

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Robert Collins
Marcel Telka wrote: So, please try .9. I've coded to use the MS documented sizing calculation. 1000 runs, no crash :-) Fantastic. I'm reinstating all the code now, .10 will be up in ~ 5 mins and (cross fingers) will also work well... Rob -- Unsubscribe info:

Cannot install Cygwin

2003-04-02 Thread Michael Barr
I have a Toshiba portable (Satellite 3000) that runs Win2000. I have tried a number of times to install Cygwin, but cannot. I have tried both downloading and running setup and also running the setup over the web. I have tried rebooting the machine and then running the setup program. In any

Re: Cannot install Cygwin

2003-04-02 Thread Robert Collins
Michael Barr wrote: As I said, I tried this a couple different ways with a couple different ftp sites and it always ends this way. Please try a snapshot of setup from http://www.cygwin.com/setup-snapshots/ Cheers, Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Marcel Telka
On Wed, Apr 02, 2003 at 11:38:13PM +1000, Robert Collins wrote: Marcel Telka wrote: So, please try .9. I've coded to use the MS documented sizing calculation. 1000 runs, no crash :-) Fantastic. I'm reinstating all the code now, .10 will be up in ~ 5 mins and (cross fingers) will also

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Robert Collins
Marcel Telka wrote: On Wed, Apr 02, 2003 at 11:38:13PM +1000, Robert Collins wrote: Marcel Telka wrote: So, please try .9. I've coded to use the MS documented sizing calculation. 1000 runs, no crash :-) Fantastic. I'm reinstating all the code now, .10 will be up in ~ 5 mins and (cross

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Marcel Telka
On Wed, Apr 02, 2003 at 11:58:39PM +1000, Robert Collins wrote: Fantastic. I'm reinstating all the code now, .10 will be up in ~ 5 mins and (cross fingers) will also work well... no crash (1000 runs). Fantastic. Thank you * very* much for your, oh, 8000 test runs. Thank *you* very

Re: gawk - cygwin1.dll error - Entry point not found islower()

2003-04-02 Thread Igor Pechtchanski
On Wed, 2 Apr 2003, Corinna Vinschen wrote: On Wed, Apr 02, [EMAIL PROTECTED]:48:15PM +0200, [EMAIL PROTECTED] wrote: $ gawk --version gawk.exe - Entry point not found The Procedure entry point iswlower could not be located in the dynamic link library

Re: Building LAPACK and ATLAS under cygwin

2003-04-02 Thread Tim Prince
On Tuesday 01 April 2003 19:04, Underwood, Jonathan wrote: Hi Apologies if this is a little off topic. Probably more than a little. Failing to follow instructions for non-cygwin applications is likely to make you a target for such accusations. However i run into trouble when compiling

setup.exe final pre-release..

2003-04-02 Thread Robert Collins
Marcel Telka wrote: On Wed, Apr 02, 2003 at 11:58:39PM +1000, Robert Collins wrote: Fantastic. I'm reinstating all the code now, .10 will be up in ~ 5 mins and (cross fingers) will also work well... no crash (1000 runs). Fantastic. Thank you * very* much for your, oh, 8000 test runs. Thank

Re: Problem in tcsh

2003-04-02 Thread Corinna Vinschen
On Wed, Apr 02, 2003 at 03:13:08PM +0530, Soumitra Pal wrote: Not yet. What does `which Perl' tell you? (The built-in which, not /bin/which). Corinna Built-in which gives: Perl: Command not found. But /bin/which gives: /cygdrive/d/Perl/bin/Perl So it seems that it is a problem

Re: vim quits and cygwin window contents not restored

2003-04-02 Thread Igor Pechtchanski
On Wed, 2 Apr 2003, Charles Wilson wrote: Charles Wilson wrote: Sorry, I haven't been following this thread. See below. I'll try to figure out which parts are missing, and reinstate them -- look for a new release (of terminfo-) sometime in the next week. Try the following. First, save

Re: cygwin version 1.3.21(0.77/3/2) [bash shell :: exporting mixed-case environment]

2003-04-02 Thread Corinna Vinschen
On Wed, Apr 02, 2003 at 12:25:58PM +, Pratab Ali wrote: Hello, Have been using a much older version of cygwin till now without any problems. It has come to our attention that exporting environment variables in the bash shell may be broken. scenario: $ cd myappdir $ export

Re: CYGWIN: bug with 'tee' mxing UNIX and DOS text file mode

2003-04-02 Thread Igor Pechtchanski
Hmm, this is sort of expected, since entries like d:/ and //server/path aren't found in the mount table, so Cygwin has no way of knowing the default mode... I'm not sure if CYGWIN=binmode applies here, either. You *could* mount //server/path as some local directory, in which case there will be

Re: setup.exe final pre-release..

2003-04-02 Thread Marcel Telka
On Thu, Apr 03, 2003 at 12:20:22AM +1000, Robert Collins wrote: Marcel Telka wrote: Thank *you* very much for fix this bug. I'm looking for new official setup release soon :-). Indeed, and here it is: http://www.cygwin.com/setup-snapshots/setup-2.340.2.3.2.10.2.1.exe The version number

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Rolf Campbell
Max Bowsher wrote: I've uploaded a new setup troubleshooting snapshot: http://www.cygwin.com/setup-snapshots/setup-2.340.2.3-no-set_default_sec.exe This is simply 2.340.2.3 with the recently-added ntsec code deactivated. Please could anyone who can reproduce crashes with 2.340.2.3 give this a try.

Re: how do I configure ssmtp on pacbell.net?

2003-04-02 Thread Randall R Schulz
Steve, At 23:34 2003-04-01, you wrote: I'm a pacbell dsl user. They gave me an IP address, but not a domain name. Are you sure? Perhaps they simply didn't tell you what it was. Is this you? % nslookup adsl-63-197-19-160.dsl.snfc21.pacbell.net Server: ... Address: ... Non-authoritative

Re: how do I configure ssmtp on pacbell.net?

2003-04-02 Thread Igor Pechtchanski
On Wed, 2 Apr 2003, Randall R Schulz wrote: Steve, At 23:34 2003-04-01, you wrote: I'm a pacbell dsl user. They gave me an IP address, but not a domain name. Are you sure? Perhaps they simply didn't tell you what it was. Is this you? % nslookup adsl-63-197-19-160.dsl.snfc21.pacbell.net

Re: cygwin license

2003-04-02 Thread Randall R Schulz
Ehud, [ To CGF: In partial fulfillment of my assigned penance for suggesting I would cease to use Cygwin in favor of Linux because of my fear of MS spy-ware. ] At 04:44 2003-04-02, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ... I'm intending to do a similar thing - to make a CD

Re: how do I configure ssmtp on pacbell.net?

2003-04-02 Thread Randall R Schulz
At 07:25 2003-04-02, Igor Pechtchanski wrote: On Wed, 2 Apr 2003, Randall R Schulz wrote: Steve, At 23:34 2003-04-01, you wrote: I'm a pacbell dsl user. They gave me an IP address, but not a domain name. Are you sure? Perhaps they simply didn't tell you what it was. Is this you? %

Re: Cannot install Cygwin

2003-04-02 Thread fergus
... but the minute I try to click on All, the screen freezes and no longer responds to anything ... From your description, it is possible that nothing has frozen: it's just that this step takes, or can take, a very long time. If you want the default (Base) installation, you needn't click on

RE: how do I configure ssmtp on pacbell.net?

2003-04-02 Thread Sergey Okhapkin
Everyone may use free DNS service like dyndns.org. For example D:\nslookup sokhapkin.dyndns.org Server: barney.leapstone.com Address: 10.10.30.21 Non-authoritative answer: Name:sokhapkin.dyndns.org Address: 216.220.64.102 D:\nslookup 216.220.64.102 Server: barney.leapstone.com Address:

Re: Cygwin Hosted Linux (x86) targetted cross compiler problem

2003-04-02 Thread babu
Dan, We have crossed the previous stage and started cross-compiling glibc-2.2.5 under cygwin(for linux). we are using the following to build config. to build glibc-2.2.5 using the cygwin-x-linux bootstrapgcc that I built(binutils was successful as well): configure

RE: how do I configure ssmtp on pacbell.net?

2003-04-02 Thread Randall R Schulz
Sergey, At 07:45 2003-04-02, Sergey Okhapkin wrote: Everyone may use free DNS service like dyndns.org. For example D:\nslookup sokhapkin.dyndns.org Server: barney.leapstone.com Address: 10.10.30.21 Non-authoritative answer: Name:sokhapkin.dyndns.org Address: 216.220.64.102 D:\nslookup

Re: vim quits and cygwin window contents not restored

2003-04-02 Thread Randall R Schulz
Charles, I must be missing something. At 00:29 2003-04-02, you wrote: Charles Wilson wrote: Sorry, I haven't been following this thread. See below. I'll try to figure out which parts are missing, and reinstate them -- look for a new release (of terminfo-) sometime in the next week. Try the

Re: vim quits and cygwin window contents not restored

2003-04-02 Thread Igor Pechtchanski
On Wed, 2 Apr 2003, Randall R Schulz wrote: Charles, I must be missing something. At 00:29 2003-04-02, you wrote: Charles Wilson wrote: Sorry, I haven't been following this thread. See below. I'll try to figure out which parts are missing, and reinstate them -- look for a new release

Make shows invalid contents

2003-04-02 Thread Martin Gainty
Hello- (makefile attached) all attempts to run make against valid attached makefile result in /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: (garbage line) being thrown in $ make gcc -g -W -Wall -I/cygdrive/g/mysql/mysql-debug-4.0.12-pc-linux-i686/include -D_ THREAD_SAFE

heartbeat?

2003-04-02 Thread Alan Murrell
Hello, I did a search in the archives and was not able to find theanswer to this question. I am wanting to create a high-availability solution with our Win2k web servers (these are just the standard releases, not advanced or datacenter). We are currently using heartbeat from the Linux-HA

Re: Make shows invalid contents

2003-04-02 Thread Randall R Schulz
Martin, What does Igor's reply to my message about the Chuck's fixed termcap / termino entries have to do with this? Randall Schulz At 08:44 2003-04-02, Martin Gainty wrote: Hello- (makefile attached) all attempts to run make against valid attached makefile result in ... Thank You, Martin

Omniorb 4.0...

2003-04-02 Thread Vaillant Etienne
Hello, Currently, I'm going to run an application on Cygwin from GNU/Linux. This application needs ORB so I get omniorb from this web site and try to compile... but there are an error : make[5]: Leaving directory `/home/luther/stage/omniORB-4.0.0/src/tool/omniidl/cxx/cccp' g++ -c -O2 -Wall

bug with setup.exe: saw tetex-beta even though I did not select prev

2003-04-02 Thread Rainer Typke
Hello, I encountered the following problem with the cygwin setup.exe. Two days ago, I started the current version of setup.exe from within my browser. I went to the mirror in Esslingen (fh-esslingen.de). Accidentally, I selected tetex-beta even though I just wanted tetex. I then changed my

Re: Omniorb 4.0...

2003-04-02 Thread Martin Gainty
Vaillant- What happens when you run make -n in source directory? I find deltas between make in cygwin vs make in bash..essentially make *should be* executing the commands displayed by make -n In all porbability this would require research from a knowledgable entity. -Martin - Original Message

Re: Make shows invalid contents

2003-04-02 Thread Igor Pechtchanski
My sentiment exactly. Please start a new thread if you want help on this issue. Igor On Wed, 2 Apr 2003, Randall R Schulz wrote: Martin, What does Igor's reply to my message about the Chuck's fixed termcap / termino entries have to do with this? Randall Schulz At 08:44

Re: Make shows invalid contents

2003-04-02 Thread Martin Gainty
How do you do that? Martin - Original Message - From: Igor Pechtchanski [EMAIL PROTECTED] To: Martin Gainty [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 10:20 AM Subject: Re: Make shows invalid contents My sentiment exactly. Please start a new thread if you

Re: Make shows invalid contents

2003-04-02 Thread Igor Pechtchanski
You send a new message to [EMAIL PROTECTED] instead of replying to some existing message. Igor P.S. Should this be an FAQ? ];- Nah... On Wed, 2 Apr 2003, Martin Gainty wrote: How do you do that? Martin - Original Message - From: Igor Pechtchanski [EMAIL PROTECTED] To:

complete.tcsh doesn't handle spaces in $HOME

2003-04-02 Thread Aaron Humphrey
I have been using Cygwin on a Windows 2000 computer running on a Novell network; my local user name is Aaron Humphrey, and so my home directory is /home/Aaron Humphrey. I've been trying to use tcsh, but it would abort out of the startup scripts, saying If: expression syntax, leaving me with an

RE: complete.tcsh doesn't handle spaces in $HOME

2003-04-02 Thread Hannu E K Nevalainen (garbage mail)
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Aaron Humphrey An easy workaround for this problem is just to wrap all of the $HOME/filename conditions in double quotes, which would probably be a good idea in a future release of tcsh. Once I did this in complete.tcsh, tcsh

RE: complete.tcsh doesn't handle spaces in $HOME

2003-04-02 Thread Aaron Humphrey
Hannu E K Nevalainen (garbage mail) [EMAIL PROTECTED] 04/02/03 11:35AM From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Aaron Humphrey An easy workaround for this problem is just to wrap all of the $HOME/filename conditions in double quotes, which would probably be a good

stdio_init: couldn't make stderr distinct from stdout

2003-04-02 Thread Christian
Hello, I have cygwin, it works fine but when I run it from a Win2k Telnet session it fails: *=== Bienvenido al servidor Telnet de Microsoft. *=== C:\cd cygwin C:\cygwincygwin

Re: 1.3.20 : getpgid returns pid != -1 when specified pid no longer exists

2003-04-02 Thread gavin bowlby
Corinna: Thanks for your suggestion. Sorry I didn't upgrade before reporting this problem. I still see the same problem with 1.3.22. Here's a console log: From the parent's perspective: (parent program name is pglm parent's pid=1940, child's program name is pglm, child's pid=1624) getpgid of

BUG: updatedb broken? /usr/bin/find: . changed during execution

2003-04-02 Thread Alexander Enchevich
the updatedb script terminates with this error: /usr/bin/find: . changed during execution this is happening somewhere here (around line 115): # FIXME figure out how to sort null-terminated strings, and use -print0. { if test -n $SEARCHPATHS; then if [ $LOCALUSER != ]; then su $LOCALUSER

RE: complete.tcsh doesn't handle spaces in $HOME

2003-04-02 Thread Randall R Schulz
Hannu, Here's the full set of recommendations: Yours: Stick to [A-Za-z0-9-_.] characters in filenames, settings and such. Plus: Write all your scripts to accommodate the presence of spaces and shell metacharacters in file names. This is a true pain in the ass... I wish everybody could

Re: cygwin license

2003-04-02 Thread Christopher Faylor
On Wed, Apr 02, 2003 at 07:30:31AM -0800, Randall R Schulz wrote: [ To CGF: In partial fulfillment of my assigned penance for suggesting I would cease to use Cygwin in favor of Linux because of my fear of MS spy-ware. ] Good answer. You've earned the star. cgf -- Unsubscribe info:

Re: complete.tcsh doesn't handle spaces in $HOME

2003-04-02 Thread Anders Ripa
If you search this list for subject Problems starting tcsh when having spaces in username - with fix you wil find my diff for fixing this file. I haven't recieved any comments so far. It would be nice to have this in the normal sources. Best regards Anders Ripa - Original Message -

Re: cygwin license

2003-04-02 Thread Randall R Schulz
At 10:40 2003-04-02, you wrote: On Wed, Apr 02, 2003 at 07:30:31AM -0800, Randall R Schulz wrote: [ To CGF: In partial fulfillment of my assigned penance for suggesting I would cease to use Cygwin in favor of Linux because of my fear of MS spy-ware. ] Good answer. You've earned the star. Wow.

Re: stdio_init: couldn't make stderr distinct from stdout

2003-04-02 Thread Randall R Schulz
Christian, At 11:22 2003-04-02, you wrote: Hello, I have cygwin, it works fine but when I run it from a Win2k Telnet session it fails: *=== Bienvenido al servidor Telnet de Microsoft.

Re: Updated: perl-5.8.0-2

2003-04-02 Thread Rolf Campbell
Gerrit P. Haase wrote: Hallo Rolf, Am Dienstag, 1. April 2003 um 18:13 schriebst du: Gerrit P. Haase wrote: Rolf schrieb: So, is this a cygwin perl problem? Or has the stock perl decided to only work with magic ENV variables? I don't see the problem in the latest Perl (5.9.0) and I'm trying to

rebase error

2003-04-02 Thread gmane
$ rebaseall ReBaseImage (/usr/bin/cygz.dll) failed with last error = 6 what does the above error mean? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

glui.h compilation prb

2003-04-02 Thread -=]Shromilder[=-
Hi everyone, I have a little probleme: I'm using the last version of CygWin with all last packages but when i try to compile a simple programme using glui.h library, i always get those error: $ gcc -o glui glui.C -lglui -lglut32 -lglu32 -lopengl32 In file included from glui.C:16:

Re: stdio_init: couldn't make stderr distinct from stdout

2003-04-02 Thread Christian
I've RDFM and STFW, but there aren't solutions. Really? http://www.google.com/search?q=%22stderr+distinct+from+stdout%22+Cygwin I'm now convinced that more doesn't means better.. I searched: http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=stdio_init%3A+couldn%

Re: cygwin license

2003-04-02 Thread Igor Pechtchanski
On Wed, 2 Apr 2003, Randall R Schulz wrote: At 10:40 2003-04-02, you wrote: On Wed, Apr 02, 2003 at 07:30:31AM -0800, Randall R Schulz wrote: [ To CGF: In partial fulfillment of my assigned penance for suggesting I would cease to use Cygwin in favor of Linux because of my fear of MS

Re: rebase error

2003-04-02 Thread Igor Pechtchanski
On Wed, 2 Apr 2003, gmane wrote: $ rebaseall ReBaseImage (/usr/bin/cygz.dll) failed with last error = 6 what does the above error mean? C:\net helpmsg 6 The handle is invalid. The above is on Win2k... Igor -- http://cs.nyu.edu/~pechtcha/ |\

Re: glui.h compilation prb

2003-04-02 Thread Andre Bleau
Your problem is caused by gcc 3 stricker friend declaration checking; you should stick with gcc 2 (g++ 2) until the opengl package is updated. Use: g++-2 -o glui glui.C -lglui -lglut32 -lglu32 -lopengl32 -=]Shromilder[=- shromilder at wanadoo dot fr wrote: Hi everyone, I have a little

Re: cygwin license

2003-04-02 Thread Randall R Schulz
Igor, At 13:34 2003-04-02, you wrote: On Wed, 2 Apr 2003, Randall R Schulz wrote: At 10:40 2003-04-02, you wrote: On Wed, Apr 02, 2003 at 07:30:31AM -0800, Randall R Schulz wrote: [ To CGF: In partial fulfillment of my assigned penance for suggesting I would cease to use Cygwin in favor of

Re: Omniorb 4.0...

2003-04-02 Thread Vaillant Etienne
When i make make -n, I have : (target=export; (unset MAKEFLAGS; set -e; if [ $subdir_makeflags = ]; then subdir_makeflags=''; fi; if [ $subdirs = ]; then subdirs='src'; fi; if [ $target = ]; then target='all'; fi; for dir in $subdirs ; do if [ ! -d $dir ]; then (umask 002; set -x;

Re: BUG: updatedb broken? /usr/bin/find: . changed during execution

2003-04-02 Thread Thorsten Kampe
* Alexander Enchevich (03-04-02 20:41 +0100) the updatedb script terminates with this error: /usr/bin/find: . changed during execution this is happening somewhere here (around line 115): [...] I thought its because there is no /usr/bin/find (it's in /bin), so I tried to modify the

Re: bug with setup.exe: saw tetex-beta even though I did not selectprev

2003-04-02 Thread Robert Collins
Rainer Typke wrote: I think that setup.exe presented the tetex-beta version in the list even though I did not select [prev]. Thi is by design. We have a single namespace for all packages, even if they don't have [curr] elements. In fact prev only elements get promoted to curr. But: You should

Re: stdio_init: couldn't make stderr distinct from stdout

2003-04-02 Thread Christopher Faylor
On Wed, Apr 02, 2003 at 05:32:18PM -0400, Christian wrote: I've RDFM and STFW, but there aren't solutions. Really? http://www.google.com/search?q=%22stderr+distinct+from+stdout%22+Cygwin I'm now convinced that more doesn't means better.. I searched:

Re: 1.3.20 : getpgid returns pid != -1 when specified pid no longer exists

2003-04-02 Thread Christopher Faylor
On Wed, Apr 02, 2003 at 12:20:56PM -0800, gavin bowlby wrote: Thanks for your suggestion. Sorry I didn't upgrade before reporting this problem. I still see the same problem with 1.3.22. Ok. In that event, please provide a simple test case. cgf -- Unsubscribe info:

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Robert Collins
Robert Collins wrote: Fantastic. I'm reinstating all the code now, .10 will be up in ~ 5 mins and (cross fingers) will also work well... A final note: this is an MS bug. The MS InitializeAcl routine appears to have a buffer overrun bug on your OS, which when combined with a buffer smaller than

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Martin Gainty
Rob- How does the unsuspecting public understand what is happening here Does DrWatson pick this up OR is there something in the logfile Regards, Martin - Original Message - From: Robert Collins [EMAIL PROTECTED] Cc: Marcel Telka [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, April

Re: setup.exe troubleshooting snapshot

2003-04-02 Thread Robert Collins
Martin Gainty wrote: Rob- How does the unsuspecting public understand what is happening here. The same way I had to: study the code, eliminate whats occuring, review the API usage, test, test, test. Does DrWatson pick this up OR is there something in the logfile Neither. DrWatson catches the

stdin/stdout handling

2003-04-02 Thread Steven Kilby
Hello, I've been using the cywin package for a while but I am new to the list. I have searched the FAQ and list archives prior to this post. I am looking for a clear explanation of how cygwin handles stdin/stdout/stderr and why this seems incompatible with some non-cygnus software packages such

Bug in Cygwin bash?

2003-04-02 Thread John Williams
Hi folks, I've found a bizarro error that may in fact relate to Cygwin/bash. I'm using the latest version (ran setup and refreshed just yesterday). In the linux kernel configuration process, there is a rule in /linux-2.4.x/makefile that looks like this: dep-files: scripts/mkdep --

Re: Updated: perl-5.8.0-2

2003-04-02 Thread Rolf Campbell
Rolf Campbell wrote: Gerrit P. Haase wrote: Hallo Rolf, Am Dienstag, 1. April 2003 um 18:13 schriebst du: Gerrit P. Haase wrote: Rolf schrieb: So, is this a cygwin perl problem? Or has the stock perl decided to only work with magic ENV variables? I don't see the problem in the latest Perl

Re: Bug in Cygwin bash?

2003-04-02 Thread Randall R Schulz
John, Yes, there's a limitation on the total volume of argument strings. All Unix systems have such a limit and so does Cygwin. The limits vary from system to system, though POSIX dictates a minimum value for this limit. If you've got to deal in some kind of open-ended argument list (lists of

Re: 1.3.20 : getpgid returns pid != -1 when specified pid no longer exists

2003-04-02 Thread gavin bowlby
Ok. In that event, please provide a simple test case. Christopher, Corinna: Thanks for you help on this! Here's a short program to recreate this problem: (main.c) = int main(int argc, char *argv[]) { int pid, sid, rc; if ((pid =

Re: Bug in Cygwin bash?

2003-04-02 Thread John Williams
Randall R Schulz wrote: John, Yes, there's a limitation on the total volume of argument strings. All Unix systems have such a limit and so does Cygwin. The limits vary from system to system, though POSIX dictates a minimum value for this limit. Anybody know the standard Cygwin limit off the top

Re: 1.3.20 : getpgid returns pid != -1 when specified pid no longer exists

2003-04-02 Thread Christopher Faylor
On Wed, Apr 02, 2003 at 06:43:16PM -0800, gavin bowlby wrote: Ok. In that event, please provide a simple test case. Here's a short program to recreate this problem: (main.c) = int main(int argc, char *argv[]) { int pid, sid, rc; if

Re: Bug in Cygwin bash?

2003-04-02 Thread Randall R Schulz
John, Are you a famous composer? If so, are you _the_ famous composer? At 18:58 2003-04-02, John Williams wrote: Randall R Schulz wrote: John, Yes, there's a limitation on the total volume of argument strings. All Unix systems have such a limit and so does Cygwin. The limits vary from system

Re: Bug in Cygwin bash?

2003-04-02 Thread friedman_hill ernest j
I think John Williams wrote: It seems not many people build linux kernels under cygwin - I think if they did, this issue I've found would have been reported earlier, because it's the first step in the kernel configuration process. OK, I've gotta ask -- WHY do you want to do this in the first

Re: Bug in Cygwin bash?

2003-04-02 Thread Martin Gainty
Would someone who has that talent be dealing with short tempered chits? I dont think so.. -M - Original Message - From: Randall R Schulz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 8:10 PM Subject: Re: Bug in Cygwin bash? John, Are you a famous composer?

Re: Bug in cygwin bash?

2003-04-02 Thread Christopher Faylor
On Wed, Apr 02, 2003 at 07:10:00PM -0800, Randall R Schulz wrote: That tyrant CGF, who won't let me leave, uses Linux to build Cygwin. Is that irony or hypocrisy? (Right, right. It's pragmatism.) I'm still detecting a certain wistful quality in your email when you mention linux, Randall. That

RE: Bug in Cygwin bash?

2003-04-02 Thread Robb, Sam
I think John Williams wrote: It seems not many people build linux kernels under cygwin - I think if they did, this issue I've found would have been reported earlier, because it's the first step in the kernel configuration process. OK, I've gotta ask -- WHY do you want to do this in

Re: vim quits and cygwin window contents not restored

2003-04-02 Thread Charles Wilson
Randall R Schulz wrote: Since there were no attachments, I placed the text embedded in the message into a file named cygwin.terminfo and used tic as you prescribed. I get a diagnostic Name collision between cygwin cygwin. I tried removing the existing terminfo entry, but the result is

Re: Bug in Cygwin bash?

2003-04-02 Thread John Williams
Randall R Schulz wrote: John, Are you a famous composer? If so, are you _the_ famous composer? No, and nor am I the famous and very talented classical guitarist. I have two guitars, but I can't play either of them :O -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Re: Bug in Cygwin bash?

2003-04-02 Thread John Williams
Hi Sam, I've ported uClinux to a new reconfigurable softcore microprocessor. The gcc toolchain for this little beastie runs under Cygwin (well, actually something called Xygwin, but that's another story entirely).. For the record, I've built a couple of bootable kernels under Cygwin. Yes, I

Re: cygwin license

2003-04-02 Thread Charles Wilson
Randall R Schulz wrote: Good answer. You've earned the star. Wow. Praise from Caesar. I'm in heaven. And, as in the days of Rome, during the conquering hero's triumphal parade a slave would ride in the chariot with him. As the cheering throng tossed flowers in the hero's path, the slave

Re: Bug in cygwin bash?

2003-04-02 Thread Igor Pechtchanski
On Wed, 2 Apr 2003, Christopher Faylor wrote: On Wed, Apr 02, 2003 at 07:10:00PM -0800, Randall R Schulz wrote: That tyrant CGF, who won't let me leave, uses Linux to build Cygwin. Is that irony or hypocrisy? (Right, right. It's pragmatism.) I'm still detecting a certain wistful quality in

Re: cygwin license

2003-04-02 Thread Igor Pechtchanski
On Wed, 2 Apr 2003, Charles Wilson wrote: Randall R Schulz wrote: Good answer. You've earned the star. Wow. Praise from Caesar. I'm in heaven. And, as in the days of Rome, during the conquering hero's triumphal parade a slave would ride in the chariot with him. As the cheering

Re: Updated: perl-5.8.0-2

2003-04-02 Thread Charles Wilson
Rolf Campbell wrote: So, I've recieved confirmation that this problem is only with cygwin perl, and not with GNU/Linux perl (5.8). guys, can we PLEASE practice a little bandwidth conservation here? there's no need to quote 100 lines of context for a simple two-line reply... Bits are cheap

Re: cygwin license

2003-04-02 Thread Randall R Schulz
At 20:21 2003-04-02, you wrote: Randall R Schulz wrote: Good answer. You've earned the star. Wow. Praise from Caesar. I'm in heaven. And, as in the days of Rome, during the conquering hero's triumphal parade a slave would ride in the chariot with him. As the cheering throng tossed flowers in

Problem with latest CVS on WinME.

2003-04-02 Thread Pierre A. Humblet
With the latest cygwin from CVS on WinME I experience strange problems in bash, both in rxvt and cygwin.bat. I noticed it first yesterday, first time I rebuilt in about a week. From time to time it looks like bash is running again before a command completes. Below, note the prompt *before* the

  1   2   >