RE: Apache doesn't run anymore with 1.3.14

2002-11-05 Thread Ralf Habacker
The absolute base address isn't the most important thing, the only thing which is important to find a base address which isn't used by one of the applications loaded dll's. yep, shouldn't we enforce some bash script that can detect such a free base address or modify Jason's rebase. A

Re: Q. on creating DLL's for use w/ excel (export names without @0,@ 4 etc?) (cygwin 1.3.13-2)

2002-11-05 Thread Pavel Holejsovsky
Matthew, 1. you can try ld's option --kill-at. The link cmdline would look like this: gcc -Wl,--kill-at -Wl,--out-implib,libfoo.import.a -mno-cygwin -shared -o foo.dll foo.o 2. you can create .def file foo.def containing list of exported symbols without @NN suffix (one symbol per line). Then

undefined ELF header when porting .so file from cygwin to linux

2002-11-05 Thread Alfred Lam
Hi all, I'm facing a problem for which there were not much help. I have created a .so file in cygwin since the programs used windows.h and a .lib file. After having created this .so file, I used it in a jni link. Previously, a .dll was created which was used in a jni link, but now I need the

RE: Q. on creating DLL's for use w/ excel (export names without @0, @4 etc?) (cygwin 1.3.13-2)

2002-11-05 Thread Schaible, Jörg
Hi Matthiew, int WINAPI foobar() { return 1234; } ^^ This is the problem. By default WINAPI defines something like __stdcall that causes this! Regards, Jörg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

1.3.14-1: poll and accept bug/incorrect behavior

2002-11-05 Thread Tigran Mkrtchyan
Hi All, I am porting application from Unix to Cygwin. The application works fine on SunOS, IRIX, Linux and native win32. But it's failed to work under cygwin. The problem is poll implementation. In our the code we have a part, which calling the poll before accept as it have to check for several

Re: Apache doesn't run anymore with 1.3.14

2002-11-05 Thread Stipe Tolj
Ralf Habacker wrote: A first step in this direction is the list option -l which I have added to the kde-cygwin's rebase, which is a fork of jason's one. any URL pointers? I'd like to check that in a free nano-second I get in the upcoming infinity :)) Stipe [EMAIL PROTECTED]

FW: undefined ELF header when porting .so file from cygwin to linux

2002-11-05 Thread Schaible, Jörg
Oringinal unfortunatelly sent private ... :( -Original Message- From: Schaible, Jörg Sent: Tuesday, November 05, 2002 9:56 AM To: 'Alfred Lam' Subject: RE: undefined ELF header when porting .so file from cygwin to linux Hi Alfred, which I have obtained in cygwin with: g++ *.o

RE: undefined ELF header when porting .so file from cygwin to linux

2002-11-05 Thread Schaible, Jörg
Hello Alfred, sorry, I just *know* it, but I do not know how to do it. But I am quite sure, that someone at the list will help. You might find additionally a lot of examples looking into the archives (or try google at site:cygwin.com). Regards, Jörg -Original Message- From: Alfred

RE: Apache doesn't run anymore with 1.3.14

2002-11-05 Thread Ralf Habacker
A first step in this direction is the list option -l which I have added to the kde-cygwin's rebase, which is a fork of jason's one. any URL pointers? I'd like to check that in a free nano-second I get in the upcoming infinity :)) the recent version is bundled with the kdelibs package,

anal...izzami

2002-11-05 Thread GIADA
http://amatorialexxx.tux.nu filmati, analità, amatori e molto altro vieni ad anal..izzarmi non ti pentirai ma spero mi farai pentire.. http://amatorialexxx.tux.nu MATERIALE PER ADULTI VIETATO AI MINORI 18 ANNI per non ricevere mail: [EMAIL PROTECTED] --

Perl 5.6.1: Problem with CRLF/LF conversions

2002-11-05 Thread Mikael Hubsch
I'm trying to port a framework of perl scripts to cygwin. I'm running cygwin 1.3.14 on WinXP. The problem is that perl seems to assume binmode whenever I read a file, but text mode when I write to one. The sample code below shows the problem. If I write a line to a file with a LF-only ending,

Package Management, app and util distributions, etc.

2002-11-05 Thread Christopher M. Lyons
I've been looking for application and utility disttributions for Cygwin, as well as for XFree under Cygwin. It seems as though there's not a good way to find packages (or catagories of packages) for Cygwin unless you already know the name of a package you want. Sometimes, even that's spotty. I

how to get openssh-3.4 working on w2k?

2002-11-05 Thread Ralf . Weber
Hello, I'm a cygwin beginner ;-) I've installed openssh-3.5p1-5 on my w2k system but I can't establish a connection from another host (sshd is running). When I enter the password I get the following error messages for two times 'Permission denied, please try again.' and finally 'Permission

RE: Q. on creating DLL's for use w/ excel (export names without @0, @ 4 etc?) (cygwin 1.3.13-2)

2002-11-05 Thread Willis, Matthew
Thanks, I have everything working now, and have made loads of notes. I had to do everything with -mno-cygwin and this made linking against c++ libs a bit tricky (Solution: google for mingw-extras and install them). The reason I used -mno-cygwin is that I found excel was core dumping when I linked

Re: how to get openssh-3.4 working on w2k?

2002-11-05 Thread Jason Dufair
The first thing to check is whether you can ssh to yourself on the same box. Did you use mkpasswd and mkgroup to add your local (or domain) account and group to /etc/passwd and /etc/group? What if you copy public keys? Can you ssh then? [EMAIL PROTECTED] wrote: Hello, I'm a cygwin beginner

Re: Backwards typeahead

2002-11-05 Thread Steve Chapel
Steve Chapel wrote: With the cygwin 1.3.13 bash shell running in a Windows 98 SE DOS window, I've experienced that characters I've typed in while a command is running appear reversed when the command prompt appears again. I found this thread

RFD: cygipc ENOSYS patch

2002-11-05 Thread Jason Tishler
--eHhjakXzOLJAF9wJ Content-Type: multipart/mixed; boundary=mojUlQ0s9EVzWg2t Content-Disposition: inline --mojUlQ0s9EVzWg2t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 30, 2002 at 08:35:41PM +0100, Peter

Re: don't want leading underscore

2002-11-05 Thread Benjamin K.
I want to be binary compatible with linux and other operating systems. Binary compatible? That really has little meaning since there's far more to binary compatibility than how symbols from the program source code are or are not adorned when emitted into the object code files. Of course,

Q: python compiled with gcc-3.2?

2002-11-05 Thread Schnörr, Claudius Dr.
Hello, I migrated my software to gcc-3.2.1. Now I wish to build a dynamic module for python in cygwin, which is compiled with gcc-2.95. Since object code is not compatible between the two gcc-versions, I would like to know whether a python-build for gcc-3.2 is available or when it is supposed

Re: don't want leading underscore

2002-11-05 Thread Randall R Schulz
Benjamin, Where else have you sought solutions to your problems? Have you consulted the GCC book? Have you asked your questions in one of the GCC-specific forums? If not, look here: http://gcc.gnu.org/lists.html. Randall Schulz Mountain View, CA USA At 08:01 2002-11-05, Benjamin K. wrote: I

Re: bash and the delete key

2002-11-05 Thread Steve Chapel
Sylvain Petreolle spetreolle at yahoo dot fr wrote: So why don't we provide a default .inputrc with at least this option enabled ? --- Randall R Schulz [EMAIL PROTECTED] a écrit : Paul, [To get the delete key to work on the console,] Add this line to your $HOME/.inputrc file: \M-[3~:

/etc/group not being read

2002-11-05 Thread James D Below
Hi All, I am having a problem with my /etc/group file not being read when logging in with ssh. I am running w2k sp3, using ntsec. I ran mkgroup -d -o 0 -u /etc/group to create the group file and mkpasswd -d -o 0 /etc/passwd I am trying to use a global group ncp as my primary group, but the

RE: how to get openssh-3.4 working on w2k?

2002-11-05 Thread Harig, Mark A.
As requested at http://cygwin.com/bugs.html: o Please describe how to reproduce the problem, including a test case, if possible. (For example, you could run 'ssh -v ip_address' and include the output.) o Please include at least the version number of the Cygwin release you are using along

Re: don't want leading underscore

2002-11-05 Thread Randall R Schulz
Benjamin, At 08:17 2002-11-05, Benjamin K. wrote: Have you consulted the GCC book? What is the GCC Book? Do you mean GCC documentation. If yes, let me say I read everything from top to down. No. I mean the book whose title I mentioned in my first reply to your original query: Using and

Re: Backwards typeahead

2002-11-05 Thread Christopher Faylor
On Tue, Nov 05, 2002 at 10:25:58AM -0500, Steve Chapel wrote: So again I ask for information on how this cygwin problem can be solved. It makes typeahead completely useless for me. What kind of information are you hoping for? If we knew how to solve the problem it would be solved. cgf --

Re: Backwards typeahead

2002-11-05 Thread Steve Chapel
Christopher Faylor wrote: On Tue, Nov 05, 2002 at 10:25:58AM -0500, Steve Chapel wrote: So again I ask for information on how this cygwin problem can be solved. It makes typeahead completely useless for me. What kind of information are you hoping for? If we knew how to solve the problem it

Re: Backwards typeahead

2002-11-05 Thread cygwin
On Tue, Nov 05, 2002 at 11:55:52AM -0500, Steve Chapel wrote: Christopher Faylor wrote: On Tue, Nov 05, 2002 at 10:25:58AM -0500, Steve Chapel wrote: So again I ask for information on how this cygwin problem can be solved. It makes typeahead completely useless for me. What kind of information

Re: Setup starting not from zero

2002-11-05 Thread Max Bowsher
Robert J. Cristel [EMAIL PROTECTED] wrote: I read your 17 Oct Setup and recovering from mistakes with interest. Ok, pretend that I'm a three-year-old. Here's my directories with subdirs shown with tabs. ... Well, your directory layout seemed mangled in parts. I assume your mailer ate it.

Re: Problems with gcc 3.2.

2002-11-05 Thread Christopher Faylor
On Tue, Nov 05, 2002 at 10:11:18AM -0700, Matt Armstrong wrote: Christopher Faylor [EMAIL PROTECTED] writes: You can't send mail with attachments to this list, since some filter strips them all. Not true. For instance, see: http://cygwin.com/ml/cygwin/2002-11/msg00100.html cgf

Re: undefined ELF header when porting .so file from cygwin to linux

2002-11-05 Thread Shankar Unni
On 11/5/2002 4:47 PM, Alfred Lam wrote: I need the equivalent .so for linux, which I have obtained in cygwin with: g++ *.o scard.lib -o libscard.so. Now I'm trying to use it in Red Hat Linux, [Boggle!] You can't do that. Cygwin is not binary compatible with Linux - it's binary compatible

Re: Problems with gcc 3.2.

2002-11-05 Thread Matt Armstrong
Christopher Faylor [EMAIL PROTECTED] writes: On Tue, Nov 05, 2002 at 10:11:18AM -0700, Matt Armstrong wrote: Christopher Faylor [EMAIL PROTECTED] writes: You can't send mail with attachments to this list, since some filter strips them all. Not true. For instance, see:

Re: Q: python compiled with gcc-3.2?

2002-11-05 Thread Shankar Unni
On 11/5/2002 8:01 AM, Schnörr, Claudius Dr. wrote: Now I wish to build a dynamic module for python in cygwin, which is compiled with gcc-2.95. Is the python module API a C++ API (i.e. does it use C++ classes to communicate with modules)? Or a plain C API? C should be binary compatible - try

cygwin - novell interaction

2002-11-05 Thread ljubomir . milanovic
Hi, I'm using cygwin 1.3.12-2 on a Win2000 connected to a Novell network. My problem is that if I access a network files rapidly the network connection breaks down after few seconds (10-20) and remote server is not accessible (also not for windows tools). The problem is hard to reproduce (often

Re: cygwin - novell interaction

2002-11-05 Thread Peter A. Castro
On Tue, 5 Nov 2002 [EMAIL PROTECTED] wrote: Hi, I'm using cygwin 1.3.12-2 on a Win2000 connected to a Novell network. My problem is that if I access a network files rapidly the network connection breaks down after few seconds (10-20) and remote server is not accessible (also not for

Re: Q: python compiled with gcc-3.2?

2002-11-05 Thread Jason Tishler
--l76fUT7nc3MelDdI Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Claudius, On Tue, Nov 05, 2002 at 05:01:23PM +0100, Schn=F6rr, Claudius Dr. wrote: I would like to know whether a python-build for gcc-3.2 is available

Re: /etc/group not being read

2002-11-05 Thread James D Below
here are the exact command/files: $ id uid=1084(xxjames) gid=512(Domain Admins) groups=1078(clearcase),512(Domain Admins),513(Domain Users),1077(ncp),1023(ncppc),1005(NCPSERVE),1006(nice) $ cat /etc/group SYSTEM:S-1-5-18:18: clearcase:S-1-5-21-24129212-729888505-1120166462-1078:1078: Domain

Re: cygwin - novell interaction

2002-11-05 Thread ljubomir . milanovic
Hi, I can not reproduce the problem using the DOS batch script. For the batch script: --- Rem run forever :lab1 find someString n:\path\to\file goto lab1 --- everything is fine (of course, maybe is M$ just too slow to reproduce the problem ;) When

Re: Package Management, app and util distributions, etc.

2002-11-05 Thread Randall R Schulz
Christopher, [ There's really no need to cross-post this. Even though you mention looking for XFree86/Cygwin, the questions are all about how Cygwin is packaged and made available. ] At 03:56 2002-11-05, you wrote: I've been looking for application and utility disttributions for Cygwin, as

Re: use of DLL without Cygwin/shell environment

2002-11-05 Thread Earnie Boyd
Wrong list, redirected. Please remove [EMAIL PROTECTED] from the distribution when responding. gilles BOURGEOIS wrote: hello, from france, (newbie using cygwin), i am wondering about how I could use the DLL API *directly* without prompting with the starting x terminal (bash commands) The fact

RE: Antwort: RE: how to get openssh-3.4 working on w2k?

2002-11-05 Thread Harig, Mark A.
From your attached 'cygcheck' output, you appear to be running Cygwin 1.3.14 on Win2K, on a drive (C:) that is using the NTFS filesystem. Because 1.3.14 turns on 'ntsec' by default, you should be able to manipulate the UNIX-like file permissions. try: $ ls -ld $HOME $HOME should have its

Re: /etc/group not being read

2002-11-05 Thread Pierre A. Humblet
On Tue, Nov 05, 2002 at 01:59:12PM -0500, James D Below wrote: here are the exact command/files: $ id uid=1084(xxjames) gid=512(Domain Admins) groups=1078(clearcase),512(Domain Admins),513(Domain Users),1077(ncp),1023(ncppc),1005(NCPSERVE),1006(nice) Was that after or before login into

Can cron run ssh commands?

2002-11-05 Thread Nathan Barham
Hello all, I'm trying to use Cygwin to rsync between an NT 4 server and a Win2K server, using the -e ssh option to rsync. It works beautifully at the command line like this: rsync -e ssh -trzv --delete /d/winapps/ Administratorbaby:/c/winapps My problem is that this won't work from cron, nor

RE: Can cron run ssh commands?

2002-11-05 Thread Harig, Mark A.
Try adding '-v' to your ssh command in your cron job. This assumes that you have cron's integration with email working. If you don't have the 'ssmtp' package installed (via setup.exe), then you'll want to do that so that any output is emailed to you. See: /usr/doc/Cygwin/

RE: Can cron run ssh commands?

2002-11-05 Thread Harig, Mark A.
Of course, a simpler alternative to setting up 'ssmtp' with cron would be to write your cron job to redirect the output of 'ssh -v ...' to a file. -Original Message- From: Harig, Mark A. Sent: Tuesday, November 05, 2002 3:40 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE:

Re: cygwin - novell interaction

2002-11-05 Thread Peter A. Castro
On Tue, 5 Nov 2002 [EMAIL PROTECTED] wrote: Hi, I can not reproduce the problem using the DOS batch script. Does this only happen with Novell mounted shares, or with other network mounts? As an experiment, have another Windows machine share some directory (with some file in it), mount it

Re: /etc/group not being read

2002-11-05 Thread James D Below
After seeing permissions and ownerships not updating properly. I stopped the sshd service and started it back up. After that, the group permissions were correctly being assigned. Should I have had to restart the ssh service? When does cywin read /etc/group and /etc/passwd. I was imagining it to

Backwards typeahead

2002-11-05 Thread Fred_Smith
On Tue, Nov 05, 2002 at 11:55:52AM -0500, Steve Chapel wrote: Christopher Faylor wrote: On Tue, Nov 05, 2002 at 10:25:58AM -0500, Steve Chapel wrote: So again I ask for information on how this cygwin problem can be solved. It makes typeahead completely useless for me. What kind of information

Re: /etc/group not being read

2002-11-05 Thread Pierre A. Humblet
On Tue, Nov 05, 2002 at 04:30:17PM -0500, James D Below wrote: After seeing permissions and ownerships not updating properly. I stopped the sshd service and started it back up. After that, the group permissions were correctly being assigned. Great. Should I have had to restart the ssh

Re: Re: Q: python compiled with gcc-3.2?

2002-11-05 Thread Claudius Schnörr
Thank you for your replies, Jason and Shankar. Unfortunately, it is a C++-based module, because I try to bind a C++-library, which can no longer be compiled by gcc-2.95, to python by swig-1.16. I already tried to build an new python myself, but it failed just at the beginning of make. Why this

How to schedule scripts

2002-11-05 Thread Stan Horwitz
Hello all; I am new to Cygwin and I searched through the www.cygwin.com web site, but I found nothing that explains how to schedule scripts written under Perl in the Cygwin environment on a Windows 2000 Advanced Server system. In my effort to migrate some Perl scripts from a Unix system to this

Is there a tool to use .dsp files for make?

2002-11-05 Thread J. Scott Edwards
Hello, I appologize for the somewhat off topic post. I have been using Cygwin for my development on projects in the past. On the projects in the past we have had both .dsp files for programmers who use Visual Studio and Makefiles for programmers who didn't. Of course there was some occasional

Re: Is there a tool to use .dsp files for make?

2002-11-05 Thread Max Bowsher
J. Scott Edwards [EMAIL PROTECTED] wrote: Hello, I appologize for the somewhat off topic post. I have been using Cygwin for my development on projects in the past. On the projects in the past we have had both .dsp files for programmers who use Visual Studio and Makefiles for programmers

Is RSA authentication on SSH still broken?

2002-11-05 Thread Antonio Bemfica
Hello Could someone clarify whether RSA authentication is still not possible when running SSH as the SYSTEM user? I have Cygwin 1.3.14-1 and OpenSSH 3.4p1-5 and can only login via password authentication (I am familiar with the process to effect RSA authentication under Unix). I have also

Re: How to schedule scripts

2002-11-05 Thread Max Bowsher
Stan Horwitz [EMAIL PROTECTED] wrote: Now, I want to schedule this [perl] script to run once a day as Administrator. With that in mind, I created a request under Windows' Task scheduler, but when the scheduled time occurred, a Cygwin shell window opened up, but nothing else happens. The

Re: Re: Q: python compiled with gcc-3.2?

2002-11-05 Thread Norman Vine
Claudius Schnörr writes: Unfortunately, it is a C++-based module, because I try to bind a C++-library, which can no longer be compiled by gcc-2.95, to python by swig-1.16. FYI I use C++3.2 modules created by swig 1.16 with a 2.95 compiled python You do have to make the module as a DLL though

RE: Is RSA authentication on SSH still broken?

2002-11-05 Thread Harig, Mark A.
I am able to use SSH with public/private-key files. ssh is working on Cygwin, both as a client and as a server, at least on Win2K. # Cygwin version: $ uname -r 1.3.14(0.62/3/2) # Windows version: $ uname -s CYGWIN_NT-5.0 # ssh version $ ssh -V OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL

RE: Is RSA authentication on SSH still broken?

2002-11-05 Thread Harig, Mark A.
Also, if checking your file/directory permissions does not solve your problem, then please consider the bug-reporting guidelines for Cygwin - As requested at http://cygwin.com/bugs.html: o Please describe how to reproduce the problem, including a test case, if possible. o Please include at

Re: Backwards typeahead

2002-11-05 Thread Steve Chapel
[EMAIL PROTECTED] wrote: On Tue, Nov 05, 2002 at 11:55:52AM -0500, Steve Chapel wrote: Christopher Faylor wrote: On Tue, Nov 05, 2002 at 10:25:58AM -0500, Steve Chapel wrote: So again I ask for information on how this cygwin problem can be solved. It makes typeahead completely useless for

Trouble with international chars in bash (yes I set up .inputrc)

2002-11-05 Thread João Martins
Hi. I'm having trouble displaying international charecters in bash. I'm using the latest cygwin (1.3.14-1), on Windows XP Pro, with latest MS updates applied. I've setup my .inputrc as the faq said: set meta-flag on set convert-meta off set output-meta on But bash still doesn't display

Re: Backwards typeahead

2002-11-05 Thread Christopher Faylor
On Tue, Nov 05, 2002 at 08:10:21PM -0500, Steve Chapel wrote: [EMAIL PROTECTED] wrote: On Tue, Nov 05, 2002 at 11:55:52AM -0500, Steve Chapel wrote: Christopher Faylor wrote: On Tue, Nov 05, 2002 at 10:25:58AM -0500, Steve Chapel wrote: So again I ask for information on how this cygwin problem can

DJGPP vs Cygwin

2002-11-05 Thread CBFalconer
I have been using Cygwin to check portability, and recently tried an experiment. I compiled and run the same, largely compute bound, program on both systems and timed their execution. Both were compiled with gcc -W -Wall -O2 -ansi -pedantic -gstabs+, using gcc 3.1 on DJGPP, and gcc 3.2 on

CYGWIN Installer should setup a root environment variable

2002-11-05 Thread Chris Walters
I have experienced many times situations which I would like to refer to CYGWIN's root directory from a bat script. The most generic solution would be to utilise an environment variable such as CYGROOT or (as in startxwin.bat) CYGWIN_ROOT to refer to the absolute windows pathname (e.g.

Question about Makefile, Rules.make?

2002-11-05 Thread he hunter
Hi, I met the similar problem with the part of message after MAKE operation which is about Rules.make. (1)As I use the original makefile: ... Makefile:43: /Rules.make: No such file or directory make[1]: *** No rule to make target `/Rules.make'. Stop. .. (2)As I set Configure...

/etc/passwd unused_by_nt/2000/xp field breaks non-interactive rsh

2002-11-05 Thread Reddie, Steven
I've setup the latest Cygwin on a new machine and can do interactive rsh but not non-interactive. I found that I can get non-interactive rsh to work if I remove the unused_by_nt/2000/xp string from /etc/passwd for the user that I wish to rsh in as. I'm sure that the problem must be elsewhere,

Re: CYGWIN Installer should setup a root environment variable

2002-11-05 Thread Igor Pechtchanski
On Wed, 6 Nov 2002, Chris Walters wrote: I have experienced many times situations which I would like to refer to CYGWIN's root directory from a bat script. The most generic solution would be to utilise an environment variable such as CYGROOT or (as in startxwin.bat) CYGWIN_ROOT to refer to

Re: Question about Makefile, Rules.make?

2002-11-05 Thread Bjoern Kahl AG Resy
Hallo ! You hit wrong mailling-list. This list is about cygwin, a unix emulation layer on top of MS-Windows. It is not about Linux or any other Unix. On Wed, 6 Nov 2002, he hunter wrote: . wrapper.c:32:27:net/irda/irda.h:No such file or directory

gcc error on cygwin

2002-11-05 Thread Ajitha
Hello, I installed cygwin with gcc. Some check files are compiling. But when I compile a file with open unitnumbers, the gcc is compiling andthe inspite of giving as gcc *.f it produces an a.exe file and on executing it, the error comes as $ ./a.exe open: illegal unit number apparent

seek help for libungif

2002-11-05 Thread
Hello. Thank you for reading my letter. I'm a graduate student in the Institute of High Energy Physics of Chinese Academy of Sciences. I want to use libungif. But I can't gunzip it after I download it from the website http://metalab.unc.edu/pub/Linux/libs/graphics , and I can't find anything on

Re: Perl 5.6.1: Problem with CRLF/LF conversions

2002-11-05 Thread Gerrit P. Haase
Hallo Mikael, Am Dienstag, 5. November 2002 um 14:41 schriebst du: I'm trying to port a framework of perl scripts to cygwin. I'm running cygwin 1.3.14 on WinXP. The problem is that perl seems to assume binmode whenever I read a file, but text mode when I write to one. The sample code below

Re: [setup and gcc3] Revised patches - now with ChangeLog!

2002-11-05 Thread Pavel Tsekov
On Mon, 4 Nov 2002, Max Bowsher wrote: Jason Tishler [EMAIL PROTECTED] wrote: What about the attached? Note that I only tested setup.exe under Cygwin gcc 2.95.3-5 but I also tried something similar under Linux gcc 3.x. On Mon, Nov 04, 2002 at 08:05:08PM -, Max Bowsher wrote:

[PING][ANN] Updated: rsync-2.5.5-2

2002-11-05 Thread Pavel Tsekov
What should we do with this package ? It has been almost two weeks since Lapo posted it and there isn't a single comment. Is it ok to be uploaded ? On Fri, 25 Oct 2002, Lapo Luchini wrote: Ready at the same usual address: http://www.lapo.it/tmp/rsync-2.5.5-2.tar.bz2

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available forreview/upload

2002-11-05 Thread Pavel Tsekov
On Sun, 3 Nov 2002, Gareth Pearce wrote: Anyone wishing to review these packages can point setup.exe to http://abackus.imagineis.com. I'll definitely review these when i get home ... hopefully they will solve my xerces-c related problems. Ping. Have you had a chance to review this package ?

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available forreview/upload

2002-11-05 Thread Pavel Tsekov
On Sun, 3 Nov 2002, Abraham Backus wrote: http://abackus.imagineis.com/xerces-c/xerces-c-2.1.0-2.tar.bz2 http://abackus.imagineis.com/xerces-c-devel/xerces-c-devel-2.1.0-2.tar.bz2 http://abackus.imagineis.com/xerces-c-doc/xerces-c-doc-2.1.0-2.tar.bz2 Anyone wishing to review these packages

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available for review/upload

2002-11-05 Thread Gareth Pearce
On Sun, 3 Nov 2002, Gareth Pearce wrote: Anyone wishing to review these packages can point setup.exe to http://abackus.imagineis.com. I'll definitely review these when i get home ... hopefully they will solve my xerces-c related problems. Ping. Have you had a chance to review this

Pending packages status

2002-11-05 Thread Pavel Tsekov
1. doxygen version: 1.2.18-1 status : reviewed; a confirmation is required from someone on this list, other than me, that this package is OK notes : this package is currently vetoed http://www.cygwin.com/ml/cygwin-apps/2002-10/msg00056.html

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available forreview/upload

2002-11-05 Thread Pavel Tsekov
On Tue, 5 Nov 2002, Gareth Pearce wrote: Anyone wishing to review these packages can point setup.exe to http://abackus.imagineis.com. I'll definitely review these when i get home ... hopefully they will solve my xerces-c related problems. Ping. Have you had a chance to review

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available forreview/upload

2002-11-05 Thread Robert Collins
On Tue, 2002-11-05 at 21:16, Pavel Tsekov wrote: On Sun, 3 Nov 2002, Abraham Backus wrote: http://abackus.imagineis.com/xerces-c/xerces-c-2.1.0-2.tar.bz2 http://abackus.imagineis.com/xerces-c-devel/xerces-c-devel-2.1.0-2.tar.bz2

Re: [setup and gcc3] Revised patches - now with ChangeLog!

2002-11-05 Thread Jason Tishler
--82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Pavel, On Tue, Nov 05, 2002 at 10:55:36AM +0100, Pavel Tsekov wrote: On Mon, 4 Nov 2002, Max Bowsher wrote: Jason Tishler [EMAIL PROTECTED] wrote: What

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available forreview/upload

2002-11-05 Thread Pavel Tsekov
On 6 Nov 2002, Robert Collins wrote: Anyone wishing to review these packages can point setup.exe to http://abackus.imagineis.com. You've changed the version number to 2.1.0-2, but this is not correct. Actually, it's long practice here, that each update gets a new -x number,

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available forreview/upload

2002-11-05 Thread Robert Collins
On Wed, 2002-11-06 at 00:37, Pavel Tsekov wrote: On 6 Nov 2002, Robert Collins wrote: Anyone wishing to review these packages can point setup.exe to http://abackus.imagineis.com. You've changed the version number to 2.1.0-2, but this is not correct. Actually, it's long practice

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available forreview/upload

2002-11-05 Thread Pavel Tsekov
On 6 Nov 2002, Robert Collins wrote: Consider this: if the test copy we review was -3, and you approve that version, you should not rename it to -1, else when -2 comes out, all the testers will fail to upgrade. So -3 in review, stays as -3 when uploading. Likewise, updating -1 to -2 to -3

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available forreview/upload

2002-11-05 Thread Robert Collins
On Wed, 2002-11-06 at 01:01, Pavel Tsekov wrote: On 6 Nov 2002, Robert Collins wrote: Consider this: if the test copy we review was -3, and you approve that version, you should not rename it to -1, else when -2 comes out, all the testers will fail to upgrade. So -3 in review, stays as -3

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available forreview/upload

2002-11-05 Thread Pavel Tsekov
On 6 Nov 2002, Robert Collins wrote: On Wed, 2002-11-06 at 01:01, Pavel Tsekov wrote: On 6 Nov 2002, Robert Collins wrote: Consider this: if the test copy we review was -3, and you approve that version, you should not rename it to -1, else when -2 comes out, all the testers will

use of DLL without Cygwin/shell environment

2002-11-05 Thread gilles BOURGEOIS
hello, from france, (newbie using cygwin), i am wondering about how I could use the DLL API directly without prompting with the starting x terminal (bash commands) Thefact is I want to use this DLL in order to createa UNIX-C compilation process(makefile + gcc), but I do not want the

Re: [PING][ANN] Updated: rsync-2.5.5-2

2002-11-05 Thread Christopher Faylor
On Tue, Nov 05, 2002 at 11:03:22AM +0100, Pavel Tsekov wrote: What should we do with this package ? It has been almost two weeks since Lapo posted it and there isn't a single comment. Is it ok to be uploaded ? Well, I think my opinion is pretty consistent. Rather than say signal delivery in

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available for review/upload

2002-11-05 Thread Abraham Backus
Sorry about that guys... I don't like making excuses, so I'll just blame it on the hallucinogenic drugs :) I'll have a -1 version back there soon and I'll remove the -2 version. It'll contain the fix for the problem with the wrong dll (my tar.incl file still had the libxerces instead of

Re: use of DLL without Cygwin/shell environment

2002-11-05 Thread Earnie Boyd
Wrong list, redirected. Please remove [EMAIL PROTECTED] from the distribution when responding. gilles BOURGEOIS wrote: hello, from france, (newbie using cygwin), i am wondering about how I could use the DLL API *directly* without prompting with the starting x terminal (bash commands) The fact

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available forreview/upload

2002-11-05 Thread Robert Collins
On Wed, 2002-11-06 at 04:18, Christopher Faylor wrote: I don't recall people bumping the -x numbers previously. I don't see why that's necessary. Theoretically, we are a small enough and intelligent enough group that we won't be confused when the contents of a file are updated without

Re: xerces-c, xerces-c-devel, xerces-c-doc 2.1.0-2 available for review/upload

2002-11-05 Thread Gareth Pearce
Sorry about that guys... I don't like making excuses, so I'll just blame it on the hallucinogenic drugs :) I'll have a -1 version back there soon and I'll remove the -2 version. It'll contain the fix for the problem with the wrong dll (my tar.incl file still had the libxerces instead of

MySQL installation in cygwin

2002-11-05 Thread Gowri PV
Hi All, When I installed cygwin I did not see mysql. Is mysql available as package in cygwin. selected all the packages in cygwin and mysql did not get installed. My real problem is not able to use DBI and DBD drivers for mysql in cygwin. I installed mysql for windows and installed DBI in

Re: how does xwin resolve ip addresses

2002-11-05 Thread Chris Twiner
Bad luck. It seems the ip address is correctly setup, but there is no interface configured. Maybe reinstalling the drivers for the wireless card will help. I've searched the MSDN but there is no comment for the GetIfTable function that it would not report wireless interfaces. I'be build a

Re: Own XWin start batch file

2002-11-05 Thread Alexander Gottwald
On Tue, 5 Nov 2002, Mario Ohnewald wrote: Hello! I would like to know if it is possible to start XWin.exe with these parameters from a batch file: XWin -ac -screen 0 1024 768 -nowinkill -unixkill -query 192.168.10.6 -from 192.168.10.53 you can even put that into a shortcut. BTW: Please

RE: Own XWin start batch file

2002-11-05 Thread Mario Ohnewald
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:cygwin-xfree-owner;cygwin.com]On Behalf Of Alexander Gottwald On Tue, 5 Nov 2002, Mario Ohnewald wrote: Hello! I would like to know if it is possible to start XWin.exe with these parameters from a batch file: XWin

Re: Own XWin start batch file

2002-11-05 Thread Rasjid Wilcox
On Tue, 5 Nov 2002 9:16 pm, Mario Ohnewald wrote: Why? What does ac do? (Sorry, man XWin and XWin --help couldnt help me) From the linux 'man Xserver' page: -ac disables host-based access control mechanisms. Enables access by any host, and permits any host to

RE: Own XWin start batch file

2002-11-05 Thread Mario Ohnewald
muchas gracias! ;) -Original Message- From: [EMAIL PROTECTED] [mailto:cygwin-xfree-owner;cygwin.com]On Behalf Of Rasjid Wilcox Sent: Dienstag, 5. November 2002 11:21 To: [EMAIL PROTECTED]; Mario Ohnewald Subject: Re: Own XWin start batch file On Tue, 5 Nov 2002 9:16 pm, Mario

Unsubscribe from mailing list

2002-11-05 Thread Suresh Rajpurohit
Hi How to unsubscribe from this mailing list.. **Disclaimer** Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual

Re: Unsubscribe from mailing list

2002-11-05 Thread Rasjid Wilcox
On Tue, 5 Nov 2002 9:33 pm, Suresh Rajpurohit wrote: Hi How to unsubscribe from this mailing list.. From http://cygwin.com/lists.html You can subscribe to or unsubscribe from any of the above lists by sending email to [EMAIL PROTECTED] or [EMAIL PROTECTED] respectively. -- So try

RE: Unsubscribe from mailing list

2002-11-05 Thread Suresh Rajpurohit
thanks -Original Message- From: Rasjid Wilcox [mailto:rasjidw;openminddev.net] Sent: Tuesday, November 05, 2002 4:29 PM To: [EMAIL PROTECTED]; Suresh Rajpurohit Subject: Re: Unsubscribe from mailing list On Tue, 5 Nov 2002 9:33 pm, Suresh Rajpurohit wrote: Hi How to unsubscribe from

RE: Own XWin start batch file

2002-11-05 Thread Alexander Gottwald
On Tue, 5 Nov 2002, Mario Ohnewald wrote: Why? What does ac do? (Sorry, man XWin and XWin --help couldnt help me) -ac switches the access control off. This is equivalent to xhost + and will allow _anybody_ to connect to the XServer. One could easily grab all keypresses and window contents. Or

rootless window management?

2002-11-05 Thread Christopher M. Lyons
I was wondering where I might find information on window management for rootless XFree. I know there's been talk of doing some work and making some progress on a taskbar icon based window manager, but there a website with news about such work?

  1   2   >