Status of large address awareness?

2012-03-16 Thread Ryan Johnson
Hi all, What's the current status of large address awareness for cygwin binaries? I know at one point it seemed to be working well -- other than an issue with emacs (fixed now?) -- and there was talk of making it the default. However, this does not seem to be the case yet, based on looking at

Re: sys/filio.h

2012-03-16 Thread Tom Szczesny
Thank you's to you both: Marco:           defined(__CYGWIN__) Christopher:     gcc -xc /dev/null -dD -E -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.h

Re: sys/filio.h

2012-03-16 Thread Christopher Faylor
[formatting fixed] On Fri, Mar 16, 2012 at 04:23:32PM -0400, Tom Szczesny wrote: >There are several places in the source code that have the following >type of construction: > >#if defined(_AIX) || defined(linux) || defined(__alpha) || defined(__APPLE__) >extern "C" { >#include >} >#else >extern "C

[ANNOUNCEMENT] Updated: ruby-1.8.7-p358-2

2012-03-16 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** ruby-1.8.7-p358-2 *** ruby-tcltk-1.8.7-p358-2 Ruby is an interpreted scripting language for quick and easy object-oriented programming. This release has been rebuilt for openssl-1.0.1. -- Yaakov Cygwin/X CYGWIN-ANNOUN

[ANNOUNCEMENT] Updated: mysql-5.5.21-1, odbc-msyql-5.1.10-1

2012-03-16 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** mysql-5.5.21-1 *** mysqld-5.5.21-1 *** mysql-test-5.5.21-1 *** libmysqlclient18-5.5.21-1 *** libmysqlclient-devel-5.5.21-1 *** libmysqld0-5.5.21-1 *** libmysqld-devel-5.5.21-1 *** odbc-mysql-5.1.10-1 MySQL Community Editio

[ANNOUNCEMENT] Updated: libssh2-1.4.0-1

2012-03-16 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** libssh2_1-1.4.0-1 *** libssh2-devel-1.4.0-1 libssh2 is a library implementing the SSH2 protocol. This release is an update to the latest upstream release, built for openssl-1.0.1. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE

[ANNOUNCEMENT] Updated: curl-7.24.0-2

2012-03-16 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** curl-7.24.0-2 *** libcurl4-7.24.0-2 *** libcurl-devel-7.24.0-2 curl is a library and command line tool for transferring data with URL syntax, supporting numerous protocols, SSL certificates, HTTP POST, HTTP PUT, FTP upload

[ANNOUNCEMENT] Updated: bind-9.9.0-2

2012-03-16 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** bind-9.9.0-2 ISC BIND is a suite of Domain Name Service (DNS) utilities. This release has been rebuilt for openssl-1.0.1. The BIND libraries were linked statically into the binaries in order to not take ImageBase space

[ANNOUNCEMENT] Updated: apache2-2.2.22-2

2012-03-16 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** apache2-2.2.22-2 *** apache2-devel-2.2.22-2 *** apache2-manual-2.2.22-2 The Apache HTTP Server is a robust, commercial-grade, featureful, extensible, and freely-available source code implementation of an HTTP (Web) server.

Re: sys/filio.h

2012-03-16 Thread Tom Szczesny
There are several places in the source code that have the following type of construction: #if defined(_AIX) || defined(linux) || defined(__alpha) || defined(__APPLE__)extern "C" {#include }#elseextern "C" {#include }#endif As a temporary measure, I have added a line at the beginning of each co

RE: sys/filio.h

2012-03-16 Thread Tom Szczesny
Thanks for the tip! I was able to get the package working under Gentoo Linux. Seems that I need to do some work on the config step (which appears to have decided that the build is being done under Solaris). The file /usr/include/sys/filio.h does not exist in Gentoo Linux either. -

Re: Looking for txt editors, GUI - New to CYGWIN

2012-03-16 Thread Christopher Faylor
On Fri, Mar 16, 2012 at 09:53:49PM +0400, Andrey Repin wrote: >Greetings, Andrew DeFaria! > >>> Thanks, that helps! I am trying to learn more about Apps and how they work >>> with UNIX. Are there any TextEditor or GUI apps that I can download and put >>> into the BIN, and then execute them from C

Re: Looking for txt editors, GUI - New to CYGWIN

2012-03-16 Thread Andrey Repin
Greetings, Andrew DeFaria! >> Thanks, that helps! I am trying to learn more about Apps and how they work >> with UNIX. Are there any TextEditor or GUI apps that I can download and put >> into the BIN, and then execute them from Cygwin? > Most people use vim, vim have two modes of work: in first

Re: sys/filio.h

2012-03-16 Thread Christopher Faylor
On Fri, Mar 16, 2012 at 01:06:14PM -0400, Tom Szczesny wrote: > >Hi, I am attempting to "make install" the A+ language in my Cygwin environment. > >The package aplus-fsf-4.22-4.tar.gzis available at www.aplusdev.org > > > >The configure worked fine: > > CFLAGS=-O2 CXXFLAGS=-O2 ./configure

Re: cygwin-1.7.10-1 fork - address space needed by ... already in use

2012-03-16 Thread Christopher Faylor
On Fri, Mar 09, 2012 at 10:48:30AM -0500, Christopher Faylor wrote: >On Thu, Mar 08, 2012 at 10:55:35AM +0100, Corinna Vinschen wrote: >>On Mar 8 09:50, Denis Excoffier wrote: >>> On Wed, Mar 07, 2012 at 06:47:49PM +0100, Corinna Vinschen wrote: >>> >> Hi Denis, >>> >> >>> >> can you please test

sys/filio.h

2012-03-16 Thread Tom Szczesny
Hi, I am attempting to "make install" the A+ language in my Cygwin environment. The package aplus-fsf-4.22-4.tar.gzis available at www.aplusdev.org The configure worked fine: CFLAGS=-O2 CXXFLAGS=-O2 ./configure --prefix=/usr/local/aplus-fsf-4.22 The "make install" failed with th

Re: Looking for txt editors, GUI - New to CYGWIN

2012-03-16 Thread Christopher Faylor
On Fri, Mar 16, 2012 at 04:43:53PM +0100, Erwin Waterlander wrote: >On 03/16/2012 06:53 AM, Earthprime wrote: >> Hi everyone, and thanks for your time and assistance. I'm relatively new to >> UNIX and cygwin and have been mastering the system over the past few days. >> I want to start using TXT ed

Re: Looking for txt editors, GUI - New to CYGWIN

2012-03-16 Thread Ken Brown
On 3/16/2012 11:43 AM, Erwin Waterlander wrote: On 03/16/2012 06:53 AM, Earthprime wrote: Hi everyone, and thanks for your time and assistance. I'm relatively new to UNIX and cygwin and have been mastering the system over the past few days. I want to start using TXT editors and GUIs, though I ca

Re: Looking for txt editors, GUI - New to CYGWIN

2012-03-16 Thread Erwin Waterlander
On 03/16/2012 06:53 AM, Earthprime wrote: Hi everyone, and thanks for your time and assistance. I'm relatively new to UNIX and cygwin and have been mastering the system over the past few days. I want to start using TXT editors and GUIs, though I can't figure out how to launch them from cygwin, i

Re: Looking for txt editors, GUI - New to CYGWIN

2012-03-16 Thread Andrew DeFaria
On 03/16/2012 07:25 AM, Earthprime wrote: Thanks, that helps! I am trying to learn more about Apps and how they work with UNIX. Are there any TextEditor or GUI apps that I can download and put into the BIN, and then execute them from Cygwin? Most people use vim, or Emacs or XEmacs. You probably

Re: Looking for txt editors, GUI - New to CYGWIN

2012-03-16 Thread Earthprime
Thanks, that helps! I am trying to learn more about Apps and how they work with UNIX. Are there any TextEditor or GUI apps that I can download and put into the BIN, and then execute them from Cygwin? defaria wrote: > > On 03/16/2012 06:53 AM, Earthprime wrote: >> Hi everyone, and thanks for

Re: Looking for txt editors, GUI - New to CYGWIN

2012-03-16 Thread Andrew DeFaria
On 03/16/2012 06:53 AM, Earthprime wrote: Hi everyone, and thanks for your time and assistance. I'm relatively new to UNIX and cygwin and have been mastering the system over the past few days. I want to start using TXT editors and GUIs, though I can't figure out how to launch them from cygwin, i

Looking for txt editors, GUI - New to CYGWIN

2012-03-16 Thread Earthprime
Hi everyone, and thanks for your time and assistance. I'm relatively new to UNIX and cygwin and have been mastering the system over the past few days. I want to start using TXT editors and GUIs, though I can't figure out how to launch them from cygwin, if they come with the install package. Can

Re: Fork errors during toolchain build

2012-03-16 Thread marco atzeri
On 3/15/2012 8:20 PM, Ryan Johnson wrote: Hi all, I'm trying to build a crosstool chain under cygwin and I keep getting blocked by fork errors -- in spite of having rebased just before starting. Oddly, the errors come from scripts, not invocations of just-built-gcc (which used to be the killer).

Re: parallel installations of cygwin

2012-03-16 Thread Greg Chicares
On 2012-03-16 11:09Z, DEWI - N. Zacharias wrote: [...] > For me this sound like it is no problem to install the 1.7 version > along with the 1.5 if I use a different directory as root. I've installed both in parallel, in 2012, following these instructions: http://cygwin.com/ml/cygwin/2009-05/msg0

parallel installations of cygwin

2012-03-16 Thread DEWI - N. Zacharias
Hi all, We have a bunch of scripts running under cygwin version 1.5.x. Because they are used every day it is not considered as a good idea just to install the actual version and hope that everything works. Therefore I want to know if it is possible to have both installation (1.5 and 1.7) on th

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

2012-03-16 Thread Achim Gratz
René Berber computer.org> writes: > How do you set them to go into files? In my initial tests? Not at all, that was the default (I may be able to override that in the system or user configuration, but have not touched anything there). When I compile SQLite with SQLITE_TEMP_STORE=3 (memory only)

Re: How to request a module be added to setup list?

2012-03-16 Thread Yaakov (Cygwin/X)
On 2012-03-15 23:52, Chloe wrote: How do I request a module to be added to the module setup list, or how do I upload it? http://projects.gnome.org/gtksourceview/ gtksourceview-2.0 (for gtk2) and 3.0 (for gtk3) are available in Cygwin Ports. Yaakov -- Problem reports: http://cygwin.c