Re: Pb with permissions on crontab

2004-03-02 Thread Julien Gilles
Julien Gilles <[EMAIL PROTECTED]> writes: > Hi, > > I'am playing with cron, and I have the following problem : I want to > modify the crontab through a service (a cgi in an apache server in > fact). This service belongs to the user SYSTEM, so I used "crontab -u > Administrator file" to set the Ad

XDMCP connection doesn't work

2004-03-02 Thread Giuseppe DELL'ERBA
Hi, I have installed Cygwin/X on my desktop (WIN XP Professional) and I have tried to connect via XDMCP to a Linux AS 2.1 machine typing the command: Xwin.exe :0 -query remote_ip_address the result was a grey screen and I didn't receive the login window. Looking at the FAQ document I have fo

[ANNOUNCEMENT] Updated: distcc-2.13-1

2004-03-02 Thread Harold L Hunt II
The distcc-2.13-1 package has been updated in the Cygwin distribution. Changes === 1) Resync with upstream release. -- Harold Hunt To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Once you've d

[ANNOUNCEMENT] Updated: xemacs-21.4.15-1/xemacs-tags-21.4.15-1/xemacs-emacs-common-21.4.15-1

2004-03-02 Thread Dr. Volker Zell
Hi A new version of 'xemacs' has been uploaded to a server near you. DESCRIPTION: A powerful, highly customizable open source text editor and application development system CYGWIN NEWS: * routine update * removed --with-offixe from configure as it needs --with-drag

[ANNOUNCEMENT] Updated: tzcode-2003e-1

2004-03-02 Thread Dr. Volker Zell
Hi A new version of 'tzcode/tzdata' has been uploaded to a server near you. DESCRIPTION: The time zone package CYGWIN NEWS: * compiled with cygwin-1.5.7 * man pages are now in /usr/share/man * fixed some mkdir warnings during installation * added missing requires:

Re: Pb with permissions on crontab

2004-03-02 Thread Corinna Vinschen
On Mar 2 09:42, Julien Gilles wrote: > Julien Gilles <[EMAIL PROTECTED]> writes: > > I'am playing with cron, and I have the following problem : I want to > > modify the crontab through a service (a cgi in an apache server in > > fact). This service belongs to the user SYSTEM, so I used "crontab -u

Re: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-02 Thread Corinna Vinschen
On Feb 29 11:19, Andrew J Halls wrote: > Hi > I am having a problem with the ssh-agent and excess logging to the > NT system event logger. After start the ssh-agent over 14,000 log messages > are entered into the Application log in less than 60 seconds. Each message > content seem to be the s

read(): varblk tape records...(& Fix for : read())

2004-03-02 Thread Jason Winter
Hi Corinna, Rereading the MSDN: Q161338 document I refered to before, Cygwin will need to use a minimum 128KB buffer when 'reading' data from tapes - the NT specification doesn't allow access to the 'last bytes' in a variable-block any other way. 128KB allows for any SCSI device under windows.

multiple cron cause problem

2004-03-02 Thread Michael Chen
Dear all, As many users did, cron starts with bash. (probably in .barshrc) But we keep open new terminal, because of more jobs or previous termial deadlock. Thus we started many cron process at different time. Will this cause problem? I observed that cron procedures remain in the windows NT Task

Re: problem about SEMAPHORE at cygwin 1.5.7

2004-03-02 Thread Corinna Vinschen
On Mar 1 12:36, [EMAIL PROTECTED] wrote: > (See attached file: lcctestsem.c) > > problem about SEMAPHORE at cygwin 1.5.7 > > cygwin 1.5.7 > cygserver as ipc server > > a process has gotten semaphore using SEM_UNDO, when the process aborts, it > should release corresponding semaphore at Linux.

Re: read(): varblk tape records...(& Fix for : read())

2004-03-02 Thread Corinna Vinschen
On Mar 2 10:51, Jason Winter wrote: > Hi Corinna, > > Rereading the MSDN: Q161338 document I refered to before, Cygwin will need > to use a minimum 128KB buffer when 'reading' data from tapes - the NT > specification doesn't allow access to the 'last bytes' in a variable-block > any other way.

Re: read(): varblk tape records...(& Fix for : read())

2004-03-02 Thread Jason Winter
Hi Corinna, If you could look into that it would be great. I know there's a few 'Hercules mainframe' emulator users who would like to get their tape drives working, and I think this will fix it. You are right, I've not looked at the Cygwin source code... Only traced my own programs to fix th

gcc problem

2004-03-02 Thread Lauer Rainer
Hi Gents, I've installed the latest version of cygwin (as of today 2.03.04). My PC is running Windows 2000 with service pack 4. Installation is done on my loca drive d:. I tried a small "C++" and failed, the reason is totally unclear to me. The program is: #include using namespace std; int main(

Re: gcc problem

2004-03-02 Thread Laurent Vaucher
The error message is: $ gcc -o gtest gtest.cc /cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccCmpxzX.o(.text+0x4d):gtest.cc: undefined reference to `std::ios_base::Init::Init[in-charge]()' /cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccCmpxzX.o(.text+0x68):gtest.cc: undefined reference to `std::ios_base:

Re: Pb with permissions on crontab

2004-03-02 Thread Julien Gilles
Corinna Vinschen <[EMAIL PROTECTED]> writes: > On Mar 2 09:42, Julien Gilles wrote: >> Julien Gilles <[EMAIL PROTECTED]> writes: >> > I'am playing with cron, and I have the following problem : I want to >> > modify the crontab through a service (a cgi in an apache server in >> > fact). This servi

Re: multiple cron cause problem

2004-03-02 Thread Thorsten Kampe
* Michael Chen (2004-03-02 12:08 +0100) > As many users did, cron starts with bash. (probably in .barshrc) Sorry? Cron is a normal windows service and a look into your .bashrc would advise you: "grep cron ~/.bashrc". And bash is not the default shell for cron - if you meant this - but "sh": "man 5

Re: rebase and cygwin and GD module

2004-03-02 Thread Jason Tishler
David, Please post instead of sending private email. On Mon, Mar 01, 2004 at 10:42:02PM -, David Burt wrote: > Found one of your emails on cygwin www site and thought you may be abe > to help me > > I am trying to install the perl GD.pm module within cygwin on a > windows XP PC > > you me

Re: read(): varblk tape records...(& Fix for : read())

2004-03-02 Thread Corinna Vinschen
On Mar 2 12:03, Jason Winter wrote: > If you could look into that it would be great. I know there's a few > 'Hercules mainframe' emulator users who would like to get their tape drives > working, and I think this will fix it. I've checked in a fix. Variable block reads should behave as on Linu

Re: crontab: no changes made to crontab

2004-03-02 Thread Thorsten Kampe
* Michael Chen (2004-03-02 06:57 +0100) > Dear all, since the first time using "crontab -", I can never change the > crontab file anymore. "crontab -e" calls emacs, but cron just discarded any > new modifications. The emacs saved the "crontab.*" into /tmp. What's > wrong? Thanks. Try using ano

Re: gcc problem

2004-03-02 Thread Gerrit P. Haase
Hello Rainer, you wrote: > I've installed the latest version of cygwin (as of today 2.03.04). My PC is > running Windows 2000 with service pack 4. Installation is done on my loca > drive d:. I tried a small "C++" and failed, the reason is totally unclear to > me. > The program is: [...] > The er

Re: what's the software for making slide under cygwin, please?

2004-03-02 Thread Christopher Faylor
On Tue, Mar 02, 2004 at 12:42:18AM -0600, Gregory Borota wrote: >I agree with you. Maybe the master wants to take notice. Or, maybe, a moments reflection would lead us to surmise that this is not a new subject and maybe it's already been discussed? -- Unsubscribe info: http://cygwin.com/ml/#

Re: read(): varblk tape records...(& Fix for : read())

2004-03-02 Thread Jason Winter
Hi Corinna, If read() turns out to need a change, could you also check why I need to set varblk mode before each write to remind the API what's going on - from what I remember a second write returns an error unless I reset varblk mode each time. (I call a routine to set to before each read and

Re: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-02 Thread Karl M
Hi... If you are running McAfee, try turning it off as an experiment. I had ssh socket problems with McAfee in the past. HTH, ...Karl From: Corinna Vinschen <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: A problem with OpenSSH 3.8.p1-1 - ssh-agent Date: Tue

RE: gcc problem

2004-03-02 Thread Gareth Pearce
> > g++ is in a separate package named gcc-g++, be sure you have installed > this too. Then you need to link against libstdc++ when using gcc as > driver: > gcc -o gtest gtest.cc -lstdc++ > or you use g++ as driver which includes libstdc++ automatically: > g++ -o gtest gtest.cc Just want to d

Re: Error using cygrunsrv to stop bash scripts

2004-03-02 Thread Igor Pechtchanski
Andrew, Please make sure your mailer respects the Reply-To: header -- I set it for a reason. More below. On Tue, 2 Mar 2004, Cousins, Andrew wrote: > Igor, > > Service is installed with > > # > cygrunsrv --install actest3 \ > --path c:/usr/Cyg-W

stdout/stderr handling by cygrunsrv/bash/tcl

2004-03-02 Thread Patrick Samson
I run a service installed as: cygrunsrv --install pgr-daemon --path /usr/bin/bash.exe --args "--login /opt/pgreplica/bin/pgrd host1 host2" --user pgreplicator --shutdown Everything is fine with stdout. Messages are in /var/log/pgr-daemon.log But if my application, which is a TCL script, writ

Problem with mod_jk (Apache and tomcat)

2004-03-02 Thread florent . lothon
Hello, i try to configure tomcat (windows installed) and apache (from cygwin) to work together. But i have a problem getting the mod_jk : The Freebsd directory of this URL : http://apache.crihan.fr/dist/jakarta/tomcat-connectors/jk/binaries/ isn't available. I saw the apache modules of cygwin and

Re: Better way to do this? (bash scripting)

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, Yaakov Selkowitz wrote: I hope this isn't considered too far OT, but perhaps someone will find this useful. I wrote the attached scripts, which I place in /etc/profile.d/, in order to get quicker access to the original-package and Cygwin-specific documentation. (pkgdoc and cyg

Re: crontab: no changes made to crontab

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, Thorsten Kampe wrote: > * Michael Chen (2004-03-02 06:57 +0100) > > Dear all, since the first time using "crontab -", I can never change the > > crontab file anymore. "crontab -e" calls emacs, but cron just discarded any > > new modifications. The emacs saved the "crontab.*

[OT] Re: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, Karl M wrote: > If you are running McAfee, try turning it off as an experiment. I had ssh > socket problems with McAfee in the past. > HTH, > ...Karl > [snip] > _ > Get a FREE online computer virus scan from McAfee

Re: Problem with mod_jk (Apache and tomcat)

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004 florentlothonfreefr wrote: > Hello, > > i try to configure tomcat (windows installed) and apache (from cygwin) > to work together. But i have a problem getting the mod_jk : > The Freebsd directory of this URL : > http://apache.crihan.fr/dist/jakarta/tomcat-connectors/jk/binaries

Re: stdout/stderr handling by cygrunsrv/bash/tcl

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, Patrick Samson wrote: > I run a service installed as: > > cygrunsrv --install pgr-daemon > --path /usr/bin/bash.exe > --args "--login /opt/pgreplica/bin/pgrd host1 host2" > --user pgreplicator > --shutdown > > Everything is fine with stdout. Messages are in /var/log/pgr-da

RE: invalid spawn id (4)

2004-03-02 Thread Wolmarans, Brett
If you recommend your telnet client so much then have it installed by default. That was my point. ___ brett wolmarans, PSE, Spirent Communications Cell Phone: (818) 292-3411 http://support.spirentcom.com -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED]

asdf

2004-03-02 Thread Jonathan
asdf

Re: Snapshot 20040225: make hangs/errors out

2004-03-02 Thread Volker Quetschke
Hi! I can reproduce with that snapshot, but I get slightly different results. Here is the stderr output from 1052 runs, but the strange thing is that even when I get errors, the task continues to run. It seems somehow that the return code of the errored run gets lost or something. Are you st

Re: multiple cron cause problem

2004-03-02 Thread Thorsten Kampe
*Please do NOT send private email* * Michael Chen (2004-03-02 20:12 +0100) > I read /usr/share/doc/Cygwin/cron.README I doubt that. > and see that cron in cygwin is actually a windows 2000 service, > surprising! It is not by itself. You have to install it as described in the readme. > But does

Re: problem linking SHM functions

2004-03-02 Thread Brian Ford
I'm digging out of my list backlog, and I noticed you didn't get a reply. So, this is just in case you haven't figured it out yet. On Wed, 14 Jan 2004 [EMAIL PROTECTED] wrote: > I have a program that uses shared memory functions shmget() and shmat() and > that works fine under Linux. > > My probl

apache2 and cygwin- problems running

2004-03-02 Thread robert atkinson
I am running CYGWIN 1.5.7 on WindowsXP, been having problems getting apache2 (2.0.47 & 2.0.48) to startup and continue running. It just simply shows up on my taskmgr, then exits with little fanfair. I have no issues compiling Apache2, I get the normal .exe errors so I simply copy the .exe's lef

Re: apache2 and cygwin- problems running

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, robert atkinson wrote: > I am running CYGWIN 1.5.7 on WindowsXP, been having problems getting > apache2 (2.0.47 & 2.0.48) > to startup and continue running. It just simply shows up on my taskmgr, > then exits with little fanfair. > > I have no issues compiling Apache2, I get th

Re: Snapshot 20040225: make hangs/errors out

2004-03-02 Thread Christopher Faylor
On Tue, Mar 02, 2004 at 02:27:33PM -0500, Volker Quetschke wrote: >>I can reproduce with that snapshot, but I get slightly different >>results. Here is the stderr output from 1052 runs, but the strange >>thing is that even when I get errors, the task continues to run. It >>seems somehow that the

RE: invalid spawn id (4)

2004-03-02 Thread Larry Hall
Brett, I understood your point. You clearly didn't catch mine though, I guess because it was shrouded in humor. I'll be more plain. The argument you make for including Cygwin's telnet by default could be made for many other utilities provided with Cygwin as well. Including all these by defau

RE: invalid spawn id (4)

2004-03-02 Thread Igor Pechtchanski
Brett, Humor and indignation aside, it might be a useful feature to have "installation profiles" for setup based on intended usage. That way, instead of having to wade through all the packages (on a too-small screen, no less [an inside joke]), one could simply select "Cygwin for telnet", or "Cygw

Re: invalid spawn id (4)

2004-03-02 Thread Christopher Faylor
On Tue, Mar 02, 2004 at 04:10:00PM -0500, Igor Pechtchanski wrote: >Humor and indignation aside, it might be a useful feature to have >"installation profiles" for setup based on intended usage. That way, >instead of having to wade through all the packages (on a too-small >screen, no less [an insid

gcc 2.95

2004-03-02 Thread Erick Castillo
Need to install gcc 2.95 on the latest cygwin release. gcc version 3.3... does not work properly. Where could i find 2.95 if not through the simple cygwin install wizard? Will version 2.95 even work on the latest cygwin release? Any information on this would be incredibly useful. thanks. --Eri

Re: gcc 2.95

2004-03-02 Thread Rolf Campbell
gcc version 3.3 works fine, gcc v2.95 was broken on cygwin and nobody wanted to fix it, so it was discontinued. Erick Castillo wrote: Need to install gcc 2.95 on the latest cygwin release. gcc version 3.3... does not work properly. Where could i find 2.95 if not through the simple cygwin instal

Re: apache2 and cygwin- problems running

2004-03-02 Thread robert atkinson
I suppose I should have directed my question better, I was a tad confused for sure. I wasn't aware I -had- to use cygserver in order to get this to startup, you helped lead me down the path that I had to install the package. I outright forgot that I did in fact read the docs for it, when I trie

Re: Snapshot 20040225: make hangs/errors out

2004-03-02 Thread Rolf Campbell
Christopher Faylor wrote: On Tue, Mar 02, 2004 at 02:27:33PM -0500, Volker Quetschke wrote: I can reproduce with that snapshot, but I get slightly different results. Here is the stderr output from 1052 runs, but the strange thing is that even when I get errors, the task continues to run. It seem

RE: invalid spawn id (4)

2004-03-02 Thread Wolmarans, Brett
You must be joking! ___ brett wolmarans, PSE, Spirent Communications Cell Phone: (818) 292-3411 http://support.spirentcom.com -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 1:10 PM To: [EMAIL PROTECTED] Cc: Wolma

RE: invalid spawn id (4)

2004-03-02 Thread Wolmarans, Brett
I wish I had a job where I could spend this much time writing so much about so little. Lucky you! ___ brett wolmarans, PSE, Spirent Communications Cell Phone: (818) 292-3411 http://support.spirentcom.com -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED]

Re: gcc 2.95_

2004-03-02 Thread Erick Castillo
Rolf Campbell mailc.net> writes: > > gcc version 3.3 works fine, gcc v2.95 was broken on cygwin and nobody > wanted to fix it, so it was discontinued. > > Erick Castillo wrote: > > Need to install gcc 2.95 on the latest cygwin release. gcc version 3.3... does > > not work properly. Where cou

setup installation profiles [Was Re: invalid spawn id (4)]

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, Christopher Faylor wrote: > On Tue, Mar 02, 2004 at 04:10:00PM -0500, Igor Pechtchanski wrote: > >Humor and indignation aside, it might be a useful feature to have > >"installation profiles" for setup based on intended usage. That way, > >instead of having to wade through all

RE: invalid spawn id (4)

2004-03-02 Thread Larry Hall
At 05:53 PM 3/2/2004, you wrote: >I wish I had a job where I could spend this much time writing so much about >so little. Lucky you! Apparently you do (have such a job). And I'm sure we're all appreciative that you use so much of your precious time to start antagonistic threads and keep them

Re: Snapshot 20040225: make hangs/errors out

2004-03-02 Thread Brian Ford
Ok, I haven't been following this thread, but I thought I'd try to help debug. Somebody tell me if I found a clue, or I'm just being stupid. Under a current, debugging enabled, cvs compiled cygwin1.dll: $ uname -a CYGWIN_NT-5.1 fordpc 1.5.8(0.111/4/2) 2004-03-02 12:22 i686 unknown unknown Cygwin

RE: invalid spawn id (4)

2004-03-02 Thread Igor Pechtchanski
Brett, First off, please configure your mailer to not quote raw e-mail addresses in your replies -- the spam harvesters have it too easy already. And I actually was not joking -- Cygwin setup, just like Cygwin itself, is open-source software developed by volunteers in their spare time. Without th

Re: Snapshot 20040225: make hangs/errors out

2004-03-02 Thread Volker Quetschke
Are you still using this script: export C=1 while strace -o strace.$C.txt make -j ; do C=$(($C+1)) ; done echo Failed after $C runs If yes: The strace catches the errors. I use a script without strace and the while catches the error of the make command. Do you actually have an strace which demons

Re: gcc 2.95_

2004-03-02 Thread Larry Hall
At 05:58 PM 3/2/2004, you wrote: >Rolf Campbell mailc.net> writes: > >> >> gcc version 3.3 works fine, gcc v2.95 was broken on cygwin and nobody >> wanted to fix it, so it was discontinued. >> >> Erick Castillo wrote: >> > Need to install gcc 2.95 on the latest cygwin release. gcc version 3.3..

Re: Snapshot 20040225: make hangs/errors out

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, Brian Ford wrote: > Ok, I haven't been following this thread, but I thought I'd try to help > debug. Somebody tell me if I found a clue, or I'm just being stupid. > > Under a current, debugging enabled, cvs compiled cygwin1.dll: > > $ uname -a > CYGWIN_NT-5.1 fordpc 1.5.8(0.11

RE: invalid spawn id (4)

2004-03-02 Thread Wolmarans, Brett
Yes I know, but I am not a skilled contributor. ___ brett wolmarans, PSE, Spirent Communications Cell Phone: (818) 292-3411 http://support.spirentcom.com -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 3:50 PM To:

Re: gcc 2.95_

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, Erick Castillo wrote: > Rolf Campbell mailc.net> writes: > > > gcc version 3.3 works fine, gcc v2.95 was broken on cygwin and nobody > > wanted to fix it, so it was discontinued. > > > > Erick Castillo wrote: > > > Need to install gcc 2.95 on the latest cygwin release. gcc ver

Re: Snapshot 20040225: make hangs/errors out

2004-03-02 Thread Brian Ford
On Tue, 2 Mar 2004, Igor Pechtchanski wrote: > Brian, > > It must be late in the day -- $((a+b)) is bash syntax, not ash... You > need to change your script to have '#!/bin/bash' or use `expr a + b`. > Igor > Thanks Igor. I knew it had to be something stupid. FWIW, I first tried the scrip

Re: Snapshot 20040225: make hangs/errors out

2004-03-02 Thread Volker Quetschke
Are you still using this script: export C=1 while strace -o strace.$C.txt make -j ; do C=$(($C+1)) ; done echo Failed after $C runs If yes: The strace catches the errors. I use a script without strace and the while catches the error of the make command. Do you actually have an strace which demo

Re: gcc 2.95_

2004-03-02 Thread Warren Young
Erick Castillo wrote: The application i have compiles with older versions of the compiler I've found that all of g++ 3.x's new warnings and errors are correct, so the "right" solution is to fix your program. If it's not your program, I'm sure the developers would appreciate patches. If you ca

Re: gcc 2.95_

2004-03-02 Thread Charles Plager
Warren Young wrote: Erick Castillo wrote: The application i have compiles with older versions of the compiler I've found that all of g++ 3.x's new warnings and errors are correct, so the "right" solution is to fix your program. If it's not your program, I'm sure the developers would apprecia

Re: Request: Cgywin version dependancy listed in setup

2004-03-02 Thread Charles Plager
Larry Hall wrote: Setup will eventually handle version dependencies too (it may be set up for it now, I didn't check). That means that setup will understand if it's dependencies need to be updated as well. For now, you don't have that option (either because it's not completely there yet in se

Re: gcc 2.95_

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, Charles Plager wrote: > Warren Young wrote: > > Erick Castillo wrote: > > > > The application i have compiles with older versions of the compiler > > > > I've found that all of g++ 3.x's new warnings and errors are correct, > > so the "right" solution is to fix your program

Re: Request: Cgywin version dependancy listed in setup

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, Charles Plager wrote: > Larry Hall wrote: > > > Setup will eventually handle version dependencies too (it may be set up > > for it now, I didn't check). That means that setup will understand if > > it's dependencies need to be updated as well. For now, you don't have > > that

RE: gcc 2.95

2004-03-02 Thread Norman Vine
Erick Castillo wrote: > > Need to install gcc 2.95 on the latest cygwin release. gcc version 3.3... does > not work properly. Where could i find 2.95 if not through the simple cygwin > install wizard? Will version 2.95 even work on the latest cygwin release? Any > information on this would be i

SIGSEGV in cygwin1.dll

2004-03-02 Thread Marco Canini
Hi list, this is my first post here. I'm writing an application that uses SDL, lib3ds and glib I've installed SDL and lib3ds from sources, both compiled with -mno-cygwin, while glib (2.2) comes from here http://web.sfc.keio.ac.jp/~s01397ms/cygwin/ I wasn't able to compile it from sources, still n

Re: gcc 2.95_

2004-03-02 Thread Tim Prince
At 02:58 PM 3/2/2004, Erick Castillo wrote: You're absolutely right, gcc version 3.3 does work fine. The problem I'm having is specific to the software I am trying to compile. The application i have compiles with older versions of the compiler and this is why I'm looking for older ones. So one

RE : Problem with mod_jk (Apache and tomcat)

2004-03-02 Thread Flo
Yes This dll need another two dll that I added but now the error code changed to 127 so I think I must use another mod_jk. Probably a cygwin mod_jk but when I try to build it with ./configure it fail : checking os_type directory... Cannot find jni_md.h in D:\java\j2sdk1.4.2_03/ configure: error:

Re: XDMCP connection doesn't work

2004-03-02 Thread Andrew DeFaria
Giuseppe DELL'ERBA wrote: Hi, I have installed Cygwin/X on my desktop (WIN XP Professional) and I have tried to connect via XDMCP to a Linux AS 2.1 machine typing the command: Xwin.exe :0 -query remote_ip_address the result was a grey screen and I didn't receive the login window. Looking at