Son of try a snapshot

2003-01-17 Thread Christopher Faylor
I think I've corrected the SEGV from the last snapshot. Please give it a try. If you experience problems, please send your cygcheck output as an attachment, along with detailed explanation of how to duplicate the problem. cgf -- Please use the resources at cygwin.com rather than sending personal

RE: please try the latest snapshot

2003-01-17 Thread Robert McNulty Junior
nd stuff like the >>following by just running ls: >> >>$ uname -a >>CYGWIN_NT-5.0 TISHLERJASON 1.3.19s(0.71/3/2) 20030117 13:11:17 i686 unknown >>$ cd src/pgsql >>/home/jt/src/pgsql >>$ ls >>... >> 636511 [unknown (0x900)] ?

Re: please try the latest snapshot

2003-01-17 Thread Christopher Faylor
;>following by just running ls: >> >>$ uname -a >>CYGWIN_NT-5.0 TISHLERJASON 1.3.19s(0.71/3/2) 20030117 13:11:17 i686 unknown >>$ cd src/pgsql >>/home/jt/src/pgsql >>$ ls >>... >> 636511 [unknown (0x900)] ? 2332 handle_e

Re: Re: build php4.3.0 as a module for apache_1.3.27 (Cygwin) fail

2003-01-17 Thread sailsoft
Thanks Elfyn and Stipe. I will try a php forum application ( FUDforum 2.3.6 ) on cygwin. The installation ( install.php ) for this forum need php.exe. But the sources provided with cygwin, will just install the mod_php4, there is no php.exe. So i have to install apache and php myself. Sti

Re: RESOLVED: Using gcc to build a DLL discovered and linked at runtime

2003-01-17 Thread Jim Kleckner
Christopher Faylor wrote: On Fri, Jan 17, 2003 at 06:58:17AM -0800, Joshua Daniel Franklin wrote: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii References: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> After carefully inspecting the symbols from generated dlls and dlls provided by

Re: Support for DDWARF-2 debug info? (on Cygwin)

2003-01-17 Thread Fabio Alemagna
On Fri, 17 Jan 2003, Richard Henderson wrote: > On Fri, Jan 17, 2003 at 11:49:01PM +0100, Fabio Alemagna wrote: > > Wait a minute, are you saying IA-64 implements section-relative > > relocations? Is that for any kind of sections, or just the dwarf's ones? > > Any sections. See R_IA64_SECREL* i

Re: please try the latest snapshot

2003-01-17 Thread Christopher Faylor
I >> > could tell. How does the refreshed snapshot look? >> >> Looking good! > >I spoke too soon. I'm getting segmentation faults and stuff like the >following by just running ls: > >$ uname -a >CYGWIN_NT-5.0 TISHLERJASON 1.3.19s(0.71/3/2)

Fwd: Re: Installation

2003-01-17 Thread Jeremy Hetzler
From: "Scott Taylor" <[EMAIL PROTECTED]> Subject: Re: Installation Date: Fri, 17 Jan 2003 11:06:41 - OK got locate working, but there seems to be something wrong in general with calling commands. "ls -l" works fine but... "ls -l | more" does not Also, I wanted to install cygipc but it give

Re: RE: posix threads

2003-01-17 Thread Timothy C Prince
-Original Message- From: "Lane, Frank L" <[EMAIL PROTECTED]> To: cygwin <[EMAIL PROTECTED]> Date: Fri, 17 Jan 2003 17:53:41 -0600 Subject: RE: posix threads Hi Mike, I don't know how the different version are cross-referenced but uname tells me I'm running CYGWIN_NT-5.0. And the POSIX

Re: please try the latest snapshot

2003-01-17 Thread David Rothenberger
I am encountering sporadic segmentation faults from tools like ls and find. Specifically, I was invoking find as a child process from Cygwin XEmacs, and it was getting a segmentation fault at different locations in my (somewhat deep) directory structure. After this started to occur, I started an

RE: posix threads

2003-01-17 Thread Lane, Frank L
Hi Mike, I don't know how the different version are cross-referenced but uname tells me I'm running CYGWIN_NT-5.0. And the POSIX Version is set to 199009(which I think means it does most thread stuff but not all of the POSIX 1003.1c stuff). Hopefully this in someway helps. BTW, there is pthread

Re: Support for DDWARF-2 debug info? (on Cygwin)

2003-01-17 Thread Richard Henderson
On Fri, Jan 17, 2003 at 11:49:01PM +0100, Fabio Alemagna wrote: > Wait a minute, are you saying IA-64 implements section-relative > relocations? Is that for any kind of sections, or just the dwarf's ones? Any sections. See R_IA64_SECREL* in bfd/elfxx-ia64.c. r~ -- Unsubscribe info: http:/

Re: Support for DDWARF-2 debug info? (on Cygwin)

2003-01-17 Thread Brian Ford
Yup. That's what the main said. Look at the pseudo op @secrel(). If you figure out how to implement this for AROS, I'd love any additional insight you can share. I'm currently blindly stubling in gas and bfd. On Fri, 17 Jan 2003, Fabio Alemagna wrote: > On Fri, 17 Jan 2003, Richard Henderson

posix threads

2003-01-17 Thread Michael D. Berger & Rosalie A. Clavez
Does g++ (gcc) under Cygwin support posix threads? I have Cygwin with gcc 2.95.3-5, and I can't find any *.h files for threads. Thanks for your help Mike. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: h

Re: Support for DDWARF-2 debug info? (on Cygwin)

2003-01-17 Thread Fabio Alemagna
On Fri, 17 Jan 2003, Richard Henderson wrote: > On Thu, Jan 16, 2003 at 09:18:20AM -0600, Brian Ford wrote: > > I am still consulting the DWARF2 spec to see if gcc and gas are > > correct in generating VMA addresses. If so, I guess I have to fix the > > dwarf parsing code in bfd and gdb to subtra

Re: Support for DDWARF-2 debug info? (on Cygwin)

2003-01-17 Thread Brian Ford
Thanks for the response. I came to that ugly conclusion yesterday. On Fri, 17 Jan 2003, Richard Henderson wrote: > No, dwarf specifies a section-relative address. The issue is that, > with the exception of IA-64, no target has section-relative relocations. > So instead we force the VMA to zero

Re: Support for DDWARF-2 debug info? (on Cygwin)

2003-01-17 Thread Richard Henderson
On Thu, Jan 16, 2003 at 09:18:20AM -0600, Brian Ford wrote: > I am still consulting the DWARF2 spec to see if gcc and gas are > correct in generating VMA addresses. If so, I guess I have to fix the > dwarf parsing code in bfd and gdb to subtract the section base VMA. No, dwarf specifies a section

Possible Snapshot Issue

2003-01-17 Thread Dockeen
I grabbed the cygwin1.dll snapshot version 20030117 a few minutes ago. I had an issue with a hang occuring in the following circumstances. I cd'ed into a lower level directory, attempted to perform a listing, and the operation hung. I closed the window, opened another and repeated the r

Re: please try the latest snapshot

2003-01-17 Thread David Rothenberger
The latest 1-17 snapshot fixes the pipe problem for me. No other problems detected so far. Thanks! Christopher Faylor wrote: > > The latest snapshot should fix some /etc handling problems (thanks to > ideas and code from Pierre Humblet), like the dreaded BSOD. It may also > solve the "pipes ar

Re: HELP! How to add secrel psuedo op for pe-i386?

2003-01-17 Thread Brian Ford
Thank you VERY much for the reply. See below for comments please. On 17 Jan 2003, Nick Clifton wrote: > > I think the "correct" way to handle this is to implement the secrel psuedo > > op like IA64 does. I only have a very vauge idea what this means. > > > > Can a binutils guru enlighten me on

Re: emacs error ad-Orig-documentation called with 5 arguments

2003-01-17 Thread Joe Buehler
Robert Mecklenburg wrote: I'm not sure how to continue debugging this issue. I'm studying advice.el now. I think this (long-running) problem has something to do with the fact that emacs under Cygwin now has unexec(). If you roll back to emacs 21.2-9 you will not have any problems. One thing

Re: Adding/removing custom mirror URLs in setup.exe...

2003-01-17 Thread Robert Collins
On Sat, 2003-01-18 at 06:20, Max Bowsher wrote: > Don't know whether setup understands usernames/passwords. I'll dig in the > source tomorrow, if no one has answered by then. It should, Corinna IIRC uses ftp w/passwords. Rob -- GPG key available at:

Re: please try the latest snapshot

2003-01-17 Thread Jason Tishler
ng good! I spoke too soon. I'm getting segmentation faults and stuff like the following by just running ls: $ uname -a CYGWIN_NT-5.0 TISHLERJASON 1.3.19s(0.71/3/2) 20030117 13:11:17 i686 unknown $ cd src/pgsql /home/jt/src/pgsql $ ls ... 636511 [unknown (0x900)

Re: [ANNOUNCEMENT] Updated: cygwin-doc-1.3

2003-01-17 Thread fergus
This might be a phoney report but I think not. (Sorry : unfortunately I let Norton correct the error as well as find it.) As follows: after updating cygwin-doc the three shortcuts in Start -> Programs -> Cygwin (i.e. to API, FAQ and UG) are unaltered and therefore still point to the previous versio

Re: emacs error ad-Orig-documentation called with 5 arguments

2003-01-17 Thread Robert Mecklenburg
DH> Robert Mecklenburg wrote: RM> I'm getting the following error in the x-enabled version of cygwin RM> emacs: RM> RM> ** ad-Orig-documentation called with 5 arguments, but accepts only 1-2 DH> I think the problem is with the original documentation function itself, DH> not with advice. Momen

Re: [perl #10008] Not OK: perl v5.8.0 on cygwin-multi-64int 1.3.12s(0.5332) (UNINSTALLED)

2003-01-17 Thread Christopher Faylor
On Fri, Jan 17, 2003 at 05:40:17PM +0100, H.Merijn Brand wrote: >Now that I managed automatic install of snapshots :))) I traced it back. > >20030113 OK >20030114 OK >20030115 Crash on above cd >20030116 Crash on above cd >20030117 Crash on above cd Can you give me mor

was: How can I abbreviate /cygdrive/DRIVELETTER ?

2003-01-17 Thread svartsjel
Thank you, Max, Igor and Andrew for your suggestions! Yes, I knew the cygdrive-prefix possibility already, nevertheless: thanks, Corinna! I assume Max' softlink solution will please my laziness best. It's somewhat strange I didn't come up with this little trick myself... Best wishes, Svartsjel

FindFirstChangeNotification BSODs (Re: please try the latest snapshot)

2003-01-17 Thread Ville Herva
On Fri, Jan 17, 2003 at 12:52:16AM -0500, you [Christopher Faylor] wrote: > The latest snapshot should fix some /etc handling problems (thanks to > ideas and code from Pierre Humblet), like the dreaded BSOD. It may also > solve the "pipes are slow" problem. There are also all of the fixes > accum

Re: please try the latest snapshot

2003-01-17 Thread Jason Tishler
Chris, On Fri, Jan 17, 2003 at 02:03:53PM -0500, Christopher Faylor wrote: > This should be fixed now. It was a simple mistake, as far as I could > tell. How does the refreshed snapshot look? Looking good! Thanks, Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers F

Re: CVS problem

2003-01-17 Thread Max Bowsher
Frédéric L. W. Meunier wrote: > On Fri, 17 Jan 2003, Max Bowsher wrote: > >> Frédéric L. W. Meunier wrote: >>> But it still doesn't return to the shell prompt: >>> >>> $ cvs -d :pserver:[EMAIL PROTECTED]:/var/lib/cvs co micq >>> U micq/.cvsignore >>> U micq/AUTHORS >>> U micq/COPYING >>> ... >>> U

Re: Missing export CYGWIN1.DLL:setgroups

2003-01-17 Thread Max Bowsher
Jim Lynch wrote: > Ah ha! You're right. I'm guessing I had a copy of bash up when I > did > the install. The installer couldn't remove or rename the cygwin1.dll > file so he put the new one in as cygwin1.dll.new. I removed the old > one > and renamed the .new file and it works! Setup says "In

Re: Adding/removing custom mirror URLs in setup.exe...

2003-01-17 Thread Max Bowsher
Thomas Chadwick wrote: > 2 separate questions about customizing the list of mirror URLs in the > cygwin setup.exe program: > > 1) When adding a custom URL, what is the correct syntax to describe > the path to the cygwin pacakge directory? For instance, on an FTP > accessible server I have a directo

Re: Missing export CYGWIN1.DLL:setgroups

2003-01-17 Thread Jim Lynch
Ah ha! You're right. I'm guessing I had a copy of bash up when I did the install. The installer couldn't remove or rename the cygwin1.dll file so he put the new one in as cygwin1.dll.new. I removed the old one and renamed the .new file and it works! Thanks, Jim. Max Bowsher wrote: > > Jim

Re: Using nail on win32 (cygwin)

2003-01-17 Thread Max Bowsher
Gunnar Ritter wrote: > Vince Hoffman <[EMAIL PROTECTED]> wrote: > >> While i can understand your views, i'm sorry that you feel that way. >> thanks for the responce. >> >> Vince >> >>> -Original Message- >>> From: Gunnar Ritter [mailto:[EMAIL PROTECTED]] >>> Sent: 17 January 2003 16:16 >

Re: Missing export CYGWIN1.DLL:setgroups

2003-01-17 Thread Max Bowsher
Jim Lynch wrote: > And some others. > > I just upgraded my cygwin installation on Win98 to the latest and now > I get a popup window that says "The RSYNC.EXE file is linked to > missing export CYGWIN1.DLL:setgroups". You've probably got an old cygwin1.dll somewhere else on your system. Remove it.

Re: please try the latest snapshot

2003-01-17 Thread Christopher Faylor
On Fri, Jan 17, 2003 at 10:44:55AM -0500, Jason Tishler wrote: >Chris, > >On Fri, Jan 17, 2003 at 12:52:16AM -0500, Christopher Faylor wrote: >> If I don't hear too many whines about this snapshot, it may become >> 1.3.19. > >The 2003-Jan-17 snapshot seems to fix the symlink problem that I >mention

NFS Mounts Unavailable?

2003-01-17 Thread Mack, Daemian
I'm having a problem accessing my remote data through NSF with Cygwin. I've gone through the FAQ and searched the archives of this mailing list, and found a few slightly relevant bits, but nothing that can solve my problem. I've appended the output of a cygcheck -s to the end of this mail. On an

Re: HELP! How to add secrel psuedo op for pe-i386?

2003-01-17 Thread Nick Clifton
Hi Brian, > > So, all I need to do is define ASM_OUTPUT_DWARF_OFFSET correctly in > > gcc/config/i386/cygwin.h. > > > > Does anyone have a good way to define a section relative offset in > > assembly for Cygwin, or do I need to define labels for the sections in the > > link script and use them? T

Re: PATCH -u Re: BUG Report : automake on cygwin is acting up on--srcdir-name=.

2003-01-17 Thread Charles Wilson
/usr/bin/automake is a generated script. If you wish to submit a patch, download the source archive submit a patch against that (Note that each "final" script is built from fragments, where it takes two separate fragments to implement a new option). However, all I see in your patch is adding t

Cygwin Snapshot from yesterday

2003-01-17 Thread Robert McNulty Junior
I tried the Cygwin Snapshot. It hangs when I'm trying to get a directory Robert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: emacs error ad-Orig-documentation called with 5 arguments

2003-01-17 Thread Dan Holmsand
Robert Mecklenburg wrote: I'm getting the following error in the x-enabled version of cygwin emacs: ** ad-Orig-documentation called with 5 arguments, but accepts only 1-2 I think the problem is with the original documentation function itself, not with advice. M-x describe-function document

Missing export CYGWIN1.DLL:setgroups

2003-01-17 Thread Jim Lynch
And some others. I just upgraded my cygwin installation on Win98 to the latest and now I get a popup window that says "The RSYNC.EXE file is linked to missing export CYGWIN1.DLL:setgroups". It took a couple of hours to download and install and there were a few errors repored from the post insta

Re: [perl #10008] Not OK: perl v5.8.0 on cygwin-multi-64int 1.3.12s(0.5332) (UNINSTALLED)

2003-01-17 Thread Gerrit P. Haase
t; > >> > > Yesterday's snap (20030116) gave me a signal 11 during Configure. also after >> > > reboot. 20030117 was showing the same behaviour >> > >> > > : >> > > : >> > > : >> > > Looking for extensions... >

emacs error ad-Orig-documentation called with 5 arguments

2003-01-17 Thread Robert Mecklenburg
I'm getting the following error in the x-enabled version of cygwin emacs: ** ad-Orig-documentation called with 5 arguments, but accepts only 1-2 The bug is very reproduceable by defining the following two lisp functions: (defun foo () (interactive) (message "hi")) (defadvice foo (before

Re: Using cygwin and JAVA/JNI

2003-01-17 Thread Randall R Schulz
Yow! What's the proper way to ward off the curse implied here? I may never be right again! Perhaps what's really afoot here is that as a Badger, my near-universal correctness is trumped by that of someone actually working on the Madison campus. At 08:27 2003-01-17, friedman_hill ernest j wro

RE: Using nail on win32 (cygwin)

2003-01-17 Thread Vince Hoffman
Sorry, with hindsight this was a very rude thing to do indeed. I made the newbie mistake of replying immediately and before I had sobered up. (ps. not I'm pissed off at all, I was just too lazy to want explain to the list why you had refused.) > -Original Message- > From: Gunnar Ritter [m

Re: Using nail on win32 (cygwin)

2003-01-17 Thread Gunnar Ritter
Vince Hoffman <[EMAIL PROTECTED]> wrote: > While i can understand your views, i'm sorry that you feel that way. thanks > for the responce. > > Vince > > > -Original Message- > > From: Gunnar Ritter [mailto:[EMAIL PROTECTED]] > > Sent: 17 January 2003 16:16 > > To: [EMAIL PROTECTED] > > Sub

Adding/removing custom mirror URLs in setup.exe...

2003-01-17 Thread Thomas Chadwick
2 separate questions about customizing the list of mirror URLs in the cygwin setup.exe program: 1) When adding a custom URL, what is the correct syntax to describe the path to the cygwin pacakge directory? For instance, on an FTP accessible server I have a directory in my home directory called

Re: please try the latest snapshot

2003-01-17 Thread Eric Hanchrow
> "cgf" == Christopher Faylor <[EMAIL PROTECTED]> writes: cgf> The latest snapshot should fix some /etc handling problems cgf> (thanks to ideas and code from Pierre Humblet), like the cgf> dreaded BSOD. Where can I read more about that BSOD problem? I'm getting blue-screens mysel

Re: [perl #10008] Not OK: perl v5.8.0 on cygwin-multi-64int 1.3.12s(0.5332) (UNINSTALLED)

2003-01-17 Thread H.Merijn Brand
s snap (20030116) gave me a signal 11 during Configure. also after > > > reboot. 20030117 was showing the same behaviour > > > > > : > > > : > > > : > > > Looking for extensions... > > > Signal 11 > > > > > FYI 1.3.19s(0.7032) 20030

Re: CVS problem

2003-01-17 Thread Frédéric L. W. Meunier
On Fri, 17 Jan 2003, Max Bowsher wrote: > Frédéric L. W. Meunier wrote: > > But it still doesn't return to the shell prompt: > > > > $ cvs -d :pserver:[EMAIL PROTECTED]:/var/lib/cvs co micq > > U micq/.cvsignore > > U micq/AUTHORS > > U micq/COPYING > > ... > > U micq/web/valid-html40 > > U micq/w

Re: please try the latest snapshot

2003-01-17 Thread Dan Holmsand
Dan Holmsand wrote: Indeed it does seem to stop the BSODding on my machines. Thanks! Still no BSOD. However, now I'm having trouble with postgresql: the postmaster dies as soon as I exit psql. Reverting to a cygwin1.dll built from cvs from four days ago fixes the problem. Here is what the po

Re: Using cygwin and JAVA/JNI

2003-01-17 Thread gilles BOURGEOIS
thanks a lot, actually, with -Wl,--add-stdcall-alias to the gcc line, all worked fine. - Original Message - From: "friedman_hill ernest j" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 5:27 PM Subject: Re: Using cygwin and JAVA/JNI > > Randall is usually 10

Re: Using cygwin and JAVA/JNI

2003-01-17 Thread friedman_hill ernest j
Randall is usually 100% right about everything, but here he's actually not. I haven't done it in a long time, but I've certainly written JNI libraries with cygwin -- and in fact, used some fairly cygwin specific features in doing so (my JNI library explicitly used dlopen() to open another library,

Re: Using cygwin and JAVA/JNI

2003-01-17 Thread Igor Pechtchanski
Randall, Jim Kleckner, who posted the message I referred to, was apparently able to load a gcc-built DLL in the same manner as an MSVC-built one. This seems to indicate that the ABI is compatible, and the only problem was the function name mangling. It was mostly a speculation on my part to rela

RE: Using nail on win32 (cygwin)

2003-01-17 Thread Vince Hoffman
sorry should have retitled this and maybe explained it a little more but had too much wine at lunch :) > -Original Message- > From: Vince Hoffman [mailto:[EMAIL PROTECTED]] > Sent: 17 January 2003 16:21 > To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' > Subject: RE: Using nail on win32 (cyg

Re: Using cygwin and JAVA/JNI

2003-01-17 Thread Randall R Schulz
Igor, Could you clarify? Is my supposition not actually correct? That would be nice to know. Randall Schulz At 08:15 2003-01-17, Igor Pechtchanski wrote: Gilles, This may be related to the issue raised in this message: . Igor On Fri, 17

RE: Using nail on win32 (cygwin)

2003-01-17 Thread Vince Hoffman
While i can understand your views, i'm sorry that you feel that way. thanks for the responce. Vince > -Original Message- > From: Gunnar Ritter [mailto:[EMAIL PROTECTED]] > Sent: 17 January 2003 16:16 > To: [EMAIL PROTECTED] > Subject: Re: Using nail on win32 (cygwin) > > > Vince Hoffman

Re: Using cygwin and JAVA/JNI

2003-01-17 Thread Igor Pechtchanski
Gilles, This may be related to the issue raised in this message: . Igor On Fri, 17 Jan 2003, Randall R Schulz wrote: > Gilles, > > I don't believe the ABI (application binary interface) used by the > Microsoft compilers is compatible wit

Re: Using cygwin and JAVA/JNI

2003-01-17 Thread Randall R Schulz
Gilles, I don't believe the ABI (application binary interface) used by the Microsoft compilers is compatible with that used by GCC and hence the Sun JVM, being compiled by the Microsoft tools, cannot access GCC-compiled libraries via JNI. Randall Schulz At 06:41 2003-01-17, gilles BOURGEOIS

Re: [perl #10008] Not OK: perl v5.8.0 on cygwin-multi-64int 1.3.12s(0.5332) (UNINSTALLED)

2003-01-17 Thread Christopher Faylor
gt; > Closed. Gerrit, can you try the 20030113 snapshot, and see if it's gone with >> > you too? >> >> Yes, Sir :-) > >[ Bleadperl development ] > >Yesterday's snap (20030116) gave me a signal 11 during Configure. also after >reboot. 2003011

Re: CVS problem

2003-01-17 Thread Max Bowsher
Frédéric L. W. Meunier wrote: > On Fri, 17 Jan 2003, Max Bowsher wrote: > >> Frédéric L. W. Meunier wrote: >>> According to http://www.micq.org/download.shtml.en I do >>> >>> $ cvs -d :pserver:[EMAIL PROTECTED]:/var/lib/cvs co micq >>> cvs checkout: cannot open CVS/Entries for reading: No such file

Re: RESOLVED: Using gcc to build a DLL discovered and linked at runtime

2003-01-17 Thread Christopher Faylor
On Fri, Jan 17, 2003 at 06:58:17AM -0800, Joshua Daniel Franklin wrote: >MIME-Version: 1.0 >Content-Type: text/plain; charset=us-ascii > >References: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > >> After carefully inspecting the symbols from >> generated dlls and dlls provided by TradeStation, >> I f

Re: PATCH -u Re: BUG Report : automake on cygwin is acting up on --srcdir-name=.

2003-01-17 Thread James Michael DuPont
errr thanks! DOh! --- /usr/bin/automake~ 2002-10-22 03:46:27.0 +0200 +++ /usr/bin/automake 2003-01-17 16:42:26.0 +0100 @@ -24,6 +24,7 @@ unset opt_foreign unset opt_std_options unset opt_include_deps +unset opt_build_dirs unset opt_ignore_deps unset opt_no_force unset opt_f

Re: PATCH -u Re: BUG Report : automake on cygwin is acting up on--srcdir-name=.

2003-01-17 Thread Igor Pechtchanski
FYI, this looks like a reverse patch... Igor On Fri, 17 Jan 2003, James Michael DuPont wrote: > here is the path to the cygwin driver : > --- /usr/bin/automake 2003-01-17 16:42:26.0 +0100 > +++ /usr/bin/automake~ 2002-10-22 03:46:27.0 +0200 > @@ -24,7 +24,6 @@ > unset

RE: COM port setup

2003-01-17 Thread Paul Munden
Cool thanks this seems to work as I can see my IR port trying to connect to my IR on my mobile but the problem is I keep getting '/dev/com4: Permission denied' when I'm running my code. If these are virtual links, how can I look at changing the permissions on them ? Regards Paul

PATCH -u Re: BUG Report : automake on cygwin is acting up on --srcdir-name=.

2003-01-17 Thread James Michael DuPont
here is the path to the cygwin driver : --- /usr/bin/automake 2003-01-17 16:42:26.0 +0100 +++ /usr/bin/automake~ 2002-10-22 03:46:27.0 +0200 @@ -24,7 +24,6 @@ unset opt_foreign unset opt_std_options unset opt_include_deps -unset opt_build_dirs unset opt_ignore_deps unset opt

Re: Installation

2003-01-17 Thread Igor Pechtchanski
On Fri, 17 Jan 2003, Andrew Markebo wrote: > | "ls -l" works fine but... > | "ls -l | more" does not > > What error do you get?? I assume command not found.. basically there > are no more that comes with cygwin.. but there should be a less..

Re: please try the latest snapshot

2003-01-17 Thread Jason Tishler
Chris, On Fri, Jan 17, 2003 at 12:52:16AM -0500, Christopher Faylor wrote: > If I don't hear too many whines about this snapshot, it may become > 1.3.19. The 2003-Jan-17 snapshot seems to fix the symlink problem that I mentioned in: http://cygwin.com/ml/cygwin/2003-01/msg00827.html However,

RE: Command-line email?

2003-01-17 Thread Vince Hoffman
no mailing list that i know of I'm afraid. > -Original Message- > From: Joshua Daniel Franklin [mailto:[EMAIL PROTECTED]] > Sent: 17 January 2003 15:02 > To: [EMAIL PROTECTED] > Subject: RE: Command-line email? > > > > On Fri, Jan 17, 2003 at 11:40:26AM -, Vince Hoffman wrote: > > >

Re: Command-line email?

2003-01-17 Thread Jason Tishler
On Fri, Jan 17, 2003 at 07:02:29AM -0800, Joshua Daniel Franklin wrote: > Glancing at the online version of the man page, I especially like easy > MIME attachments from the CLI. FYI, mutt can do this too. -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 14

RE: Command-line email?

2003-01-17 Thread Joshua Daniel Franklin
> On Fri, Jan 17, 2003 at 11:40:26AM -, Vince Hoffman wrote: > > nail is good ( i use it myself) but it has a file called > aux.c/.h which > > cannot be created on win32 cause windows is irritating like > that (needed to > > extract and rename it on a linux machine.) just renamed aux > to au

Re: RESOLVED: Using gcc to build a DLL discovered and linked at runtime

2003-01-17 Thread Joshua Daniel Franklin
MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii References: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > After carefully inspecting the symbols from > generated dlls and dlls provided by TradeStation, > I found that symbols occurred with and without the > @decorations. e.g. PPI@4 and

Instalation Problems and First Run

2003-01-17 Thread dun106
I had a problem with installing it at 1/15/03. When the install program asked me if I wanted to make a shortcut to the desktop, I choose yes. Then I ran the short cut and it gave me a, "Must shutdown all programs and restart in msdos. Do you want to proceed?" message. So I choose yes, and it re

Using cygwin and JAVA/JNI

2003-01-17 Thread gilles BOURGEOIS
hello I wonder if it is possible to use JNI upon a DLL .i.e a shared libray like .so file generated with gcc, without the mno-cygwin option. (my lib uses IPC SYSTEM V, that is why I rely on the cygwin and cygipc libraries) I am mot a newbie with java/jni or gcc, but mixing all of them seems to cras

Re: CVS problem

2003-01-17 Thread Frédéric L. W. Meunier
On Fri, 17 Jan 2003, Max Bowsher wrote: > Frédéric L. W. Meunier wrote: > > According to http://www.micq.org/download.shtml.en I do > > > > $ cvs -d :pserver:[EMAIL PROTECTED]:/var/lib/cvs co micq > > cvs checkout: cannot open CVS/Entries for reading: No such file or > > directory > > cvs [checkou

Re: CVS problem

2003-01-17 Thread Max Bowsher
Frédéric L. W. Meunier wrote: > According to http://www.micq.org/download.shtml.en I do > > $ cvs -d :pserver:[EMAIL PROTECTED]:/var/lib/cvs co micq > cvs checkout: cannot open CVS/Entries for reading: No such file or > directory > cvs [checkout aborted]: no repository Works for me, copy/pasting y

RE: COM port setup

2003-01-17 Thread Sergey Okhapkin
Cygwin has pseudo /dev directory, the device name mapping is /dev/ttyS0 - com1 /dev/ttyS1 - com2 /dev/ttyS2 - com3 /dev/ttyS3 - com4 You can use both unix and windows device names to open a com port, ie fopen("/dev/ttyS0") and fopen("com1") do the same, but I suggest you to use unix-like names. >

Re: CVS problem

2003-01-17 Thread Rico -mc- Gloeckner
On Fri, Jan 17, 2003 at 11:14:37AM -0200, Fr?d?ric L. W. Meunier wrote: > It does: > > $ cvs -d :pserver:[EMAIL PROTECTED]:/var/lib/cvs up > ? prepare.new > P AUTHORS > P ChangeLog > P doc/micqrc.5 > cvs server: cannot open directory /var/lib/cvs/micq/doc/html: No such file or >directory > cvs se

Re: CVS problem

2003-01-17 Thread Frédéric L. W. Meunier
On Fri, 17 Jan 2003, Rico -mc- Gloeckner wrote: > On Thu, Jan 16, 2003 at 08:47:48PM -0200, Frédéric L. W. Meunier wrote: > > I don't know if it's a problem with the mICQ repository, but > > the following shows up on latest Cygwin: > > > > $ cvs -d :pserver:[EMAIL PROTECTED]:/var/lib/cvs up > > ?

Re: strerror_r is missing from libc

2003-01-17 Thread Corinna Vinschen
On Fri, Jan 17, 2003 at 10:56:46AM +0100, Horák Daniel wrote: > I cannot link my program that uses strerror_r() function, because it is not included >libc.a. But the declaration of strerror_r is in string.h and also it is implemented >in latest newlib 1.11.0 (but not in 1.10.0). But I don't know

Re: CVS problem

2003-01-17 Thread Rico -mc- Gloeckner
On Thu, Jan 16, 2003 at 08:47:48PM -0200, Fr?d?ric L. W. Meunier wrote: > I don't know if it's a problem with the mICQ repository, but > the following shows up on latest Cygwin: > > $ cvs -d :pserver:[EMAIL PROTECTED]:/var/lib/cvs up > ? prepare.new > cvs server: cannot open directory /var/lib/cvs

RE: Command-line email?

2003-01-17 Thread Vince Hoffman
Since i use it I'm happy to ask (and just have.) Meant to before but keep forgetting. > -Original Message- > From: Corinna Vinschen [mailto:[EMAIL PROTECTED]] > Sent: 17 January 2003 12:05 > To: [EMAIL PROTECTED] > Subject: Re: Command-line email? > > > On Fri, Jan 17, 2003 at 11:40:26AM

Re: Command-line email?

2003-01-17 Thread Corinna Vinschen
On Fri, Jan 17, 2003 at 11:40:26AM -, Vince Hoffman wrote: > nail is good ( i use it myself) but it has a file called aux.c/.h which > cannot be created on win32 cause windows is irritating like that (needed to > extract and rename it on a linux machine.) just renamed aux to aux1 and then > did

Re: Installation

2003-01-17 Thread Andrew Markebo
/ Volker Quetschke <[EMAIL PROTECTED]> wrote: | Hi! | |> | $ tar -C/ -xjf cygipc-1.13-2.tar.bz2 | -^^^ | | bzip2 / bunzip2 are missing. 'j' takes care of that. | |> Hmm doesn't it look for cygipc-1.13-2.. in / now?? Try to do a cd / |> tar -xjf [pathtocygipc]/c

RE: Command-line email?

2003-01-17 Thread Vince Hoffman
nail is good ( i use it myself) but it has a file called aux.c/.h which cannot be created on win32 cause windows is irritating like that (needed to extract and rename it on a linux machine.) just renamed aux to aux1 and then did a grep in the source and changed any references found. > -Origina

Re: please try the latest snapshot

2003-01-17 Thread Dan Holmsand
Christopher Faylor wrote: The latest snapshot should fix some /etc handling problems (thanks to ideas and code from Pierre Humblet), like the dreaded BSOD. It may also solve the "pipes are slow" problem. There are also all of the fixes accumulated since 1.3.18, of course. Indeed it does seem t

Re: build php4.3.0 as a module for apache_1.3.27 (Cygwin) fail

2003-01-17 Thread Stipe Tolj
Elfyn McBratney wrote: > > The only way you can build php-apache OOTB (well sort of) is by using the > sources provided with cygwin, downloaded/installed by setup.exe. The source > package contains a few patches and a utility to create the dll which the > stock release (4.3.0) does not contain. >

Re: Installation

2003-01-17 Thread Volker Quetschke
Hi! | $ tar -C/ -xjf cygipc-1.13-2.tar.bz2 -^^^ bzip2 / bunzip2 are missing. Hmm doesn't it look for cygipc-1.13-2.. in / now?? Try to do a cd / tar -xjf [pathtocygipc]/cyg... | tar (child): cygipc.1.13-2.tar.bz2: cannot open: no such file or directory --

Re: Installation

2003-01-17 Thread Andrew Markebo
/ "Scott Taylor" <[EMAIL PROTECTED]> wrote: | OK got locate working, but there seems to be something wrong in general with | calling commands. | | "ls -l" works fine but... | "ls -l | more" does not What error do you get?? I assume command not found.. basically there are no more that comes with cy

Re: Installation

2003-01-17 Thread Scott Taylor
OK got locate working, but there seems to be something wrong in general with calling commands. "ls -l" works fine but... "ls -l | more" does not Also, I wanted to install cygipc but it gives me the following: $ tar -C/ -xjf cygipc-1.13-2.tar.bz2 tar (child): cygipc.1.13-2.tar.bz2: cannot open: n

Re: [perl #10008] Not OK: perl v5.8.0 on cygwin-multi-64int 1.3.12s(0.5332) (UNINSTALLED)

2003-01-17 Thread H.Merijn Brand
gt; > Yes, Sir :-) [ Bleadperl development ] Yesterday's snap (20030116) gave me a signal 11 during Configure. also after reboot. 20030117 was showing the same behaviour : : : Looking for extensions... Signal 11 FYI 1.3.19s(0.7032) 20030113 10:32:46 was OK -- H.Merijn BrandAmster

Re: Sed Script works in 3.02-1, fails in 4.0.1-1

2003-01-17 Thread Peter S Tillier
- Original Message - From: "Dwight Neal" <[EMAIL PROTECTED]> To: "'Peter S Tillier'" <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 11:05 PM Subject: RE: Sed Script works in 3.02-1, fails in 4.0.1-1 > I included the WRONG sed script with the original message. > > Attached is the co

Re: Installation

2003-01-17 Thread Andrew Markebo
/ "Scott Taylor" <[EMAIL PROTECTED]> wrote: | In the /bin directory are all the bash commands that you use in a typical | unix shell...correct? Then why can I use a command like "ls -l" and not | "locate" which both reside in /bin? | [...] | | $ man ls | BASH: man: command not found have you insta

strerror_r is missing from libc

2003-01-17 Thread Horák Daniel
Hello, I cannot link my program that uses strerror_r() function, because it is not included libc.a. But the declaration of strerror_r is in string.h and also it is implemented in latest newlib 1.11.0 (but not in 1.10.0). But I don't know what version of newlib is included in Cygwin.

Re: Installation

2003-01-17 Thread Scott Taylor
In the /bin directory are all the bash commands that you use in a typical unix shell...correct? Then why can I use a command like "ls -l" and not "locate" which both reside in /bin? This is usually a PATH issue in a normal unix environment, but I believe my PATH is fine. (i.e. PATH=C:\cygwin\bin)

Re: nfs-server questions

2003-01-17 Thread Danilo . Turina
Thank you very much, Danilo Turina - Danilo Turina Alcatel Optics OND Network Management Rieti (Italy) - Phone: +39 746 600332 - 1 anno 9 mesi 8 giorni 17 minuti 41 secondi Brendan J Simon <[EMAIL PROTE

Re: nfs-server questions

2003-01-17 Thread Brendan J Simon
http://www.oneparticularharbor.net/cygwin/ I couldn't find with google nor using the cygwin mailing list. I finally searched the cygwin-apps mailing list and found the link. You need both the SunRPC and NFS Server packages. The binary and sources are available. Install with Setup.exe Cheers

Re: nfs-server questions

2003-01-17 Thread Danilo Turina
Yesterday, after reading your post, I searched the Internet for Universal NFS Server but I was unable to find a place where I could download it (either source code or cygwin binary). Could you please give me some URL? Thank you, Danilo Turina Brendan J Simon wrote: I've installed Universal