Ongoing GCJ confusion

2012-04-04 Thread Me Myself and I
-As an aside, when it comes to classes in external packages in external (non-default) jar files,   does one usually have dynamic linking from the gcj compiled program to the   seperate package jar file (needed at runtime), or static linking where   the seperate jar necessary classes and relate

Re: SOCKS without SSH?

2012-04-04 Thread Marilo
I mean, purely within what is available in Cygwin, what is available to do it? While I could look to install something natively, I ask, within cygwin, because i'm interested in learning the cygwin tool, and familiarising myself more with the large array of common *nix commands it presents. > Fr

Re: sshd not doing key based authentication

2012-04-04 Thread Rurik Christiansen
David and Andrew thanks for your replies. Yes I didn't provide enough details, David you are right. But ... I was hoping more for some pointers to what the permissions must be and then do the troubleshooting myself. The "unix" side of permissions look ok. I don't know what the windows side must

Re: Help completing the GCJ

2012-04-04 Thread Christopher Faylor
On Thu, Apr 05, 2012 at 10:55:50AM +1030, Me Myself and I wrote: > >I have managed to get a copy of ecj.jar Last warning. Stop posting repetitive messages here or you'll be blocked from sending any further messages at all. -- Problem reports: http://cygwin.com/problems.html FAQ:

Help completing the GCJ

2012-04-04 Thread Me Myself and I
I have managed to get a copy of ecj.jar -I havn't been able to follow the instructions for cygpath very well. Is there a CLASSPATH=$CLASSPATH:"/a/b/c/d"; sort of statement I can just put in /etc/profile  , that won't leave any problems for my compiled program (presumably my import sta

Re: SSH failing to install on W8

2012-04-04 Thread Christopher Faylor
On Wed, Apr 04, 2012 at 04:45:59PM -0700, Sergio Cardoso wrote: >Got this: > > >1 [main] bash 2584 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. >Please report this problem to the public mailing list > >When opening the resulting shell the same error comes up. > >Windows 8 Consumer Be

SSH failing to install on W8

2012-04-04 Thread Sergio Cardoso
Got this: 1 [main] bash 2584 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list When opening the resulting shell the same error comes up. Windows 8 Consumer Beta (x64) Best, Sergio -- Problem reports: http://cygwin.com/probl

[ANNOUNCEMENT] Updated clamav-0.97.4-1

2012-04-04 Thread Reini Urban
I've updated clamav to the latest stable release 0.97.4 ClamAV 0.97.4 includes minor bugfixes, detection improvements and initial support for on-access scanning under Mac OS X (see contrib/ClamAuth). This update is recommended for all users. Project description: Clam AntiVirus is an anti-virus t

Re: snprintf() with g++ -std=c++98: error: 'snprintf' was not declared in this scope

2012-04-04 Thread Yaakov (Cygwin/X)
On 2012-04-04 10:18, Corinna Vinschen wrote: On Apr 4 16:54, Denis Excoffier wrote: -#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__>= 199901L) +#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__>= 199901L) || (__cplusplus>= 201103L) How is that supposed to work? $ gcc -xc++ -std=c++9

Re: [bug] Something fishy going on with sqlite3...

2012-04-04 Thread Achim Gratz
Warren Young writes: > I've rebuilt the packages and uploaded them here: > > wget \ > http://etr-usa.com/cygwin/sqlite3/sqlite3-3.07.11.00-1.tar.bz2 \ > http://etr-usa.com/cygwin/sqlite3/sqlite3-3.07.11.00-1-src.tar.bz2 \ > http://etr-usa.com/cygwin/sqlite3/libsqlite3_0-3.07.11.00-1.tar.bz2 \ >

Re: [bug] Something fishy going on with sqlite3...

2012-04-04 Thread Warren Young
On 4/4/2012 5:07 AM, Achim Gratz wrote: Warren Young etr-usa.com> writes: Send me the cygport file and I'll build new sqlite3 packages. ---8<->8--- ORIG_PN="sqlite" ORIG_PV=`echo $PV|tr . \ |\ awk -e '{printf "%1d%02d%02d%02d",$1,$2,$3,$4;}'` Thanks for taking the time to diagnose thi

chmod problem

2012-04-04 Thread Karl M
Hi All... On a recent Cygwin install on a new win7-64 machine, I ran into a problem. The ssh service would not start because the protection on the /etc/ssh_host_rsa_key was too weak. (I use only the rsa host key.) If I chmod the file to 600, all is well. But...if I do it within a shell scr

RE: [ANNOUNCEMENT] Updated: Cygwin 1.7.12

2012-04-04 Thread Thrall, Bryan
Achim Gratz wrote on 2012-04-04: > Corinna Vinschen writes: >> >> I just released 1.7.12. This is mainly a bugfix release, but a couple >> of bigger changes were required under the hood to fix some of the bugs. >> > > I'm not really sure if that happens because of the changes in 1.7.12 or > if

Re: [ANNOUNCEMENT] Updated: Cygwin 1.7.12

2012-04-04 Thread Achim Gratz
Corinna Vinschen writes: > > I just released 1.7.12. This is mainly a bugfix release, but a couple > of bigger changes were required under the hood to fix some of the bugs. > I'm not really sure if that happens because of the changes in 1.7.12 or if I just never saw it before: Using ~-expansion

Re: Is this supposed to work this way?

2012-04-04 Thread Warren Young
On 4/4/2012 7:29 AM, Eric Blake wrote: On 04/04/2012 03:01 AM, Andrey Repin wrote: Well, then, following your wisdom, I have to clog every line of my script with "... || exit" or an equivalent. No, you don't. You can factor out your feature checks up front, This. Maybe I'm misreading your

Re: snprintf() with g++ -std=c++98: error: 'snprintf' was not declared in this scope

2012-04-04 Thread Ryan Johnson
On 04/04/2012 11:18 AM, Corinna Vinschen wrote: On Apr 4 16:54, Denis Excoffier wrote: On Wed, Apr 04, 2012 at 10:02:24AM -0400, Ryan Johnson wrote: On 04/04/2012 9:32 AM, Denis Excoffier wrote: Hello, It could be that snprintf() is not properly declared in. According to [1], it's not offic

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Christopher Faylor
On Wed, Apr 04, 2012 at 12:32:26PM -0400, Christopher Faylor wrote: >On Wed, Apr 04, 2012 at 06:25:24PM +0200, Corinna Vinschen wrote: >>On Apr 4 12:18, Buchbinder, Barry (NIH/NIAID) [E] wrote: >>> Cygwin 1.7.12-1 on W7 in both cmd and mintty consoles >>> >>> ls -og /dev does not show com1, but >

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Christopher Faylor
On Wed, Apr 04, 2012 at 06:25:24PM +0200, Corinna Vinschen wrote: >On Apr 4 12:18, Buchbinder, Barry (NIH/NIAID) [E] wrote: >> Cygwin 1.7.12-1 on W7 in both cmd and mintty consoles >> >> ls -og /dev does not show com1, but >> >> $ ls -og /dev/com1 /dev/ttyS0 >> crw-rw-rw- 1 117, 0 2012-04-04 12:

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Corinna Vinschen
On Apr 4 12:18, Buchbinder, Barry (NIH/NIAID) [E] wrote: > Corinna Vinschen sent the following at Wednesday, April 04, 2012 10:40 AM > > On Apr 4 16:33, Andre Loker wrote: > >> $ ls -l /dev > >> total 0 > >> crw-rw-rw- 1 Administrator None 13, 254 Dec 1 2006 clipboard > >> crw-rw-rw- 1 Admin

RE: Start sshd service manually instead of automatically

2012-04-04 Thread Matt Seitz (matseitz)
> From: Corinna Vinschen > > Use the Services MMC-SnapIn, or use the sc command in an elevated shell: > > $ sc config sshd start= demand Thanks, will do.

RE: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Buchbinder, Barry (NIH/NIAID) [E]
Corinna Vinschen sent the following at Wednesday, April 04, 2012 10:40 AM > On Apr 4 16:33, Andre Loker wrote: >> $ ls -l /dev >> total 0 >> crw-rw-rw- 1 Administrator None 13, 254 Dec 1 2006 clipboard >> crw-rw-rw- 1 Administrator None 14, 3 Apr 4 16:31 dsp >> crw--w--w- 1 Administrator

Re: snprintf() with g++ -std=c++98: error: 'snprintf' was not declared in this scope

2012-04-04 Thread Corinna Vinschen
On Apr 4 16:54, Denis Excoffier wrote: > On Wed, Apr 04, 2012 at 10:02:24AM -0400, Ryan Johnson wrote: > >> On 04/04/2012 9:32 AM, Denis Excoffier wrote: > >> >Hello, > >> > > >> >It could be that snprintf() is not properly declared in. > >> According to [1], it's not officially part of c++98 (???

Re: snprintf() with g++ -std=c++98: error: 'snprintf' was not declared in this scope

2012-04-04 Thread Denis Excoffier
On Wed, Apr 04, 2012 at 10:02:24AM -0400, Ryan Johnson wrote: >> On 04/04/2012 9:32 AM, Denis Excoffier wrote: >> >Hello, >> > >> >It could be that snprintf() is not properly declared in. >> According to [1], it's not officially part of c++98 (???). Try >> gnu++98 instead. As for why it's not in c+

Re: Re: input delay issues

2012-04-04 Thread Christopher Faylor
On Wed, Apr 04, 2012 at 04:24:29PM +0200, Thomas Wolff wrote: >Christopher Faylor wrote: >> On Tue, Apr 03, 2012 at 09:31:40PM +0200, Thomas Wolff wrote: >> >Am 02.04.2012 22:56, schrieb Christopher Faylor: >> >>On Mon, Apr 02, 2012 at 09:46:51PM +0200, Thomas Wolff wrote: >> >>>When input is typed

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Corinna Vinschen
On Apr 4 16:33, Andre Loker wrote: > lxZsw= > Envelope-To: cori...@vinschen.de > Status: O > Content-Length: 1942 > Lines: 47 > > Am 04.04.2012 15:59, schrieb Corinna Vinschen: > >On Apr 4 15:38, Andre Loker wrote: > >> > >>$ ./000-cygwin-post-install.sh.done > >>mkdir: cannot create directory `

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Andre Loker
Am 04.04.2012 15:59, schrieb Corinna Vinschen: On Apr 4 15:38, Andre Loker wrote: $ ./000-cygwin-post-install.sh.done mkdir: cannot create directory `/dev/shm': Read-only file system Ok, this is a problem with the 000-cygwin-post-install.sh script now: Looking good so far, running 000-cygw

Re: Re: input delay issues

2012-04-04 Thread Thomas Wolff
Christopher Faylor wrote: On Tue, Apr 03, 2012 at 09:31:40PM +0200, Thomas Wolff wrote: >Am 02.04.2012 22:56, schrieb Christopher Faylor: >>On Mon, Apr 02, 2012 at 09:46:51PM +0200, Thomas Wolff wrote: >>>When input is typed-ahead, on a Unix or Linux systems it will be >>>buffered and used as soo

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Corinna Vinschen
On Apr 4 07:33, Eric Blake wrote: > On 04/04/2012 07:04 AM, Corinna Vinschen wrote: > > On Apr 4 14:12, Corinna Vinschen wrote: > >> On Apr 4 12:24, Andre Loker wrote: > >>> I *suppose* the issue is related to this change in 1.7.12: > >>> "- Cygwin now automatically populates the /dev directory

Re: input delay issues

2012-04-04 Thread Christopher Faylor
On Tue, Apr 03, 2012 at 09:31:40PM +0200, Thomas Wolff wrote: >Am 02.04.2012 22:56, schrieb Christopher Faylor: >>On Mon, Apr 02, 2012 at 09:46:51PM +0200, Thomas Wolff wrote: >>>When input is typed-ahead, on a Unix or Linux systems it will be >>>buffered and used as soon as an application looks fo

Re: snprintf() with g++ -std=c++98: error: 'snprintf' was not declared in this scope

2012-04-04 Thread Ryan Johnson
On 04/04/2012 9:32 AM, Denis Excoffier wrote: Hello, It could be that snprintf() is not properly declared in. According to [1], it's not officially part of c++98 (???). Try gnu++98 instead. As for why it's not in c++0x, there's a problem with the macros being defined [2] that AFAIK remains unr

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Corinna Vinschen
On Apr 4 15:38, Andre Loker wrote: > Am 04.04.2012 15:04, schrieb Corinna Vinschen: > >On Apr 4 14:12, Corinna Vinschen wrote: > >>On Apr 4 12:24, Andre Loker wrote: > >>>I *suppose* the issue is related to this change in 1.7.12: > >>>"- Cygwin now automatically populates the /dev directory wit

Re: getpass and /dev/tty

2012-04-04 Thread Denis Excoffier
On Wed, Apr 04, 2012 at 02:59:24PM +0200, Corinna Vinschen wrote: >> Hi Dennis, >> >> On Apr 4 10:58, Corinna Vinschen wrote: >> > On Apr 4 08:23, Denis Excoffier wrote: >> > > >> > > Hello! >> > > >> > > Would it be possible that getpass() first reads on /dev/tty before >> > > defaulting to s

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Andre Loker
Am 04.04.2012 15:04, schrieb Corinna Vinschen: On Apr 4 14:12, Corinna Vinschen wrote: On Apr 4 12:24, Andre Loker wrote: I *suppose* the issue is related to this change in 1.7.12: "- Cygwin now automatically populates the /dev directory with all existing POSIX devices." Do I have to take a

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Eric Blake
On 04/04/2012 07:04 AM, Corinna Vinschen wrote: > On Apr 4 14:12, Corinna Vinschen wrote: >> On Apr 4 12:24, Andre Loker wrote: >>> I *suppose* the issue is related to this change in 1.7.12: >>> "- Cygwin now automatically populates the /dev directory with all >>> existing POSIX devices." >>> >>

snprintf() with g++ -std=c++98: error: 'snprintf' was not declared in this scope

2012-04-04 Thread Denis Excoffier
Hello, It could be that snprintf() is not properly declared in . Take the following foo.c: % cat foo.c #include int main(void) { char buf[10]; snprintf(buf, 10, "%i", 0); return 0; } % In C, perhaps after a remark from Markus (http://sourceware.org/ml/cygwin/2009-04/msg00435.ht

Re: 1.7.12 breaks stdout of upx packed executables

2012-04-04 Thread Roland Schwingel
Hi Corinna, > > Thanks for the report. It's not so much breaking stdout, but rather > > that the executable is not recognized as Cygwin executable due to a dumb > > mistake I made when computing the size of a section. Fixed in CVS. > > ...and in the latest snapshot. Would you mind to test th

Re: sshd not doing key based authentication

2012-04-04 Thread David Sastre Medina
On Wed, Apr 04, 2012 at 03:26:39PM +0400, Andrey Repin wrote: > Greetings, Rurik Christiansen! > > I'm trying to make sshd to do key based authentication. > > I am guessing that is probably a problem of permissions but can't figure > > it out. > > All I found was this email: > > http://cygwin.com/m

Re: Is this supposed to work this way?

2012-04-04 Thread Eric Blake
On 04/04/2012 03:01 AM, Andrey Repin wrote: > > Well, then, following your wisdom, I have to clog every line of my script with > "... || exit" or an equivalent. No, you don't. You can factor out your feature checks up front, in a way that still works with 'set -e', rather than having to give up

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Corinna Vinschen
On Apr 4 14:12, Corinna Vinschen wrote: > On Apr 4 12:24, Andre Loker wrote: > > I *suppose* the issue is related to this change in 1.7.12: > > "- Cygwin now automatically populates the /dev directory with all > > existing POSIX devices." > > > > Do I have to take any actions regarding those is

Re: 1.7.12 breaks stdout of upx packed executables

2012-04-04 Thread Corinna Vinschen
On Apr 4 13:11, Corinna Vinschen wrote: > On Apr 4 12:21, Roland Schwingel wrote: > > Hi... > > > > Just updated to 1.7.12 and found one regression. If you have upx > > packed executables (upx from cygwin distribution) the stdout of the > > packed executable is broken now. > > > > Try the follo

Re: getpass and /dev/tty

2012-04-04 Thread Corinna Vinschen
Hi Dennis, On Apr 4 10:58, Corinna Vinschen wrote: > On Apr 4 08:23, Denis Excoffier wrote: > > > > Hello! > > > > Would it be possible that getpass() first reads on /dev/tty before > > defaulting to stdin? > > Yeah, that makes sense. I'll rework the function to behave more like > glibc's ve

RE: Is this supposed to work this way?

2012-04-04 Thread Nellis, Kenneth
From: Andrey Repin > That raises another question: what is the standard way of detecting OS type? > uname -o > ? The Wikipedia article on uname indicates which platforms support uname's -o option. http://en.wikipedia.org/wiki/Uname --Ken Nellis -- Problem reports: http://cygwin.com/problem

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Corinna Vinschen
On Apr 4 12:24, Andre Loker wrote: > Hello, > > I'm trying to do a fresh installation of Cygwin 1.7.12-1 on a new > Windows Server 2008 R2 machine. At the end of the installation I get > a warning that bash.sh returned exit code 1. > > The related parts of the log: > <> > 2012/04/04 11:53:05 run

Re: Windows7 broke DRIVELETTER:/path on cmdline of non-cygwin exe

2012-04-04 Thread Eliot Moss
On 4/4/2012 7:54 AM, Earnie Boyd wrote: On Tue, Apr 3, 2012 at 9:10 PM, Eliot Moss wrote: Except you wrote F:/blah which is *not* a Windows Sorry to call you out on this but you're spreading misinformation. F:/blah is as much a Windows path as is F:\blah is. Open you cmd.exe and type ``dir F:

Re: Windows7 broke DRIVELETTER:/path on cmdline of non-cygwin exe

2012-04-04 Thread Earnie Boyd
On Tue, Apr 3, 2012 at 9:10 PM, Eliot Moss wrote: > Except you wrote F:/blah which is *not* a Windows Sorry to call you out on this but you're spreading misinformation. F:/blah is as much a Windows path as is F:\blah is. Open you cmd.exe and type ``dir F:/blah'' to see that I'm correct. It is on

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Andre Loker
Am 04.04.2012 13:23, schrieb marco atzeri: On 4/4/2012 12:24 PM, Andre Loker wrote: Hello, I'm trying to do a fresh installation of Cygwin 1.7.12-1 on a new Windows Server 2008 R2 machine. At the end of the installation I get a warning that bash.sh returned exit code 1. The related parts of t

Re: sshd not doing key based authentication

2012-04-04 Thread Andrey Repin
Greetings, Rurik Christiansen! > I'm trying to make sshd to do key based authentication. > I am guessing that is probably a problem of permissions but can't figure > it out. > All I found was this email: > http://cygwin.com/ml/cygwin/2008-11/msg00212.html > which basically says RTFM > Well, I

Re: Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread marco atzeri
On 4/4/2012 12:24 PM, Andre Loker wrote: Hello, I'm trying to do a fresh installation of Cygwin 1.7.12-1 on a new Windows Server 2008 R2 machine. At the end of the installation I get a warning that bash.sh returned exit code 1. The related parts of the log: <> 2012/04/04 11:53:05 running: C:\cy

Re: 1.7.12 breaks stdout of upx packed executables

2012-04-04 Thread Corinna Vinschen
On Apr 4 12:21, Roland Schwingel wrote: > Hi... > > Just updated to 1.7.12 and found one regression. If you have upx > packed executables (upx from cygwin distribution) the stdout of the > packed executable is broken now. > > Try the following from mintty: > upx --best /usr/bin/tar.exe -o /tmp/t

Re: [bug] Something fishy going on with sqlite3...

2012-04-04 Thread Achim Gratz
Warren Young etr-usa.com> writes: > > Send me the cygport file and I'll build new sqlite3 packages. I've just made a local patch package, tests look good so far. Specifically, I can now build the Perl DBD::SQLite module (either with the bundled SQLite or the locally installed library) and have a

Cygwin 1.7.12-1: exit code 1 during post-install regarding dirs in /dev

2012-04-04 Thread Andre Loker
Hello, I'm trying to do a fresh installation of Cygwin 1.7.12-1 on a new Windows Server 2008 R2 machine. At the end of the installation I get a warning that bash.sh returned exit code 1. The related parts of the log: <> 2012/04/04 11:53:05 running: C:\cygwin\bin\bash.exe --norc --noprofile /

1.7.12 breaks stdout of upx packed executables

2012-04-04 Thread Roland Schwingel
Hi... Just updated to 1.7.12 and found one regression. If you have upx packed executables (upx from cygwin distribution) the stdout of the packed executable is broken now. Try the following from mintty: upx --best /usr/bin/tar.exe -o /tmp/tar.exe /tmp/tar.exe You will notice that when you in

Re: Re: GCJ and ECJ

2012-04-04 Thread Thomas Wolff
Von: David Rothenberger > I am having trouble finding an ecj.jar eclipse jar file to get GCJ going. > ... Many Cygwin packages come with a README file. As I mentioned previously[1], the one you want is /usr/share/doc/Cygwin/gcc4.README. Not quite the place where a normal user would look for h

Re: Is this supposed to work this way?

2012-04-04 Thread Andrey Repin
Greetings, Warren Young! >> what is the standard way of detecting OS type? >> uname -o >> ? > The wise try not to do that at all. > Instead, take in a little wisdom from the people who created autoconf, a > piece of software that's been uncommonly successful[*] by FOSS > standards: don't test

Re: getpass and /dev/tty

2012-04-04 Thread Corinna Vinschen
On Apr 4 08:23, Denis Excoffier wrote: > > Hello! > > Would it be possible that getpass() first reads on /dev/tty before > defaulting to stdin? Yeah, that makes sense. I'll rework the function to behave more like glibc's version of getpass. Corinna -- Corinna Vinschen Plea

Re: where is the setup.exe source code?

2012-04-04 Thread Václav Zeman
On 4 April 2012 09:19, Noel Grandin wrote: >[...] > Disclaimer: http://www.peralex.com/disclaimer.html 404 Not Found -- VZ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

sshd not doing key based authentication

2012-04-04 Thread Rurik Christiansen
Hello, I'm trying to make sshd to do key based authentication. I am guessing that is probably a problem of permissions but can't figure it out. All I found was this email: http://cygwin.com/ml/cygwin/2008-11/msg00212.html which basically says RTFM Well, I did RTFM, I followed the instructions.

[ANNOUNCEMENT] Updated: {pstoedit/libpstoedit0/libpstoedit-devel}-3.60-2: pstoedit translates PostScript and PDF graphics into other vector formats

2012-04-04 Thread Dr. Volker Zell
Hi New versions of 'pstoedit/libpstoedit0/libpstoedit-devel' have been uploaded to a server near you. o Build for cygwin 1.7.11 with gcc-4.5.3 o Linked against libMagickCore5-6.7.6.3-1 o Build for cygwin 1.7.11 with gcc-4.5.3 o Linked against libMagickCore5-6.7.6.3-1 CYGWIN-ANNOUNCE UNSUBS

Re: Windows7 broke DRIVELETTER:/path on cmdline of non-cygwin exe

2012-04-04 Thread Corinna Vinschen
On Apr 4 13:42, raf wrote: > Eliot Moss wrote: > > > On 4/3/2012 8:34 PM, raf wrote: > > >Eliot Moss wrote: > > > > > >>My suggestion would be to read up on the cygpath utility > > >>program and use it to convert cygwin paths to ones suitable > > >>for a non-cygwin program, etc. I launch non-cyg

Re: Is this supposed to work this way?

2012-04-04 Thread Csaba Raduly
Hi all! On Wed, Apr 4, 2012 at 5:57 AM, Warren Young wrote: > On 4/3/2012 7:35 PM, Andrey Repin wrote: >> >> >> what is the standard way of detecting OS type? >> uname -o >> ? > > > The wise try not to do that at all. > > Instead, take in a little wisdom from the people who created autoconf, a >

Re: where is the setup.exe source code?

2012-04-04 Thread Noel Grandin
On 2012-04-04 09:13, marco atzeri wrote: http://sourceware.org/cygwin-apps/setup.html Cool thanks! Disclaimer: http://www.peralex.com/disclaimer.html -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cyg

Re: where is the setup.exe source code?

2012-04-04 Thread marco atzeri
On 4/4/2012 8:51 AM, Noel Grandin wrote: Hi I've checked out the CVS repository, but I can't seem to find the source code for the installer. Any pointers? Thanks, Noel Grandin http://sourceware.org/cygwin-apps/setup.html -- Problem reports: http://cygwin.com/problems.html FAQ: