Re: mknetrel issues

2003-06-15 Thread Max Bowsher
Christopher Faylor wrote: On Sat, Jun 14, 2003 at 11:36:43PM -0400, Christopher Faylor wrote: On Sun, Jun 15, 2003 at 02:05:42AM +0100, Max Bowsher wrote: Christopher Faylor wrote: On Sat, Jun 14, 2003 at 10:43:44PM +0100, Max Bowsher wrote: 2) Use of $(BASE_FLAGS_TO_PASS) and

Re: gc-6.1 - a new package for review

2003-06-15 Thread Jari Aalto+list.cygwin-apps
* Sat 2003-06-14 Nicholas Wourms [EMAIL PROTECTED] list.cygwin-apps sdesc: library: The Boehm-Demers-Weiser conservative garbage collector ldesc: A drop-in replacement of malloc to support on the fly garbage collection. skip: This is wrong, please split it into at least two separate packages,

Novice question: Is it possible to get FREE documentation for X?

2003-06-15 Thread Alexei Lioubimov
Hello, I'm new to X, so it will be very usefull to read some documentation to get the main ideas of X _before_ downloading and installing all those huge packages. I've tried to let the Google find some, but it failed (of course, it found a lot of links pointing to another links... and so on), and

Re: Multiple XWIN on the desktop

2003-06-15 Thread Alexander Gottwald
Philippe Bastiani wrote: Hi, So you've not changed the startup files? This will not work since you can only have one xserver per display number. The second, third and any other xserver must be started with an explicit displaynumber set. Why XWin does not set the display number

Re: Novice question: Is it possible to get FREE documentation forX?

2003-06-15 Thread Alexander Gottwald
Alexei Lioubimov wrote: Actually my question is: Is there any resource, where I can download some tutorials and papers with the description of the main internals of X, the main components (what is where?), programming guidelines etc, from? A collection of links is available at

src/winsup/cygwin ChangeLog cygerrno.h cygheap ...

2003-06-15 Thread cgf
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-06-16 03:24:13 Modified files: winsup/cygwin : ChangeLog cygerrno.h cygheap.cc cygserver.cc cygserver_client.cc cygserver_process.cc

Re: [RFA] enable dynamic (thread safe) reents

2003-06-15 Thread Christopher Faylor
On Fri, Jun 13, 2003 at 08:20:47AM +0200, Thomas Pfaff wrote: Unfortunately stdin, stdout and stderr were defined with _REENT directly. Sigh. I've checked in this patch. I'll ask again if it makes sense to fix this problem in newlib. Does it? cgf

fontconfig with shared libraries?

2003-06-15 Thread Gerrit P. Haase
Hallo, I want to build an xml project and I need several libraries to build it, under them also fontconfig: http://fontconfig.org/ I have no problems to compile it, but the included executables are not running, they fail to initialize. Does someone have a recent build including shared libraries

Re: [gnugo-devel] cgoban + cygwin + w98se

2003-06-15 Thread Teun Burgers
Graham Lamont wrote: I get : XIO: fatal IO error 108 (Socket operation on non-socket) on X server :0.0 after 4449 requests (4446 known processed) with 0 events remaining. when I run cgoban after startx. Me too. This seems to occur with cygwin versions later than 1.20. See here for

STLPort Libraries

2003-06-15 Thread Ufuk oban
Have you built stlport's libraries? I built just static library(.a). make all is set just for all_static. there is no macro for dynamic libraries. When i try to make all_dynamic there is an error like undefined reference to [EMAIL PROTECTED]. -- Unsubscribe info:

Re: [gnugo-devel] cgoban + cygwin + w98se

2003-06-15 Thread Larry Hall
Teun Burgers wrote: Graham Lamont wrote: I get : XIO: fatal IO error 108 (Socket operation on non-socket) on X server :0.0 after 4449 requests (4446 known processed) with 0 events remaining. when I run cgoban after startx. Me too. This seems to occur with cygwin versions later than

Re: STLPort Libraries

2003-06-15 Thread Larry Hall
Ufuk oban wrote: Have you built stlport's libraries? I built just static library(.a). make all is set just for all_static. there is no macro for dynamic libraries. When i try to make all_dynamic there is an error like undefined reference to [EMAIL PROTECTED]. There's no reason to send to

RE: Problem Running Apache through Cygwin

2003-06-15 Thread Sergio
Hi Gerrit, I have re-installed Cygwin because I wanted to start developing some web apps and apache is the best choice for me. Apache isn't giving me this error anymore: cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: The service has not been started. Instead it

RE: Signal 127 when doing make

2003-06-15 Thread Manik, Raina (IE10)
~ ~Manik, ~ ~Signal 127 usually means that some application could not ~be exec'd. Look ~at the make output before that point. Try getting make ~to echo your ~commands (by running it with -n, for example) and check ~that all the ~necessary programs exist