Re: Bootstrapping Cygwin 1.5.25

2008-03-16 Thread Christopher Faylor
On Sun, Mar 16, 2008 at 07:08:45PM -0400, Robert Eckhoff wrote: > Hi all, > Thank you in advance for any help. I want to bootstrap cygwin and gcc, > from cygwin. > > The documented procedure for bootstrapping a system has been documented in > many places and has amounted to the following: > 1) I

Re: How to capture error in Cygwin, $? is not working

2008-03-16 Thread nlian
Hi Corinna & all, Thanks for the advise. I got it! :) Cheers, Lian Corinna Vinschen-2 wrote: > > On Mar 12 23:09, nlian wrote: >> >> Hi, >> >> I want to write a simple script to start and stop windows service >> remotely. >> Here is the script: >> >> #!/usr/bin/bash >> sc servername

sys/sysinfo.h : No such file error

2008-03-16 Thread Shashidhar Dakuri
Hi, i am newbie using cygwin for the first time, i have a project for which i need sharpSAT a SAT solver, which is written in C++, i have my application writte in Java. so in order to integrate both of them and run them in unix environment, i installed cygwin , and when i compiled the sharpSAT, i g

Re: compiling C w/cygwin vs. -mno-cygwin; inconsistent "C" behavior

2008-03-16 Thread Greg Chicares
On 2008-03-16 23:00Z, Linda Walsh wrote: > > Isn't MSVCRT the startup code? It's not the startup code; it's the C runtime library. When you build your program with '-mno-cygwin', it links to the runtime that ms provides along with the operating system, so it inherits any shortcomings of that

using ssh -Y on Vista

2008-03-16 Thread Malgorzata Peszynska
Hello, (I sent this message originally to cygwin-xfree but somebody there suggested I should resend here). I am having a problem with X-windows forwarding from a fresh installation of cygwin and X on Longhorn Vista (cygcheck.out attached). Basically, when I do ssh -vv -Y [EMAIL PROTECTED]

Bootstrapping Cygwin 1.5.25

2008-03-16 Thread Robert Eckhoff
Hi all, Thank you in advance for any help. I want to bootstrap cygwin and gcc, from cygwin. The documented procedure for bootstrapping a system has been documented in many places and has amounted to the following: 1) Install libc headers (in cygwin's case, from the "cygwin-{version}-src" pac

Re: compiling C w/cygwin vs. -mno-cygwin; inconsistent "C" behavior

2008-03-16 Thread Linda Walsh
Brian Dessent wrote: Linda Walsh wrote: When I use the "no-cygwin" version, filenames with spaces in them get split into separate arguments, but if I run the "cygwin" version, the file name isn't split on space boundaries. I'm 'guessing', but shouldn't the breaking of apart of arguments behave

[ANNOUNCEMENT] Updated: {uw-imap/uw-imap-util/uw-imap-imapd/c-client}-2007-2: UW IMAP Toolkit

2008-03-16 Thread Dr. Volker Zell
Hi New versions of 'uw-imap/uw-imap-util/uw-imap-imapd/c-client' have been uploaded to a server near you. Cygwin NEWS: o Fixed packaging bug with man page symlinks uw-imap NEWS: === o See the file /usr/share/doc/uw-imap-2007/docs/RELNOTES DESCRIPTION: ==

[ANNOUNCEMENT] Updated: gnuplot-4.2.3-1

2008-03-16 Thread Dr. Volker Zell
Hi A new version of 'gnuplot' has been uploaded to a server near you. DESCRIPTION: Gnuplot is a command-line driven interactive function plotting utility for UNIX, MSDOS, VMS, and many other platforms. The software is copyrighted but freely distributed (i.e., you don't have to pay

Re: Avail for test: csih-0.1.2-1 [was: Re: csih and sspi with guest accounts]

2008-03-16 Thread Charles Wilson
Charles Wilson wrote: I'm going to make this current in a few days (assuming no brown bags)... There was a brown bag error. I've released csih-0.1.3-1, and removed 0.1.2 from sources. It's always the "one more obvious thing before I release" that doesn't need testing...that really needed to

Re: Avail for test: csih-0.1.2-1 [was: Re: csih and sspi with guest accounts]

2008-03-16 Thread Charles Wilson
Corinna Vinschen wrote: On Mar 16 00:34, Charles Wilson wrote: P.S. cgf or Corinna, two questions: (1) is it possible to create a CVS module for this on the cygwin-apps repository, and (2) do you think it would be a good idea to do so? cygwin-apps was created for this sort of projects, so afa

Re: ash/bash postinstall dance [Was: Cygwin doesn't install on Windows Server 2008 (x64).]

2008-03-16 Thread Corinna Vinschen
On Mar 14 22:56, Brian Dessent wrote: > Krzysztof Ostrowski wrote: > > > What is the purpose of "00ash.sh", and what kind of system calls does it > > attempt at making? Surely, it must be something very unusual because I've > > got > > The strange thing about this is that 00ash should be totally

Re: Avail for test: csih-0.1.2-1 [was: Re: csih and sspi with guest accounts]

2008-03-16 Thread Corinna Vinschen
On Mar 16 00:34, Charles Wilson wrote: > P.S. cgf or Corinna, two questions: (1) is it possible to create a CVS > module for this on the cygwin-apps repository, and (2) do you think it > would be a good idea to do so? cygwin-apps was created for this sort of projects, so afaics, the answer is (1

Re: Emacs-23.0.60.snapshot (20080315) Cygwin binaries

2008-03-16 Thread Angelo Graziosi
d.henman wrote: > I am using 23.0.50, which I had no problems building. Is this the > version where you increased required memory for something or other > several tens of megabytes? NO! The problems come out after unicode branch was merged to trunk, i.e. for 23.0.60 version of Emacs. If you bo

[ANNOUNCEMENT] Updated: robodoc-4.99.36-1

2008-03-16 Thread Gergely Budai
Version 4.99.36-1 of "robodoc" has been uploaded. ROBODoc is language independent source documentation tool. Mar 2008 - V4.99.36 o Added option --source_line_numbers to include original source line numbers in the documentation. o Minor RTF format bugfix. o Fixed bug 1888454, "dot files

Re: Emacs-23.0.60.snapshot (20080315) Cygwin binaries

2008-03-16 Thread d.henman
Angelo, I am using 23.0.50, which I had no problems building. Is this the version where you increased required memory for something or other several tens of megabytes? I am not familiar with the original problem you had, being out of the loop, but I didn't think as the time that throw

Re: compiling C w/cygwin vs. -mno-cygwin; inconsistent "C" behavior

2008-03-16 Thread Brian Dessent
Linda Walsh wrote: > When I use the "no-cygwin" version, filenames with spaces in them get split > into > separate arguments, but if I run the "cygwin" version, the file name isn't > split > on space boundaries. > > I'm 'guessing', but shouldn't the breaking of apart of arguments behave > the s

compiling C w/cygwin vs. -mno-cygwin; inconsistent "C" behavior

2008-03-16 Thread Linda Walsh
Just noticed an oddity. I wrote a redirector program to sit in the win/sys32 dir and catch calls for 'gvim' and call the real prog in the '/Prog/Vim' directory. The program is: char * const winpath="C:\\Prog\\Vim\\Gvim.exe"; int main (int argc,char * const argv[]) { execv(winpath,argv);