Re: mingw-targeted cross-compiler question

2010-12-22 Thread Frédéric Bron
> Basically, "stuff from mingw-w64.sf.net" > > The middle piece of the triplet is the vendor tag.  We at mingw-w64 > are the vendors.  We support win32 and win64, for both host and > target.  I admit it's confusing, but we didn't come up with a better > name fast enough. That is really good news.

Cygwin 1.7 : Checking -fPIC Failed when building the gcc 4.5.1 with --enable-plugin

2010-12-22 Thread Lucky Lu
I am having trouble with building the gcc 4.5.1 with --enable-plugin on Cygwin. The configure string is "--enable-plugin --enable-languages=c,c++ --disable-bootstrap". The error is ,   checking for -rdynamic... objdump: conftest: not a dynamic object no   checking for library containing dlopen...

Re: ATTN: Perl maintainer - RE: Problem with Perl/Tk and Pixmap

2010-12-22 Thread Yaakov (Cygwin/X)
On Wed, 2010-12-22 at 20:18 +0100, Reini Urban wrote: > I hear. > Known problem with certain XS modules. > > With -4 I had to recompile core and all XS modules and apparently some > old modules > are not binary compatible anymore, although the configuration did not change. > Only the environment d

tar fails to expand simple tar.gz across junction point

2010-12-22 Thread Steven Hartland
We're seeing some strange behaviour with tar under cygwin when its start point is a disk mounted under a directory. The result is:- We have the following disk layout: disk1: c:\dir1\dir2 disk2: d:\ & c:\dir1\dir2 Now when in c:\dir1 and extracting the tar which contains:- dir2/subdir1/file1 ta

RE: ATTN: Perl maintainer - RE: Problem with Perl/Tk and Pixmap

2010-12-22 Thread Thrall, Bryan
Reini Urban wrote on 2010-12-22: > 2010/12/22 Thrall, Bryan: >> Thrall, Bryan wrote on 2010-12-16: >>> Andrew DeFaria wrote on 2010-12-16:   On 12/16/2010 02:07 PM, Johannes v. Löwis wrote: > I have a Perl/Tk script that is supposed to show a pixmap on the > left side of the title bar

Re: ATTN: Perl maintainer - RE: Problem with Perl/Tk and Pixmap

2010-12-22 Thread Reini Urban
2010/12/22 Thrall, Bryan: > Thrall, Bryan wrote on 2010-12-16: >> Andrew DeFaria wrote on 2010-12-16: >>>   On 12/16/2010 02:07 PM, Johannes v. Löwis wrote: I have a Perl/Tk script that is supposed to show a pixmap on the left side of the title bar of the main window. It works on Linux an

Re: problem with sshd

2010-12-22 Thread Vasya Pupkin
On Wed, Dec 22, 2010 at 9:50 PM, David Sastre wrote: >> >> I have a problem running cygwin sshd. I often end up with a lot of >> >> bash processes running and eating memory while there are no single >> >> active ssh session. It happens when either connection lost or user >> >> closes connection wi

ATTN: Perl maintainer - RE: Problem with Perl/Tk and Pixmap

2010-12-22 Thread Thrall, Bryan
Thrall, Bryan wrote on 2010-12-16: > Andrew DeFaria wrote on 2010-12-16: >> On 12/16/2010 02:07 PM, Johannes v. Löwis wrote: >>> I have a Perl/Tk script that is supposed to show a pixmap on the left >>> side of the title bar of the main window. It works on Linux and on a >>> rather old version o

Re: problem with sshd

2010-12-22 Thread David Sastre
On Wed, Dec 22, 2010 at 01:17:11PM +0300, Vasya Pupkin wrote: > On Wed, Dec 22, 2010 at 12:41 PM, Thorsten Kampe > wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR > > * Vasya Pupkin (Wed, 22 Dec 2010 09:26:29 +0300) > >> I have a problem running cygwin sshd. I often end up with a lot of > >> bash

Re: mingw-targeted cross-compiler question

2010-12-22 Thread Kai Tietz
2010/12/22 : > On Wed, 22 Dec 2010 15:36:01 +0100, Kai Tietz > wrote: > >> 2010/12/22  : >>> >>> On Wed, 22 Dec 2010 15:11:18 +0100, Kai Tietz >>> wrote: >>> 2010/12/22  : > > On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron > > wrote: > > I checked the Make fi

Re: mingw-targeted cross-compiler question

2010-12-22 Thread lemkemch
On Wed, 22 Dec 2010 15:36:01 +0100, Kai Tietz wrote: 2010/12/22 : On Wed, 22 Dec 2010 15:11:18 +0100, Kai Tietz wrote: 2010/12/22 : On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron wrote: I checked the Make file, it used this flag: gcc -mno-cygwin -g -Wl,--add-stdcall-alias -

Re: mingw-targeted cross-compiler question

2010-12-22 Thread NightStrike
On Wed, Dec 22, 2010 at 10:35 AM, Andy Koppe wrote: > On 22 December 2010 15:12, NightStrike wrote: >> 2010/12/22 Frédéric Bron: >> I checked the Make file, it used this flag: >> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... > > replace gcc by gcc-3 >

Re: mingw-targeted cross-compiler question

2010-12-22 Thread Andy Koppe
On 22 December 2010 15:12, NightStrike wrote: > 2010/12/22 Frédéric Bron: > I checked the Make file, it used this flag: > gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... replace gcc by gcc-3 gcc 4 is now the default on cygwin but the cross compiler is

Re: mingw-targeted cross-compiler question

2010-12-22 Thread NightStrike
2010/12/22 Frédéric Bron : I checked the Make file, it used this flag: gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... >>> >>> replace gcc by gcc-3 >>> gcc 4 is now the default on cygwin but the cross compiler is not >>> supported for that version. >>> Frédéric >>

Re: mingw-targeted cross-compiler question

2010-12-22 Thread Kai Tietz
2010/12/22 : > On Wed, 22 Dec 2010 15:11:18 +0100, Kai Tietz > wrote: > >> 2010/12/22  : >>> >>> On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron >>> wrote: >>> >>> I checked the Make file, it used this flag: >>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols >>

Re: mingw-targeted cross-compiler question

2010-12-22 Thread lemkemch
On Wed, 22 Dec 2010 15:11:18 +0100, Kai Tietz wrote: 2010/12/22 : On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron wrote: I checked the Make file, it used this flag: gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... replace gcc by gcc-3 gcc 4 is now the defau

Re: mingw-targeted cross-compiler question

2010-12-22 Thread Kai Tietz
2010/12/22 : > On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron > wrote: > > I checked the Make file, it used this flag: > gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... replace gcc by gcc-3 gcc 4 is now the default on cygwin but the cross compiler

Re: mingw-targeted cross-compiler question

2010-12-22 Thread lemkemch
On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron wrote: I checked the Make file, it used this flag: gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... replace gcc by gcc-3 gcc 4 is now the default on cygwin but the cross compiler is not supported for that version. Fr

Re: mingw-targeted cross-compiler question

2010-12-22 Thread Frédéric Bron
>>> I checked the Make file, it used this flag: >>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... >> >> replace gcc by gcc-3 >> gcc 4 is now the default on cygwin but the cross compiler is not >> supported for that version. >> Frédéric > > What do you mean by not supported

Re: 1.7.7: make returns error 127

2010-12-22 Thread Greg Chicares
On 2010-12-22 07:42Z, Isaac Ong wrote: > > /bin/sh: zip: command not found > make: *** [../bin/build/chrome/xulschoolhello.jar] Error 127 The (alphabetical) cygcheck output says... xz4.999.9beta-11 zlib 1.2.5-1 so 'zip' is missing. Install it with

Re: dd to linux partition

2010-12-22 Thread Fergus
>> I installed the fs-driver and it found the drives/file systems >> .. however it seems to think the linux partition is unformated Oh dear. I'm afraid I can't mimic your difficulty. I checked that my 3 Linux partitions are all accessible to dd even though some are on an extended partition, lik

Re: problem with sshd

2010-12-22 Thread Vasya Pupkin
On Wed, Dec 22, 2010 at 12:41 PM, Thorsten Kampe wrote: > * Vasya Pupkin (Wed, 22 Dec 2010 09:26:29 +0300) >> I have a problem running cygwin sshd. I often end up with a lot of >> bash processes running and eating memory while there are no single >> active ssh session. It happens when either conne

Re: problem with sshd

2010-12-22 Thread Thorsten Kampe
* Vasya Pupkin (Wed, 22 Dec 2010 09:26:29 +0300) > I have a problem running cygwin sshd. I often end up with a lot of > bash processes running and eating memory while there are no single > active ssh session. It happens when either connection lost or user > closes connection without logging out, ss

Re: Thank you so much..

2010-12-22 Thread Mader, Alexander
Am 21.12.2010 19:11, schrieb Eliot Moss: On 12/21/2010 1:01 PM, auto18565...@hushmail.com wrote: ...setup, for removing the shortcut to mintty in my "Start Menu". Retards. May I gently suggest that calling people names is not a particularly good way to motivate volunteer maintainers Just a