Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Charles Wilson wrote: > Right, if I'm building a compiler. I'm not -- although that wasn't very > clear, since the only examply I gave was Danny's incantation for > building gcc, a compiler. Oops. > > I'm talking about building, say, ncurses so th

Re: permission problems with ssh-host-config

2009-01-28 Thread Corinna Vinschen
On Jan 27 19:35, Siegmar Gross wrote: > *** Info: Note that the CYGWIN variable must contain at least "ntsec" > *** Info: for sshd to be able to change user context without password. > *** Query: Enter the value of CYGWIN for the daemon: [ntsec] ntsec tty server > *** ERROR: Only [no] "check_case:s

[ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-39

2009-01-28 Thread Corinna Vinschen
Hi folks, I just uploaded a new Cygwin 1.7 test release, 1.7.0-39. Just download http://cygwin.com/setup-1.7.exe and use that setup tool to install Cygwin 1.7. As usual, please report bugs and problems to the mailing list cygwin AT cygwin DOT com. I'm not quite sure I already mentioned that we

CSIH csih_get_cygenv function (was Re: permission problems with ssh-host-config)

2009-01-28 Thread Corinna Vinschen
Hi Chuck, On Jan 28 11:19, Corinna Vinschen wrote: > On Jan 27 19:35, Siegmar Gross wrote: > > *** Info: Note that the CYGWIN variable must contain at least "ntsec" > > *** Info: for sshd to be able to change user context without password. > > *** Query: Enter the value of CYGWIN for the daemon: [

Re: CSIH csih_get_cygenv function (was Re: permission problems with ssh-host-config)

2009-01-28 Thread Corinna Vinschen
On Jan 28 12:21, Corinna Vinschen wrote: > What I'm planning to do is this: > > - In cygwin-service-installation-helper.sh I would like to drop the > check for the content of CYGWIN entirely. > > - In ssh-host-config I'd like to set the default for the CYGWIN settings > to an empty string.

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Ralph Hempel
Charles Wilson wrote: Pursuant to a discussion on the libtool list, I'm trying to get a feel for how many cygwin users rely on the cygwin environment to drive the *native* MinGW gcc compiler. That is, incantations like this: I find myself bouncing around between cygwin and mingw because each

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Vincent R.
On Wed, 28 Jan 2009 09:38:47 -0500, Ralph Hempel wrote: > Charles Wilson wrote: >> Pursuant to a discussion on the libtool list, I'm trying to get a feel >> for how many cygwin users rely on the cygwin environment to drive the >> *native* MinGW gcc compiler. That is, incantations like this: > >

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Christopher Faylor
On Wed, Jan 28, 2009 at 12:14:40AM -0600, Yaakov (Cygwin/X) wrote: >Charles Wilson wrote: >>This led to a suggestion that "--build=cygwin --host=mingw32" should >>always be interpreted as: mingw32-gcc is a cygwin-hosted cross >>compiler, NOT the native MinGW-project supported gcc (and if it IS the

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Christopher Faylor
On Wed, Jan 28, 2009 at 04:05:55PM +0100, Vincent R. wrote: >Actually I am using cygwin because there are many packages, adn a good >installer but I will >switch completely to mingw if I could get the same. >Couldn't be possible to share more things between the two projects ? >I mean for instance

Re: CSIH csih_get_cygenv function (was Re: permission problems with ssh-host-config)

2009-01-28 Thread Charles Wilson
Corinna Vinschen wrote: > What was the exact reason to restrict the input for the CYGWIN settings > in csih? I don't quite understand why a lot of options are disallowed > at all, for instance "winsymlinks", "ntea", etc. Inherited from pre-existing code (either old ssh-*-config or exim-config).

Possible sscanf %f conversion glitch

2009-01-28 Thread KHMan
Hi all, Someone ran into a problem with sscanf %f conversion on the Lout list. It appeared that one specific case fails. I am running cygwin-1.5.25-15. Test cases: #include int main() { char *foo1 = "10i"; char *foo2 = "0i"; char *foo3 = "0.0i"; char *foo4 = "1.0i"; char

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Roger Wells
Charles Wilson wrote: Pursuant to a discussion on the libtool list, I'm trying to get a feel for how many cygwin users rely on the cygwin environment to drive the *native* MinGW gcc compiler. That is, incantations like this: 1a) cygwin$ some-src-pkg/configure \ --build=i686-pc-cygwin --host

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Claude Sylvain
Charles Wilson wrote: > > Pursuant to a discussion on the libtool list, I'm trying to get a feel > for how many cygwin users rely on the cygwin environment to drive the > *native* MinGW gcc compiler. > - I currently use Cygwin for cross-platform development of software and firmware. - I use M

Re: CSIH csih_get_cygenv function (was Re: permission problems with ssh-host-config)

2009-01-28 Thread Corinna Vinschen
On Jan 28 10:17, Charles Wilson wrote: > Corinna Vinschen wrote: > > What I'm planning to do is this: > > > > - In cygwin-service-installation-helper.sh I would like to drop the > > check for the content of CYGWIN entirely. > > OK. Fine. I'll apply a patch at one point today. > > - In ssh-ho

Having problems with bash

2009-01-28 Thread syllk
I am hoping that there is a simple fix to this. I am new to cygwin and tinyos and when running cygwin it immediately runs with this first line 'bash: [: /home/Chris: binary operator expected'. With this problem I seem to get errors whenever I try to 'make' anything. If anyone knows how to fix thi

New Cygwin install and "configure: command not found" installing other packages

2009-01-28 Thread Bill Klein
I am new and know that I have done something wrong, but haven't been able to find the solution in the FAQ or archives. when I type .\configure I am getting the configure: command not found message. However, if I type sh .\configure it works fine. This happens when trying to install seve

Re: Having problems with bash

2009-01-28 Thread Christopher Faylor
On Wed, Jan 28, 2009 at 08:08:24AM -0800, syllk wrote: >I am hoping that there is a simple fix to this. I am new to cygwin and >tinyos and when running cygwin it immediately runs with this first line >'bash: [: /home/Chris: binary operator expected'. With this problem I >seem to get errors whenev

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Reini Urban
Charles Wilson schrieb: I just want to get an idea of how many people are currently, actually, successfully, doing something like 1a) or 1b) above. I never do serious cross-compiling from or to mingw in a cygwin shell. When testing mingw I do it from cmd.exe and the mingw toolkit and no cygwi

Re: New Cygwin install and "configure: command not found" installing other packages

2009-01-28 Thread Thorsten Kampe
* Bill Klein (Wed, 28 Jan 2009 10:40:48 -0600) > I am new and know that I have done something wrong, but haven't been > able to find the solution in the FAQ or archives. > > when I type >.\configure > I am getting the > configure: command not found > message. The path separator on Unix is

RE: New Cygwin install and "configure: command not found" installing other packages

2009-01-28 Thread Bill Klein
> From: cygwin-ow...@cygwin.com > [mailto:cygwin-ow...@cygwin.com] On Behalf Of Thorsten Kampe > Sent: Wednesday, January 28, 2009 10:59 AM > To: cygwin@cygwin.com > Subject: Re: New Cygwin install and "configure: command not > found" installing other packages > > * Bill Klein (Wed, 28 Jan 2009

Re: New Cygwin install and "configure: command not found" installing other packages

2009-01-28 Thread Sjors Gielen
Bill Klein wrote: A) my hope is to use as little "shell" as possible. I am installing Cygwin in order to be able to use a specific "product" that does not (normally) require shell programming. B) I am using the commands as they appear in the INSTALL file for the packages that I am using. (I si

[Fwd: Possible sscanf %f conversion glitch]

2009-01-28 Thread Corinna Vinschen
I'm forwarding this problem to the newlib list. I checked against the latest Cygwin from CVS and the problem still exists, afaics. - Forwarded message from KHMan - > Date: Wed, 28 Jan 2009 23:19:07 +0800 > From: KHMan > Subject: Possible sscanf %f conversion glitch > To: cygwin@cygwin.com

RE: New Cygwin install and "configure: command not found" installing other packages

2009-01-28 Thread Bill Klein
> From: cygwin-ow...@cygwin.com > [mailto:cygwin-ow...@cygwin.com] On Behalf Of Sjors Gielen > Sent: Wednesday, January 28, 2009 11:21 AM > To: cygwin@cygwin.com > Subject: Re: New Cygwin install and "configure: command not > found" installing other packages > That's because when you type 'confi

Re: [Fwd: Possible sscanf %f conversion glitch]

2009-01-28 Thread Jeff Johnston
Patch has been made. The vfscanf code to look for "inf" and "nan" was not stopped if we had only collected zeroes to that point so it thought it was processing an invalid infinity. -- Jeff J. Corinna Vinschen wrote: I'm forwarding this problem to the newlib list. I checked against the lates

Re: [Fwd: Possible sscanf %f conversion glitch]

2009-01-28 Thread KHMan
Jeff Johnston wrote: Patch has been made. The vfscanf code to look for "inf" and "nan" was not stopped if we had only collected zeroes to that point so it thought it was processing an invalid infinity. Thanks. Corinna Vinschen wrote: I'm forwarding this problem to the newlib list. I check

Re: chmod, ownership, etc

2009-01-28 Thread timcygwin
Thank you. -- View this message in context: http://www.nabble.com/chmod%2C-ownership%2C-etc-tp21649645p21712842.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/proble

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Greg Chicares
On 2009-01-28 05:28Z, Charles Wilson wrote: > Greg Chicares wrote: >> On 2009-01-28 02:21Z, Charles Wilson wrote: >>> Pursuant to a discussion on the libtool list, I'm trying to get a feel >>> for how many cygwin users rely on the cygwin environment to drive the >>> *native* MinGW gcc compiler. >>

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Kai Raphahn
Charles Wilson wrote: > Pursuant to a discussion on the libtool list, I'm trying to get a feel > for how many cygwin users rely on the cygwin environment to drive the > *native* MinGW gcc compiler. That is, incantations like this: [snip] > I hope this is considered on-topic here, because I'm in

opengl-1.1.0-10 glut32 linking problems

2009-01-28 Thread Reini Urban
The importlib /usr/lib/w32api/libglut32.a has some problems. Linking to the dll directly works fine. $ cat test.c #include #include #include int main(int argc, char *argv[]) { if(glutInit == NULL) { printf("glutInit is NULL\n"); return EXIT_FAILURE; } printf("GLUT %d

Re: opengl-1.1.0-10 glut32 linking problems

2009-01-28 Thread Reini Urban
2009/1/28 Reini Urban: > The importlib /usr/lib/w32api/libglut32.a has some problems. Linking > to the dll directly works fine. > > $ cat test.c > #include > #include > #include > int main(int argc, char *argv[]) > { >if(glutInit == NULL) { >printf("glutInit is NULL\n"); >ret

Re: find assert

2009-01-28 Thread Gregory Sharp
Hi, > That makes sense. I changed ENOSHARE to ENOENT throughout. I upgraded my cygwin 1.7 today, but cygwin+find+UDFS still reboots my windows 2000 computer. Was the above change supposed to have solved the problem? Thank you, Greg Greg Sharp gregsh...@geocities.com -- Unsubscrib

Re: find assert

2009-01-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gregory Sharp on 1/28/2009 4:46 PM: > Hi, > >> That makes sense. I changed ENOSHARE to ENOENT throughout. > > I upgraded my cygwin 1.7 today, but cygwin+find+UDFS still > reboots my windows 2000 computer. Was the above change > suppo

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Charles Wilson
Greg Chicares wrote: > On 2009-01-28 05:28Z, Charles Wilson wrote: First, thanks for your detailed response. It was very helpful. >> Do you use gnu-style configured projects (autoconf, automake, libtool, >> all that?) -- or some other build framework? > > Yes. I use autotools to build "native" v