Re: RFD: cygwin + *native* MinGW compiler

2009-01-27 Thread Charles Wilson
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 native >> MinGW one, expect breakage).

Re: Can't compile Screen: Undefined reference to __imp__ospeed

2009-01-27 Thread Justin L .
Thanks for looking at this, Andrew. I might have messed something up, but after extracting your build, I still don't get 256 colors within a Screen terminal. I'm using a Perl script, available at http://www.frexx.de/xterm-256-notes/data/256colors2.pl, to test whether my terminal is giving me 2

Re: RFD: cygwin + *native* MinGW compiler

2009-01-27 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 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 native > MinGW one,

Re: RFD: cygwin + *native* MinGW compiler

2009-01-27 Thread Charles Wilson
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. > > I use the native MinGW compiler in a Cygwin envi

Re: RFD: cygwin + *native* MinGW compiler

2009-01-27 Thread Greg Chicares
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. I use the native MinGW compiler in a Cygwin environment, successfully, many ho

Re: RFD: cygwin + *native* MinGW compiler

2009-01-27 Thread Warren Young
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 do half of what you're asking: use Cygwin's bash shell as an environment to drive mingw32-make on Mi

Re: RFD: cygwin + *native* MinGW compiler

2009-01-27 Thread Christopher Faylor
On Tue, Jan 27, 2009 at 09:21:59PM -0500, Charles Wilson wrote: >I hope this is considered on-topic here, because I'm interested in the >uses of the cygwin environment itself. It's certainly on-topic. I'd be interested in the responses too. cgf -- Unsubscribe info: http://cygwin.com/ml/#un

RFD: cygwin + *native* MinGW compiler

2009-01-27 Thread Charles Wilson
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=mingw32 \ CC=/c/MinGW/b

Re: [1.7] regression wrt scp?

2009-01-27 Thread Charles Wilson
Christopher Faylor wrote: > This should be fixed in CVS and is in the latest snapshot. Confirmed that CVS fixes this problem for me. Thanks! -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: editing crontab using gvim

2009-01-27 Thread Toby Allsopp
On Tue, Jan 27 2009, Shai wrote: > On Tue, Jan 29, 2008 at 9:42 PM, Toby Allsopp wrote: Please don't quote email addresses on this list. See http://www.cygwin.com/acronyms/#PCYMTNQREAIYR. Also, if you'd waited two more days it would have been a bit funnier. >> On Tue, Jan 29 2008, Shai wrote:

Re: cygrunsrv autossh - tunnel does not come up

2009-01-27 Thread hooner
> >> > I have problems running autossh via cygrunsrv on WIN2003: >> > >> > /bin/cygrunsrv.exe -I AutoSSH -p /bin/autossh -a "-M 2 -g2CN -R >> > 20120:localhost:3389 -i /etc/key-rsa -p 20012 u...@192.168.100.12" -e >> > AUTOSSH_NTSERVICE=yes -y tcpip --type auto >> > >> > As soon as I start th

Re: Can't compile Screen: Undefined reference to __imp__ospeed

2009-01-27 Thread Andrew Schulman
> >>> Installing screen-4.0.3-1 > /usr/src/screen-4.0.3-1/src/screen-4.0.3/etc/mkinstalldirs > /usr/src/screen-4.0.3-1/inst/usr/bin /usr/src/screen-4.0.3-1/inst`sed < > config.h > -n -e '/define SCREENENCODINGS/s/^.*"\([^"]*\)"/\1/p'` > /usr/bin/install -c screen /usr/src/screen-4.0.3-1/inst/usr/b

Re: Problems with pair key auth and sftp server

2009-01-27 Thread Larry Hall (Cygwin)
Benjamin, Please try to keep the quoting format. It makes it easier to follow the discussion and pick out your replies to my questions. Also, it is preferable to reply to the messages as this maintains the message threading. Benjamin Stössel wrote: And exactly how did you do this? What were y

Re: permission problems with ssh-host-config

2009-01-27 Thread Christopher Faylor
On Tue, Jan 27, 2009 at 07:35:44PM +0100, Siegmar Gross wrote: >Why doesn't the script allow the values "ntsec tty server" for CYGWIN >any longer although "cygserver" needs "server" in CYGWIN? Presumably because sshd doesn't need server and it certainly doesn't need "tty". cgf -- Unsubscribe inf

permission problems with ssh-host-config

2009-01-27 Thread Siegmar Gross
Hi, I have installed Cygwin on Windows XP SP3 (NTFS) with the latest patches. When I tried to configure secure shell I got the following errors. $ /usr/bin/ssh-host-config *** Info: Generating /etc/ssh_host_key *** Info: Generating /etc/ssh_host_rsa_key *** Info: Generating /etc/ssh_host_dsa_key

Re: syntax highlighting on Joe

2009-01-27 Thread Javier Sedano
It worked! You can check it right here: http://www.cygwin.com/ml/cygwin/2008-07/msg00277.html -- Javier Sedano javier.sed...@gmail.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwi

Re: [1.7] regression wrt scp?

2009-01-27 Thread Christopher Faylor
On Mon, Jan 26, 2009 at 11:29:23AM -0500, Christopher Faylor wrote: >Ok. I was pretty sure that I hadn't seen a broken pipe message at this >point but I could be mistaken. That was because there wasn't really a broken pipe. I wasn't reporting EINTR correctly. This should be fixed in CVS and is

Re: Vista - postgresql 8.2.11 - won't start, psql FATAL role does not exist

2009-01-27 Thread Keith Christian
On Tue, Jan 27, 2009 at 6:58 AM, Reini Urban wrote: > Keith Christian schrieb: >> >> I'd like to get PostgreSQL running on my Vista machine. >> >> I've been following the "impatient" instructions at the end of >> /usr/share/doc/Cygwin/postgresql-8.2.11.README as shown below: >> >> >> 1 Instal

Re: Vista - postgresql 8.2.11 - won't start, psql FATAL role does not exist

2009-01-27 Thread Reini Urban
Keith Christian schrieb: I'd like to get PostgreSQL running on my Vista machine. I've been following the "impatient" instructions at the end of /usr/share/doc/Cygwin/postgresql-8.2.11.README as shown below: 1 Installation: 2 3 For the impatient: install as service (hard) har

Re: Fwd: [Clamav-devel] Bug#512776: License incompatibility with libgmp ("GPLv2 only" linking to "LGPLv3 or later")

2009-01-27 Thread Reini Urban
David Billinghurst schrieb: Reini Urban wrote: Attached is a clamav license incompatibility bug with libgmp from the debian lawyers. clamav might be forced to link against an older libgmp. The switch to LGPL3 came with gmp-4.2.2, so gmp-4.2.1 would be needed for clamav compatibility. But pre

Re: syntax highlighting on Joe

2009-01-27 Thread Julio Emanuel
On Tue, Jan 27, 2009 at 04:20, Larry Hall (Cygwin) wrote: > Julio Emanuel wrote: > > > >> I also would like to grab this opportunity to (once again) ring the >> service bell to whoever maintain this package 'joe'. >> It's my favorite (actually the only) editor in the Unix/Cygwin > >

Re: Finding out login history

2009-01-27 Thread Marco Atzeri
--- Ronald Fischer ha scritto: > Marco Atzeri writes: > OK, now I finally have 'last', there is a usage > problem: > > mucn13154:~ 1 501 $ last > last: /var/log/wtmp: No such file or directory > Perhaps this file was removed by the operator to > prevent logging last info. > mucn13154:~ 1 503 $

Re: Finding out login history

2009-01-27 Thread Ronald Fischer
Marco Atzeri yahoo.it> writes: OK, now I finally have 'last', there is a usage problem: mucn13154:~ 1 501 $ last last: /var/log/wtmp: No such file or directory Perhaps this file was removed by the operator to prevent logging last info. mucn13154:~ 1 503 $ ls -l /var/log total 6031 -rw-r--r-- 1 f

Re: Problems with pair key auth and sftp server

2009-01-27 Thread Benjamin Stössel
And exactly how did you do this? What were your answers to the questions? Is 'sshd' actually running now? about the answers I used "ssh-host-config -y" so every answer was yes. And the sshd is running. Except that it throws the error about the sftp-server. Hm, why is this? I switched the user

Re: octave-3.0.3-1: mkoctfile error : mkoctfile seems to be unable to find liboctave

2009-01-27 Thread Tatsuro MATSUOKA
Hello --- Marco Atzeri wrote: > Thanks Tatsuro, > give me few days, as I need to repack both > octave-3.0.3-1 for cygwin-1.5 > octave-3.0.3-2 for cygwin-1.7 OK! No problem. > is anything else fine ? It seems that it is fine at the moment. Regards Tatsuro ---