Emacs M-x gdb does not correlate CYGWIN symlinks to source files

2003-03-18 Thread Keith M.Knowles
My question is about: GNU gdb 2003-01-28-cvs (cygwin-special) invoked by M-x gdb inside: GNU Emacs 21.2.1 (i386-msvc-nt5.0.2195) of 2002-03-20 on buffy running on: 2003/02/10 10:23:35 Starting cygwin install, version 2.249.2.5 on a system I will refer to as: Mirkosfot Windogs 2000 5.00.2195 that I

Bleadperl on Cygwin with threads, 1 Test fails

2003-03-18 Thread Gerrit P. Haase
Hallo perl5-porters, successfully builded bleadperl with threads the first time, many thanks to the Wizard of Perl! $ cat /ftproot/pub/mirror/bleadperl/.patch 19013 Cygwin Package Information Package Version cygwin 1.3.22-1 Tests were all successful, but one: Faile

logon as a service for XP home edition

2003-03-18 Thread Karl M
Hi All... I did some more digging around and... ntrights +r SeServiceLononRight -u username will do it...I found a copy of ntrights (for nt4/win2k) on the web and it worked. Thanks, ...Karl _ STOP MORE SPAM with the new MSN

Re: agetty problem win Win95 - BUG?

2003-03-18 Thread Igor Pechtchanski
On Tue, 18 Mar 2003, you (whoever you are) wrote: > Is there a known problem with Win9x serial io? > > I built a new Win98 machine and installed the latest version of Cygwin on > it. The problem described below occurs on Win98 also. I don't think this > is an agetty problem. It just shows up wh

Re: saving problem w/ postgresql

2003-03-18 Thread Jason Tishler
Sven, On Wed, Mar 19, 2003 at 03:09:01AM +0100, Sven Köhler wrote: > i would expect postgresql to run as stable as under linux, if there > would be a native windows build, which is not the case. PostgreSQL 7.4 will support a native Win32 port. Jason -- PGP/GPG Key: http://www.tishler.net/jason

Re: agetty problem win Win95 - BUG?

2003-03-18 Thread BB
Is there a known problem with Win9x serial io? I built a new Win98 machine and installed the latest version of Cygwin on it. The problem described below occurs on Win98 also. I don't think this is an agetty problem. It just shows up when agetty is used. Is anyone using agetty with Win9x? "BB"

Re: Building a win32 python extension from cygwin?

2003-03-18 Thread Jason Tishler
Greg, On Tue, Mar 18, 2003 at 06:46:01PM -0500, Greg Freemyer wrote: > Thanks, No problem. > I got the tutorial to work. Which one? Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscribe inf

Re: Building a win32 python extension from cygwin?

2003-03-18 Thread Jason Tishler
Greg, On Tue, Mar 18, 2003 at 04:56:49PM -0500, Greg Freemyer wrote: > >> What is "installer"? > > A packaging solution that allows python apps to be deployed without > having to deploy python itself. > > http://www.mcmillan-inc.com/install1.html Ah, it sounded familiar -- thanks for the refr

Can I kill the process forked by 'GNU make' in Cygwin?

2003-03-18 Thread 이동일
I made a makefile invoking other process(Windows application) and the invoked process runs long. I tried to suspend the 'make' process and kill all processes. I could kill only 'make' process but invoked process. How can I kill the invoked process by 'make' in Cygwin bash shell on Windows98? Rega

Re: saving problem w/ postgresql

2003-03-18 Thread Sven Köhler
I am curious however, why you are not running this on some version of Linux. Win2k may be a great improvement over win9x, but it is still a second rate OS. don't blame him for the OS he is using! it's not even a problem with the OS, but with the software he is using. i would expect postgresql to

Re: /etc/passwd dependency of cygwin

2003-03-18 Thread Igor Pechtchanski
On Tue, 18 Mar 2003, Vishal Jain wrote: > Hi, > How does cygwin library depend on uid's and gid's in /etc/passwd? > If I replace it with my custom /etc/passwd file and replace cygwin's > seteuid/geteuid calls with custom implementation, will my application work? > How does cygwin internally uses u

Re: cygwin binary of lftp 2.6.5?

2003-03-18 Thread Christopher Faylor
On Wed, Mar 19, 2003 at 02:12:37AM +0100, Huijing Zhou wrote: >Can someone please make a Cygwin binary of the latest lftp version? >The last one was 2.5.2, which has been quite a while now. I did try >several times to compile myself, but it never succeeded "out of the >box". Thanks

Re: Article about cygwin on UnixReview.com

2003-03-18 Thread Christopher Faylor
On Tue, Mar 18, 2003 at 03:24:12PM -0800, Eduardo Chappa wrote: >*** Christopher Faylor ([EMAIL PROTECTED]) wrote today: > >CF> On Tue, Mar 18, 2003 at 01:38:56PM -0800, Eduardo Chappa wrote: >CF> >*** Corinna Vinschen ([EMAIL PROTECTED]) wrote today: >CF> > >CF> >CV> On Tue, Mar 18, 2003 at 04:17:

re[4]: Building a win32 python extension from cygwin?

2003-03-18 Thread Greg Freemyer
Stupid question -- please ignore. >> Jason, >> Thanks, I got the tutorial to work. >> Now I have to port the cygwin C code I have to Win32. >> >From C code, how do I know if I'm compiling for win32 vs. cygwin? >> #ifdef MS_WIN32 >> seems to be true for both. (I'm not totally

Re: Cygwin binary of lftp 2.6.5?

2003-03-18 Thread Huijing Zhou
Can someone please make a Cygwin binary of the latest lftp version? The last one was 2.5.2, which has been quite a while now. I did try several times to compile myself, but it never succeeded "out of the box". Thanks in advande. >>> Just built 2.6.5 out of the box on the latest Cygwin. Feel free

/etc/passwd dependency of cygwin

2003-03-18 Thread Vishal Jain
Hi, How does cygwin library depend on uid's and gid's in /etc/passwd? If I replace it with my custom /etc/passwd file and replace cygwin's seteuid/geteuid calls with custom implementation, will my application work? How does cygwin internally uses uid's and gid's? thanks, Vishal __

re[3]: Building a win32 python extension from cygwin?

2003-03-18 Thread Greg Freemyer
Jason, Thanks, I got the tutorial to work. Now I have to port the cygwin C code I have to Win32. >From C code, how do I know if I'm compiling for win32 vs. cygwin? #ifdef MS_WIN32 seems to be true for both. (I'm not totally sure I understand my environment now that I have run the tutoria

Re: Article about cygwin on UnixReview.com

2003-03-18 Thread Eduardo Chappa
*** Christopher Faylor ([EMAIL PROTECTED]) wrote today: CF> On Tue, Mar 18, 2003 at 01:38:56PM -0800, Eduardo Chappa wrote: CF> >*** Corinna Vinschen ([EMAIL PROTECTED]) wrote today: CF> > CF> >CV> On Tue, Mar 18, 2003 at 04:17:06PM -0500, Christopher Faylor CF> >CV> wrote: CF> >CV> > On Tue, Mar

Re: rxvt and mouse wheel

2003-03-18 Thread Virginia Mann
From: Michael Schaap <[EMAIL PROTECTED]> To: Virginia Mann <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: rxvt and mouse wheel Date: Mon, 17 Mar 2003 12:06:53 +0100 On 17-Mar-2003 10:39, Virginia Mann wrote: It appears that the version of rxvt installed by the Cygwin installer wasn't comp

Re: logon as a service

2003-03-18 Thread Karl M
Hi All... The service is specific to a single user. I want to launch a ssh-agent for the user at system start time, so that it can hold the keys for the user even during logoff. It works fine on Windows-2000 Professional. If I run the service as SYSTEM, how do I start a process for a particular

Re: The quest : working cygwin from a network mounted disk on a forein computer

2003-03-18 Thread Thorsten Kampe
Please set your line length to about seventy characters. Your posting is almost unreadable. * Daniel Chamberland-Tremblay (03-03-18 22:54 +0100) > Quiet version : I would like to know if it is possible to get all unix > commands from the command line (console) while accessing cygwin (on my > loc

RE: idea for mixed import/static libraries and linking with DLLs

2003-03-18 Thread Hannu E K Nevalainen (garbage mail)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Joe Buehler --8<-- > Further, since all code is position-independent, you can easily > make a shared library from any .o file. Out of curiosity: Is that code also reentrant? One of the larger benefits w shared libs relies on this. /H

Re: The quest : working cygwin from a network mounted disk on a forein computer

2003-03-18 Thread Igor Pechtchanski
On Tue, 18 Mar 2003, Igor Pechtchanski wrote: > On Tue, 18 Mar 2003, Daniel Chamberland-Tremblay wrote: > > > Hello all, > > > > Quiet version : > > I would like to know if it is possible to get all unix commands from the > > command line (console) while accessing cygwin (on my local disk -- > > c

Re: The quest : working cygwin from a network mounted disk on a forein computer

2003-03-18 Thread Igor Pechtchanski
On Tue, 18 Mar 2003, Daniel Chamberland-Tremblay wrote: > Hello all, > > Quiet version : > I would like to know if it is possible to get all unix commands from the > command line (console) while accessing cygwin (on my local disk -- > computer A) from a computer (computer B) that has mounted my lo

Re: /bin/hostname

2003-03-18 Thread Igor Pechtchanski
On Tue, 18 Mar 2003, Jack Tanner wrote: > On Cygwin, /bin/hostname is part of sh-utils. On RedHat, it's part of > net-utils and provides a much richer set of options. I discovered this the > hard way, when RH8 `/bin/hostname -s` didn't work on cygwin. (On RH8, -s > stands for short host name, e.g.

Re: idea for mixed import/static libraries and linking with DLLs

2003-03-18 Thread Jerry Heyman
On Tue, 18 Mar 2003 11:17:49 -0500, Joe Buehler <[EMAIL PROTECTED]> wrote: > > Christoper Faylor wrote: > > > Apologies if this approach has already been mentioned. I thought > > it was kinda neat. > > AIX has something interesting. All libraries are ar libs. You can > have shared objects in th

Re: logon as a service

2003-03-18 Thread Corinna Vinschen
On Tue, Mar 18, 2003 at 01:34:58PM -0800, Karl M wrote: > Hi All... > > How do I enable the logon-as-a-service right for a user on Windows XP Home > Edition? I used cygrunsrv to set up the service, but I can't start it > without this right. You can't on XP Home. Use the SYSTEM account for the

Re: Article about cygwin on UnixReview.com

2003-03-18 Thread Christopher Faylor
On Tue, Mar 18, 2003 at 01:38:56PM -0800, Eduardo Chappa wrote: >*** Corinna Vinschen ([EMAIL PROTECTED]) wrote today: > >CV> On Tue, Mar 18, 2003 at 04:17:06PM -0500, Christopher Faylor wrote: >CV> > On Tue, Mar 18, 2003 at 11:49:39AM -0800, Joshua Daniel Franklin >CV> > wrote: >CV> > >Gagn? revie

The quest : working cygwin from a network mounted disk on a forein computer

2003-03-18 Thread Daniel Chamberland-Tremblay
Hello all, Quiet version : I would like to know if it is possible to get all unix commands from the command line (console) while accessing cygwin (on my local disk -- computer A) from a computer (computer B) that has mounted my local disk from the network (NT on Novell). I am looking for bash

re[2]: Building a win32 python extension from cygwin?

2003-03-18 Thread Greg Freemyer
>> Greg, >> Note my experience building Win32 Python extensions is *very* limited. >> It is mainly limited to building the readline module every year or so >> when the next major version of Python is released... >> BTW, you may have better luck on the Python or Distutils list. >> On

/bin/hostname

2003-03-18 Thread Jack Tanner
On Cygwin, /bin/hostname is part of sh-utils. On RedHat, it's part of net-utils and provides a much richer set of options. I discovered this the hard way, when RH8 `/bin/hostname -s` didn't work on cygwin. (On RH8, -s stands for short host name, e.g., the "host" of "host.example.com".) Is there

Re: Article about cygwin on UnixReview.com

2003-03-18 Thread Eduardo Chappa
*** Corinna Vinschen ([EMAIL PROTECTED]) wrote today: CV> On Tue, Mar 18, 2003 at 04:17:06PM -0500, Christopher Faylor wrote: CV> > On Tue, Mar 18, 2003 at 11:49:39AM -0800, Joshua Daniel Franklin CV> > wrote: CV> > >Gagn? reviews Cygwin 1.3.20: CV> > > CV> > >

logon as a service

2003-03-18 Thread Karl M
Hi All... How do I enable the logon-as-a-service right for a user on Windows XP Home Edition? I used cygrunsrv to set up the service, but I can't start it without this right. Thanks, ...Karl _ Tired of spam? Get advanced junk mai

[ANNOUNCEMENT] Updated: openssl096-0.9.6i-2

2003-03-18 Thread Corinna Vinschen
This package contains the runtime libraries of OpenSSL version 0.9.6i which are needed to run applications still linked against 0.9.6. This is a security update. It fixes a vulnerability of the RSA encryption. The official security advisory follows: OpenSSL v0.9.7a and 0.9.6i vulnerability

[ANNOUNCEMENT] Updated: openssl-0.9.7a-2, openssl-devel-0.9.7a-2

2003-03-18 Thread Corinna Vinschen
I've updated the version of OpenSSL to 0.9.7a-2. This also includes the openssl-devel package. This is a security update. It fixes a vulnerability of the RSA encryption. The official security advisory follows: OpenSSL v0.9.7a and 0.9.6i vulnerability ---

Re: Article about cygwin on UnixReview.com

2003-03-18 Thread Corinna Vinschen
On Tue, Mar 18, 2003 at 04:17:06PM -0500, Christopher Faylor wrote: > On Tue, Mar 18, 2003 at 11:49:39AM -0800, Joshua Daniel Franklin wrote: > >Gagn? reviews Cygwin 1.3.20: > > > > > > Huh. Interesting. Someone else has been casting around

spawnve() problem

2003-03-18 Thread Joe Buehler
It looks like I am having a problem with spawnve(). Compiling the AT&T ksh93 to use spawn instead of fork/exec improves performance, but unfortunately Cygwin's spawnve() implementation appears to reset signal handlers to default values in the new process. This can cause shell script malfunctions -

Re: Article about cygwin on UnixReview.com

2003-03-18 Thread Christopher Faylor
On Tue, Mar 18, 2003 at 11:49:39AM -0800, Joshua Daniel Franklin wrote: >Gagn? reviews Cygwin 1.3.20: > > Huh. Interesting. Someone else has been casting around inside of Red Hat looking for someone to interview about Cygwin, too. Oddly en

Re: saving problem w/ postgresql

2003-03-18 Thread Jason Tishler
Greg, You may have better luck on the <[EMAIL PROTECTED]> list... > We're using cygipc 1.11-1 > We are running a postgresql 7.2.1 Can you upgrade to the latest cygipc and PostgreSQL? On Tue, Mar 18, 2003 at 01:54:44PM -0500, Greg Stanley-Horn wrote: > Occasionally (perhaps twice a week) - users

saving problem w/ postgresql

2003-03-18 Thread Neil Somos
One thing which is real easy to check and modify is the limit on the number of open files. ulimit -n will show the current limit for this. ulimit -n will set this to some new value. Other limits are perhaps not so easily changed. Considering how hard you are running things there might be

gdb libodbc32.dll

2003-03-18 Thread Eduardo Osorio Armenta
¡ FIRST TIME USING GDB! I tried to debug and application that use ODBC functions (throught cygwin w32api-2.2-1) but the GDB send this (gdb) target exec demo.exe (gdb) run Starting program: /c/eduardo/prog/cygwin/c/acceso_bases_de_datos/demo_antar_reta il/demo.exe warning: Lowest section in /c/W

Re: [ANNOUNCEMENT] New release of setup.exe (2.249.2.10)

2003-03-18 Thread Markus Schönhaber
Pierre A. Humblet wrote: On Tue, Mar 18, 2003 at 07:42:01AM +0100, Markus Schönhaber wrote: Pierre A. Humblet wrote: On Tue, Mar 18, 2003 at 12:44:12AM +0100, Markus Schönhaber wrote: Same machine as last time (same machine as every time, James). I assume it's not the same as the very first t

heading of announcement says 1.3.21-1 still

2003-03-18 Thread John F. Tate
Thanks for all that you do, but I thought that you might want to know that the heading on the News Page still says "New Cygwin DLL 1.3.21-1 release Take care, jft -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Article about Cygwin on UnixReview.com

2003-03-18 Thread Joshua Daniel Franklin
Gagné reviews Cygwin 1.3.20: __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/

saving problem w/ postgresql

2003-03-18 Thread Greg Stanley-Horn, Athena Software.net
Hello - we would really appreciate any advice on a peculiar issue we are finding with cygwin on win2k: We're using cygipc 1.11-1 Windows 2k server with 1 gig of ram, 1.1ghz processors cygwin full install, version 2.249.2.5 We are running a postgresql 7.2.1 db with 15-20 concurrent users on a LAN

Re: Updated: cygwin-1.3.22-1 -- Mirrors question

2003-03-18 Thread BB
The cygwin.com homepage has two news items "New Cygwin DLL 1.3.21-1 release", probably a typo. "Randall R Schulz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Rick, > > Mirrors pull, they don't push. Apart from allowing the mirror sites > access to the master file repository at cy

Re: Building a .exe w/ no cygwin1.dll dependancy...

2003-03-18 Thread mbresnah
Does -mno-cygwin satisfy your needs? See the cygwin user manual. Mike Quoting Tim Renner <[EMAIL PROTECTED]>: > Does anybody know how to do this? I've tried building my test program a > couple different ways > > g++ -o pipetest pipetest.cc /usr/lib/libcygwin.a > g++ -o pipetest pipetest.cc -lc

Re: Building a .exe w/ no cygwin1.dll dependancy...

2003-03-18 Thread Igor Pechtchanski
On Tue, 18 Mar 2003, Tim Renner wrote: > Does anybody know how to do this? I've tried building my test program a > couple different ways > > g++ -o pipetest pipetest.cc /usr/lib/libcygwin.a > g++ -o pipetest pipetest.cc -lcygwin > > g++ -static -o pipetest pipetest.cc > g++ -static -o pipetest pi

RE: idea for mixed import/static libraries and linking with DLLs

2003-03-18 Thread Ralf Habacker
> I just realized that libc.so on linux is just a linker script and > that it is used to link both the shared and static parts of libc. > > So, in a similar vein, you could conceivably do something like this > on cygwin: > > /* GNU ld script >Use the shared library, but some functions are only

Building a .exe w/ no cygwin1.dll dependancy...

2003-03-18 Thread Tim Renner
Does anybody know how to do this? I've tried building my test program a couple different ways g++ -o pipetest pipetest.cc /usr/lib/libcygwin.a g++ -o pipetest pipetest.cc -lcygwin g++ -static -o pipetest pipetest.cc g++ -static -o pipetest pipetest.cc -lcygwin And no matter what, the resulting e

Re: Header problem with OGL on Cygwin

2003-03-18 Thread Paul Sargent
On Tue, Mar 18, 2003 at 11:42:01AM -0500, Igor Pechtchanski wrote: > Here's your culprit: Snip, snip It's gone. Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ

Re: Header problem with OGL on Cygwin

2003-03-18 Thread Andre Bleau
Paul, Here is the part of glpng.h that hurts: /* XXX This is from Win32's */ #ifndef APIENTRY #if (_MSC_VER >= 800) || defined(_STDCALL_SUPPORTED) #define APIENTRY__stdcall #else #define APIENTRY #endif #endif Add before it: #if defin

Re: Header problem with OGL on Cygwin

2003-03-18 Thread Igor Pechtchanski
On Tue, 18 Mar 2003, Paul Sargent wrote: > Thanks for the sample app Andre, that compiled fine. That showed me it > wasn't a system issue, so resolved to dig a bit more. I've made some headway > although I'm not sure I understand it. > > Basically it seems to boil down to the order that I'm includ

Re: idea for mixed import/static libraries and linking with DLLs

2003-03-18 Thread Joe Buehler
Christopher Faylor wrote: Apologies if this approach has already been mentioned. I thought it was kinda neat. AIX has something interesting. All libraries are ar libs. You can have shared objects in them, or plain .o files, or a mixture of both. The same library can be used for dynamic or stati

Re: Updated: cygwin-1.3.22-1 -- Mirrors question

2003-03-18 Thread Randall R Schulz
Rick, Mirrors pull, they don't push. Apart from allowing the mirror sites access to the master file repository at cygwin.com, they're completely out of the control of anyone at Redhat or on the Cygwin team. My personal recommendation is to pick a single mirror (based on reliability!) and then

Re: Header problem with OGL on Cygwin

2003-03-18 Thread Paul Sargent
Thanks for the sample app Andre, that compiled fine. That showed me it wasn't a system issue, so resolved to dig a bit more. I've made some headway although I'm not sure I understand it. Basically it seems to boil down to the order that I'm including header files in my source files. I'm using th

Re: Updated: cygwin-1.3.22-1 -- Mirrors question

2003-03-18 Thread Rick Owen
Greetings, I've only been on the list for a short time. I have noticed that some mirrors are more quickly updated than others. Which mirrors will most likely contain the updates most quickly? Generally after I receive an update notice on the announce list I have to wait for a day or two before

Re: Header problem with OGL on Cygwin

2003-03-18 Thread Andre Bleau
Paul M Sargent <[EMAIL PROTECTED]> wrote: Hi All, I'm currently having some problems linking with OpenGL under cygwin. I was hoping somebody who understands the system might be able to offer some advice. The problem I'm having is that when I try to link my object files together with "-lglut32 -l

RE: 1.1.23: configure doesn't find header files when it looks for them; builds fail

2003-03-18 Thread Vincent Sacksteder
Thanks, Igor. configure did accept the verbose option, but didn't seem to do anything different. I ended up playing with the scripts to see what happened. It seems to me after further examination like the mono problem is mono's fault. Regards, Vincent -Original Message- From: I

[ANNOUNCEMENT] Updated: cygwin-1.3.22-1

2003-03-18 Thread Christopher Faylor
I've made a new version of the Cygwin DLL and associated utilities available for download. As usual, a list of what has changed is below. 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. Then, run se

Re: [ANNOUNCEMENT] New release of setup.exe (2.249.2.10)

2003-03-18 Thread Pierre A. Humblet
On Tue, Mar 18, 2003 at 07:42:01AM +0100, Markus Schönhaber wrote: > Pierre A. Humblet wrote: > >On Tue, Mar 18, 2003 at 12:44:12AM +0100, Markus Schönhaber wrote: > > > >>Same machine as last time (same machine as every time, James). > > > > > >I assume it's not the same as the very first time, wh

Re: Building a win32 python extension from cygwin?

2003-03-18 Thread Jason Tishler
Greg, Note my experience building Win32 Python extensions is *very* limited. It is mainly limited to building the readline module every year or so when the next major version of Python is released... BTW, you may have better luck on the Python or Distutils list. On Mon, Mar 17, 2003 at 05:51:33P

Header problem with OGL on Cygwin

2003-03-18 Thread Paul Sargent
Hi All, I'm currently having some problems linking with OpenGL under cygwin. I was hoping somebody who understands the system might be able to offer some advice. The problem I'm having is that when I try to link my object files together with "-lglut32 -lglu32 -lopengl32" I get messages stating t

question about undefined reference

2003-03-18 Thread enrico . luedecke
Hi all, this is my first posting, so be patient if something goes wrong :-) I installed Cygwin yesterday with nearly all packages. I want to write an app running both on win and linux. I want to use gtk and glade to build the GUI. I started to compile the libs and packages needed for linux: gtk,