[Avail for test] zlib-1.2.1-1, mingw-zlib-1.2.1-1

2003-12-03 Thread Charles Wilson
This new release of the zlib library should be drop-in compatible with the previous 1.1.4 release. However, they are currently marked as 'test' releases on the cygwin mirrors; if all goes well I'll promote them to curr after a week or so. === Bad news for Dario/Nicholas: the zlib people still

Re: cygwin windows to linux cross compiler issues !!

2003-12-03 Thread mohanlal jangir
I remember, during cygwin installation I clicked dos. But I don't know how to change this now. I hope there should be some way to do this without reinstalling cygwin. I have installed cygwin in my E: drive and mount gives following output: $ mount E:\cygwin\bin on /usr/bin type system (textmode) E

Re: Problems with trivial makefile

2003-12-03 Thread Guillaume du Pontavice
> [EMAIL PROTECTED] ~/test_make2/test2 > > ^^^ > >Is there a reason why you have not created >your own account instead of 'Administrateur'? i have redone those tests under my user account, and same results ... >What does 'ls -ln' show in your 'fold' directories? $ ls -ln total 2 drw

more information on annoying dos popup problem

2003-12-03 Thread Robert Harper
I have further information that may help track down the source of this problem. The SML shell script in question consisted of #!/bin/sh 2>/dev/null When I removed the re-direct of stderr, the problem disappeared! Inferior SML mode now works again. However, other MS-DOS binarie

RE: Cygwin port of Perl broken on Win32? Or does Cygwin not run on win32?

2003-12-03 Thread Rafael Kitover
If you just need to use the Win32:: Perl modules, use the ActiveState Perl at: http://aspn.activestate.com/ASPN/docs/ActivePerl/install.html#installing %20activeperl%20on%20windows%20(x86) If you specifically need the Win32:: modules on Cygwin, please check my project page in a few days at: http

Re: Bash wait indefinitely

2003-12-03 Thread Brian Ford
On Wed, 3 Dec 2003, Antoine Labour wrote: > Brian Ford wrote: > >On Tue, Dec 02, 2003 at 10:42:38AM -0600, Brian Ford wrote: > >>Could you try a snapshot that includes it? > >> > > FWIW, I ran the test case overnight on my old 450 MHz Pentium Pro SGI 320 > > running NT4, all packages up-to-date, an

RE: broken?

2003-12-03 Thread Rafael Kitover
Also, the test program compiles just fine with visual studio. If I'm doing something obviously wrong, would someone, out of the kindness of their heart, please give me a tiny program or point me in the direction of one that includes sql.h that compiles correctly in the current cygwin. This is for

Re: Bash wait indefinitely

2003-12-03 Thread Antoine Labour
Brian Ford wrote: On Tue, 2 Dec 2003, Christopher Faylor wrote: On Tue, Dec 02, 2003 at 10:42:38AM -0600, Brian Ford wrote: Could you try a snapshot that includes it? FWIW, I ran the test case overnight on my old 450 MHz Pentium Pro SGI 320 running NT4, all packages up-to-date, and a cvs compiled

Cygwin port of Perl broken on Win32? Or does Cygwin not run on win32?

2003-12-03 Thread linda w
I was told this is a problem specific to Cygwin -- that Cygwin believes it isn't runing on a Win platform. Is this true? I knowt he goal is to provide posix compatibility, but that doesn't mean it has to strive for windows incompatibility unless it breaks posix compatibility ...no? yes? maybe?

Re: EOF error

2003-12-03 Thread Brian Ford
On Wed, 3 Dec 2003, Larry Hall wrote: > At 05:01 PM 12/3/2003, Kooser, Ara S you wrote: > >I am learning to program in fortran. I am using gcc to compile the > >following program: > > [snip] > > > >I compiled it with this command > > > >gcc -o projec -c projec.f > > > >The program compiles but will

Re: bug in gcc3.3.1

2003-12-03 Thread Larry Hall
At 05:41 PM 12/3/2003, Max Bowsher you wrote: >[EMAIL PROTECTED] wrote: >> hello: >> >> I found conssitent bug in gcc3.3.1 >> >> gcc2xx will compile the fiollwowing with no problem >> >> printf (" .. >> xxx ", ..) >> >> where the format ".. >> xxx " includes a new lin

Re: bug in gcc3.3.1

2003-12-03 Thread Larry Hall
At 05:41 PM 12/3/2003, Krzysztof Duleba you wrote: >kumarchi wrote: > >> I found conssitent bug in gcc3.3.1 >> >> gcc2xx will compile the fiollwowing with no problem >> >> printf (" .. >> xxx ", ..) >> >> where the format ".. >> xxx " includes a new line character. >>

Re: bug in gcc3.3.1

2003-12-03 Thread Max Bowsher
[EMAIL PROTECTED] wrote: > hello: > > I found conssitent bug in gcc3.3.1 > > gcc2xx will compile the fiollwowing with no problem > > printf (" .. > xxx ", ..) > > where the format ".. > xxx " includes a new line character. > > gcc3.3 will nto compile this and looks l

Re: bug in gcc3.3.1

2003-12-03 Thread Krzysztof Duleba
kumarchi wrote: > I found conssitent bug in gcc3.3.1 > > gcc2xx will compile the fiollwowing with no problem > > printf (" .. > xxx ", ..) > > where the format ".. > xxx " includes a new line character. > > gcc3.3 will nto compile this and looks like it will allow >

Re: Where are mount points stored?

2003-12-03 Thread Igor Pechtchanski
On Wed, 3 Dec 2003, Joaquin wrote: > Hi, > > I found the mount points on my system using mount, but I was wondering > if how these are stored. There is no discernable fstab or something > similar in the /etc directory. > > - joaquin Ye! I finally found a perfect use for the WCTYBTWHTKY acr

Re: Where are mount points stored?

2003-12-03 Thread Larry Hall
At 05:24 PM 12/3/2003, Joaquin you wrote: >Hi, > >I found the mount points on my system using mount, but I was wondering >if how these are stored. There is no discernable fstab or something >similar in the /etc directory. But there will be someday. For now, they're stored in the registry. But a

Re: broken?

2003-12-03 Thread Larry Hall
At 05:04 PM 12/3/2003, Rafael Kitover you wrote: >Greetings, > >Using the latest packages from cygwin, and gcc 3.3.1, and I checked that >sql.h/sqltypes.h are the same in the CVS tree, the following program: > >#include >#include > >int main() { return 0; } > >Compiled as "gcc try.cc -o try" fail

Where are mount points stored?

2003-12-03 Thread Joaquin
Hi, I found the mount points on my system using mount, but I was wondering if how these are stored. There is no discernable fstab or something similar in the /etc directory. - joaquin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Re: EOF error

2003-12-03 Thread Larry Hall
At 05:01 PM 12/3/2003, Kooser, Ara S you wrote: >Hello, > > I am new to the list and using cygwin. I read through the other posts >about EOF errors and I tried those solutions. But I am still having a >problem. I am learning to program in fortran. I am using gcc to compile the >following program:

Re: EOF error

2003-12-03 Thread Igor Pechtchanski
On Wed, 3 Dec 2003, Kooser, Ara S wrote: > Hello, > > I am new to the list and using cygwin. I read through the other posts > about EOF errors and I tried those solutions. But I am still having a > problem. I am learning to program in fortran. I am using gcc to compile the > following program: >

Re: Is HOME directory broken?

2003-12-03 Thread Larry Hall
At 04:57 PM 12/3/2003, Joaquin you wrote: >Hi, > >There seems to be some odd behavior with the HOME directory. The >default profile scripts are suppose to initially set this directory up, >but they seem to be failing. I tried this on several different systems >(Windows 2000 and Windows XP), but I

bug in gcc3.3.1

2003-12-03 Thread kumarchi
hello: I found conssitent bug in gcc3.3.1 gcc2xx will compile the fiollwowing with no problem printf (" .. xxx ", ..) where the format ".. xxx " includes a new line character. gcc3.3 will nto compile this and looks like it will allow an explicit new line inside. has

RE: Problems with trivial makefile

2003-12-03 Thread Harig, Mark
> > [EMAIL PROTECTED] ~/test_make2/test2 ^^^ Is there a reason why you have not created your own account instead of 'Administrateur'? When you first set up Cygwin, it should display messages about running 'mkpasswd' and 'mkgroup'. Typically, you will run a command such as: $ m

broken?

2003-12-03 Thread Rafael Kitover
Greetings, Using the latest packages from cygwin, and gcc 3.3.1, and I checked that sql.h/sqltypes.h are the same in the CVS tree, the following program: #include #include int main() { return 0; } Compiled as "gcc try.cc -o try" fails with a bunch of errors like: In file included from try.cc

EOF error

2003-12-03 Thread Kooser, Ara S
Hello, I am new to the list and using cygwin. I read through the other posts about EOF errors and I tried those solutions. But I am still having a problem. I am learning to program in fortran. I am using gcc to compile the following program: PROGRAM TEMP

Is HOME directory broken?

2003-12-03 Thread Joaquin
Hi, There seems to be some odd behavior with the HOME directory. The default profile scripts are suppose to initially set this directory up, but they seem to be failing. I tried this on several different systems (Windows 2000 and Windows XP), but I run into problems. I then created a HOME envir

Hi

2003-12-03 Thread Joaquin
Hi. I am sending this out. I just joined the list, and I am being put on the global deny list. Is this because my email address uses winminion? Anyways, I am not sure this will work. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pr

Re: Possible bug with __attribute__((alias)) in gcc-3.3

2003-12-03 Thread Nicholas Wourms
Nicholas Wourms wrote: [SNIP] #define strong_alias(name, aliasname) \ extern __typeof__(name) aliasname __attribute__((__alias__(#name))); \ __asm__(".def \"_" #aliasname "\"; .scl 2; .type 32; .endef\n"); ^^ ^^ Sorry, Ack, I pasted an older version of the macro, w

Re: Please Help - Problems installing cygwin...

2003-12-03 Thread Mike Curtis
Hello Brian. After a fresh Cygwin install, I encountered the same error: bash: /etc/profile: Permission denied So I just right clicked the file, selected properties, selected the security tab, and gave myself read and write permission. Now Cgwin bash runs correctly without error. *Mike -- Unsu

Re: Possible bug with __attribute__((alias)) in gcc-3.3

2003-12-03 Thread Nicholas Wourms
Danny Smith wrote: Nicholas wrote: One problem is that you (or gcc) need to tell ld that 'foo' is function, not data. I'll be the first to admit that I'm almost totally w/o a clue when it comes to assembly. I'm afraid the gas manual is not very helpful in my effort to alleviate this :-(. Add

Re: Problems with trivial makefile

2003-12-03 Thread Guillaume du Pontavice
Hello, here is my config which looks exactly like yours : i have also forced a reinstallation of ash, bash, cygwin and make packages this problems appears on three PCs (i have tested only on those 3 PCs , same Cygwin configuration, same Win2000 SP4) in my c:\cygwin\cygwin.bat I have : @echo off

RE: Problems with trivial makefile

2003-12-03 Thread Harig, Mark
> -Original Message- > From: Guillaume du Pontavice [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 02, 2003 6:19 PM > To: [EMAIL PROTECTED] > Subject: Problems with trivial makefile > > > hello, > > i am in trouble with a trivial makefile, using cygwin > 1.5.5-1 and make > 3.80-1

RE: Perl Module SSLeay 1.25 Problems

2003-12-03 Thread Earl Grey
Do you Google? Igor Thanks, Igor. I had to find the right google words to search. Earl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

compiling DDD

2003-12-03 Thread y2bismil
Hi all, I used to be able to compile ddd fine, but something occurred when i recently updated ddd. I'm getting static initialiation_construct_and_destructor errors. If I revert to an oldfer binary or older GCC(3.2.x) then it compiles fine, but segfaults on startup. *ddd log* G

Re: Perl Module SSLeay 1.25 Problems

2003-12-03 Thread Igor Pechtchanski
On Wed, 3 Dec 2003, Earl Grey wrote: > ...I had some problems with my emailing program. If this is a duplicate, > disregard... > > I've installed the latest version of cygwin at the end of November, 2003. I > have Open SSL from Cygwin. Today, December 3, 2003, I tried to install > Net::SSLeay > >

Perl Module SSLeay 1.25 Problems

2003-12-03 Thread Earl Grey
...I had some problems with my emailing program. If this is a duplicate, disregard... I've installed the latest version of cygwin at the end of November, 2003. I have Open SSL from Cygwin. Today, December 3, 2003, I tried to install Net::SSLeay perl -MCPAN -e 'install Net::SSLeay' Some of th

Re: bug in statfs

2003-12-03 Thread Sam Steingold
> * Larry Hall <[EMAIL PROTECTED]> [2003-12-03 12:23:52 -0500]: > > At 12:03 PM 12/3/2003, Sam Steingold you wrote: >>POSIX specifies struct statfs to contain slots f_frsize, f_flag, >>f_favail, and f_namemax and to be declared in : >>

Re: bug in statfs

2003-12-03 Thread Larry Hall
At 12:03 PM 12/3/2003, Sam Steingold you wrote: >Hi, >POSIX specifies struct statfs to contain slots f_frsize, f_flag, >f_favail, and f_namemax and to be declared in : > > >Cygwin defines struct statfs without slots f_frsize

RE: Home key doesn't work with TERM=screen

2003-12-03 Thread Harig, Mark
> > If I ssh to cygwin with TERM=screen, pressing Home in bash results in > beep and a tilde printed. I've checked infocmp screen output, khome is > set to \E[1~, as in linux and cygwin terminfo entries. > You can take control of your keyboard settings by adding definitions to your ~/.inputrc:

Re: getopt() musings

2003-12-03 Thread Chris Morgan
It has again been some time since I've sent mail about the getopt issues ;-) I too would like to see getopt_long() allow parameter reordering, I'm fine with getopt() preserving posix correctness. Is anyone currently taking a look at this? What would be involved in the process? Thanks, Chris

bug in statfs

2003-12-03 Thread Sam Steingold
Hi, POSIX specifies struct statfs to contain slots f_frsize, f_flag, f_favail, and f_namemax and to be declared in : Cygwin defines struct statfs without slots f_frsize, f_flag, and f_favail, and with f_namelen instead of

Re: ssh hangs

2003-12-03 Thread Corinna Vinschen
On Wed, Dec 03, 2003 at 11:09:09AM +, Ben Anderson wrote: > Here's from /var/log/sshd/current: > > Dec 2 07:18:37 [sshd] Did not receive identification string from > 141.100.110.69 >- Last output repeated 4 times - > Dec 2 17:22:08 [sshd] Accepted password for root from 192.

install native/x11 ghostscript

2003-12-03 Thread Ulf-Dietrich Braumann
Hello, starting to use the newly available gv, I noticed the following conflict between the native and x11 ghostcript packages: Using the cygwin setup, even if I try to selectively install just ghostscript-x11 (besides ghostscript-base, of course), next time I run the setup, without manual interv

Re: Bash wait indefinitely

2003-12-03 Thread Brian Ford
On Tue, 2 Dec 2003, Christopher Faylor wrote: > On Tue, Dec 02, 2003 at 10:42:38AM -0600, Brian Ford wrote: > >Thomas Pfaff's 2003-12-01 pthread change might have fixed it. > > > I don't see why it would. bash doesn't use pthreads, AFAIK. > Sorry, I still need to learn not to say stupid speculativ

Re: how do I use two versions of cygwin on one machine?

2003-12-03 Thread Larry Hall
At 04:46 AM 12/3/2003, Fery you wrote: >Hello, > >I ask just to make it clear. I have the same situation as Jim: I use a >cross-compiler which has its own cygwin1.dll in its bin directory. So, >if everything goes OK, I simply can delete the cygwin1.dll from its >directory, and let it use my main cy

Home key doesn't work with TERM=screen

2003-12-03 Thread Baurjan Ismagulov
Hello, again about TERM. My console produces \E[1~ when I press the Home key. If I ssh to cygwin with TERM=linux or TERM=cygwin set, Home works in bash as expected. If I ssh to cygwin with TERM=screen, pressing Home in bash results in beep and a tilde printed. I've checked infocmp screen output,

Re: Problem with gcc -mno-cygwin?

2003-12-03 Thread Charles Wilson
Christopher Faylor wrote: Do you possibly have two versions of the mingw libgcc.a somehow? I haven't verified this on my system, since I am knee deep in something else right now but nm on /lib/gcc-lib/i686-pc-mingw32/3.3.1/libgcc.a tells me: w32-shared-ptr.o: b .bss d .dat

Re: ssh hangs

2003-12-03 Thread Ben Anderson
Here's from /var/log/sshd/current: Dec 2 07:18:37 [sshd] Did not receive identification string from 141.100.110.69 - Last output repeated 4 times - Dec 2 17:22:08 [sshd] Accepted password for root from 192.168.0.100 port 2035 s sh2 The first is my remote attempt to connect via

cygwin 1.5.5 under w2k pro v5 sp4: inetd problem, inetd do a stackdump when i do a telnet or anything else using inetd...

2003-12-03 Thread Yves Rey-Bellet
Hello, I have a problem with inetd.exe. The connection is closed by foreign host just after i open it. I have try inetd -d and i can see that the process says # 348 [main] inetd 816 sync_with_child: child 2644(0x55C) died before initialization with status code 0x18B00 As shown in attached file ine

Re: How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-03 Thread Ronald Landheer-Cieslak
On Wed, Dec 03, 2003 at 10:43:23AM +0100, Nguyen, Huu-Dung wrote: > Please help me to understand Cygwin because i am an unexperienced user of > CygWin > > I want to start some bash files or *.exe under /usr/bin so i have set in my > profile file > ... > PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R

Rookie question about cygwin, stdout and windowsXP

2003-12-03 Thread Roberto Bernetti
Hi I hope this is the right place to post this problem. I'm working under SUSE Linux 8.0 and I shoud run a my program on some PCs running WinNT4.0 and windowsXP. So I installed cygwin on my desktop (with dual boot) running winNT 4.0 SP6. The compiler used is g77. I make the program using the sam

RE: How to execute bash file under /usr/bin despite setting PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-03 Thread Jörg Schaible
Hello Huh-Dung, Nguyen, Huu-Dung wrote on Wednesday, December 03, 2003 10:43 AM: > Please help me to understand Cygwin because i am an unexperienced > user of CygWin > > I want to start some bash files or *.exe under /usr/bin so i > have set in my profile file ... > PATH="/usr/local/bin:/usr/bin

How to execute bash file under /usr/bin despite setting PATH="/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-03 Thread Nguyen, Huu-Dung
Hello friends Please help me to understand Cygwin because i am an unexperienced user of CygWin I want to start some bash files or *.exe under /usr/bin so i have set in my profile file ... PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH" ... and put my bash files or *.exe under /usr/bin bu

Re: how do I use two versions of cygwin on one machine?

2003-12-03 Thread Fery
Hello, I ask just to make it clear. I have the same situation as Jim: I use a cross-compiler which has its own cygwin1.dll in its bin directory. So, if everything goes OK, I simply can delete the cygwin1.dll from its directory, and let it use my main cygwin installation's cygwin1.dll? Thanks, Fer

cygwin windows to linux cross compiler issues !!

2003-12-03 Thread mohanlal jangir
I could succeed to build cygwin windows to linux cross compiler. Binaries seems to be almost ok as I am able to compile many applications perfectly. While cross compiling linux kernel, I encountered one problem: I used to get some errors from Assermber like "Error: junk `adcl $0x' after regist

RE: Setup.bz2 currently broken

2003-12-03 Thread Jörg Schaible
Larry Hall wrote on Tuesday, December 02, 2003 4:15 PM: > At 07:50 AM 12/2/2003, Jörg Schaible you wrote: >> Hi gang, >> >> Setup (2.416 started directly from the web) seems currently broken >> (or at least the contents of setup.bz2). I tried 4 different mirrors >> and after downloading setup.bz2

[ANNOUNCEMENT] Updated: xmlto-0.0.17-1

2003-12-03 Thread Marcel Telka
I've updated the xmlto package to version 0.0.17-1. This version is update to the latest official release. xmlto is a front-end to the DocBook XML toolchain written by Tim Waugh. xmlto converts XML files to various formats using XSL stylesheets. To update your installation, click on the "Instal

[ANNOUNCEMENT] New Package: distcc

2003-12-03 Thread John Morrison
distcc is a program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network. distcc should always generate the same results as a local build, is simple to install and use, and is often two or more times faster than a local compile. distcc does not req