Proposing TCM as a Cygwin package

2003-01-10 Thread Daniel Bößwetter
Dear cygwin-apps, I would like to become the maintainer of the TCM port for Cygwin. TCM is a drawing tool for X11 with a focus on ERM, UML and oher software design notations (see http://wwwhome.cs.utwente.nl/~tcm/). It is released under the GPL. I patched version 2.01 to run on Cygwin (see my

Re: Proposing TCM as a cygwin package

2003-01-10 Thread Christopher Faylor
On Fri, Jan 10, 2003 at 04:13:58PM +0100, Daniel B??wetter wrote: Dear cygwin-apps, I would like to become the maintainer of the TCM port for Cygwin. TCM is a drawing tool for X11 with a focus on ERM, UML and oher software design notations (see http://wwwhome.cs.utwente.nl/~tcm/). It is

Re: Proposing TCM as a cygwin package

2003-01-10 Thread Lapo Luchini
Christopher Faylor wrote: Let me know what you think. You've got my vote. I was actually in need /and in search) of such a software. Got mine, too. -- Lapo 'Raist' Luchini [EMAIL PROTECTED] (PGP X.509 keys available) http://www.lapo.it (ICQ UIN: 529796)

HEADS UP maintainers: New openssl version 0.9.7

2003-01-10 Thread Corinna Vinschen
Heads up maintainers of curl, exim, fetchmail, links, lynx (huh, that's me!), mod_php4, mod_ssl, mutt, pine, python and wget. I've just released the new openssl-0.9.7 package which overrides openssl-0.9.6. 0.9.6h will still be available but only the runtime libs (aka DLLs) for compatibility

Re: HEADS UP maintainers: New openssl version 0.9.7

2003-01-10 Thread Max Bowsher
Corinna Vinschen wrote: Heads up maintainers of curl, exim, fetchmail, links, lynx (huh, that's me!), mod_php4, mod_ssl, mutt, pine, python and wget. I've just released the new openssl-0.9.7 package which overrides openssl-0.9.6. 0.9.6h will still be available but only the runtime libs (aka

setup and ntsec

2003-01-10 Thread Pierre A. Humblet
I have studied complains on the list related to the interaction of setup and ntsec, sometimes asking privately for details. Here are the results of the investigation and some recommendations. First some background: 1) ACLs of installed files are determined by the inheritance properties of the

ntsec patch for setup

2003-01-10 Thread Pierre A. Humblet
This is the patch mentioned in the previous e-mail. I seems to work fine on NT and an early version was tested on 2000 (there are differences). Essentially the installed files should be in the Users or Admins groups instead of None. Nothing changes if the user running setup does not have the

Re: setup and ntsec

2003-01-10 Thread Christopher Faylor
On Fri, Jan 10, 2003 at 10:35:24PM -0500, Pierre A. Humblet wrote: I have studied complaints on the list related to the interaction of setup and ntsec, sometimes asking privately for details. Here are the results of the investigation and some recommendations. Wow. You really went out of your

Patch for multiple monitors

2003-01-10 Thread Nick Crabtree
Hi, I attach a patch for multiple monitors, diffed against xwin-20021107-0015. I have added a command-line flag -multiplemonitors which activates the extra code. This works on my machine in both windowed and rootless modes for engines 1, 2 and 4. It does not work in fullscreen mode because the

Re: Patch for multiple monitors

2003-01-10 Thread Harold L Hunt II
Nick, Wow! I like it alot! I am currently trying to get a build of Kensuke's latest multiwindow patch posted and a patch to xwinclip to handle the -display parameter. Once I get those done I will start merging your patch. Or, I may merge them both at once, but it would probably be wiser to

Error linking GLUT

2003-01-10 Thread Manuel Garcia Rodriguez
I'm trying to compile Redbook examples, but ld is unable to resolve glut calls. I'm trying to use X11/GL, not Win32, is it possible?. I've installed ALL packages (including XFree and Opengl). I've got Windows XP SP1, videocard Radeon 9000, cygwin is installed on c:\cygwin. Thanks. Manuel.

Re: Error linking GLUT

2003-01-10 Thread Harold L Hunt II
Manuel, Yes, it is very possible. You need to grab the XFree86-prog package, and you need to make sure that your -L link flags are in the correct order. Output from the compiler (with the actual commands shown) would help us figure out what is wrong. Harold Manuel Garcia Rodriguez wrote:

RE: Window Maker received signal 11

2003-01-10 Thread Gerald S. Williams
Patrick Knodle wrote: I just installed the latest version of XFree86 and made 2 changes to the startxwin.bat file to access our servers. When I open this file I get the message: I think I saw this when I was using text-mounted file systems. Switching to binary mounts corrected it for me. I'm

src/winsup/utils ChangeLog setfacl.c

2003-01-10 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-01-10 03:39:19 Modified files: winsup/utils : ChangeLog setfacl.c Log message: * setfacl (usage): Remove double : for mask and other. Patches:

src/winsup/cygwin ChangeLog net.cc

2003-01-10 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-01-10 03:58:53 Modified files: winsup/cygwin : ChangeLog net.cc Log message: * net.cc (cygwin_gethostname): Fix call to wsock function gethostname. Patches:

src/winsup/cygwin ChangeLog cygwin.din include ...

2003-01-10 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-01-10 04:19:17 Modified files: winsup/cygwin : ChangeLog cygwin.din winsup/cygwin/include/cygwin: version.h Log message: * cygwin.din: add asprintf and vasprintf, as well as the

src/winsup/cygwin ChangeLog cygthread.cc dcrt0 ...

2003-01-10 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-01-10 04:32:49 Modified files: winsup/cygwin : ChangeLog cygthread.cc dcrt0.cc dtable.cc dtable.h exceptions.cc fhandler.h fhandler_console.cc

src/winsup/cygwin ChangeLog autoload.cc net.cc

2003-01-10 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-01-10 04:55:49 Modified files: winsup/cygwin : ChangeLog autoload.cc net.cc Log message: * autoload.cc (gethostname): Make call optional, return 1 if function can't get loaded.

src/winsup/cygwin ChangeLog path.cc

2003-01-10 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-01-10 12:25:48 Modified files: winsup/cygwin : ChangeLog path.cc Log message: * path.cc: Revert patch from 2003-01-09 to normalize a windows path rather than converting to posix.

src/winsup/cygwin net.cc ChangeLog

2003-01-10 Thread cgf
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-01-10 17:29:18 Modified files: winsup/cygwin : net.cc ChangeLog Log message: * net.cc: Use gethostname define from winsock2.h. Patches:

src/winsup/w32api ChangeLog include/commctrl.h

2003-01-10 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-01-10 19:43:14 Modified files: winsup/w32api : ChangeLog winsup/w32api/include: commctrl.h Log message: * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.

src/winsup/w32api ChangeLog include/accctrl.h

2003-01-10 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2003-01-10 20:08:16 Modified files: winsup/w32api : ChangeLog winsup/w32api/include: accctrl.h Log message: * include/accctrl.h (enum _SE_OBJECT_TYPE): Add

[PATCH] Make sleep and usleep a cancellation point

2003-01-10 Thread Thomas Pfaff
This patch will make sleep and usleep a pthread cancellation point. 2003-01-10 Thomas Pfaff [EMAIL PROTECTED] * signal.cc (sleep): Add pthread_testcancel call. Wait for signal and cancellation event. (usleep): Ditto. diff -urp src.old/winsup/cygwin/signal.cc

[PATCH] make handle_sigsuspend a cancellation point

2003-01-10 Thread Thomas Pfaff
This patch will make handle_sigsuspend (used by pause, sigpause and sigsuspend) a pthread cancellation point. 2003-01-10 Thomas Pfaff [EMAIL PROTECTED] * exceptions.cc (handle_sigsuspend): Add pthread_testcancel call. Wait for signal and cancellation event. *

Re: [PATCH] Make sleep and usleep a cancellation point

2003-01-10 Thread Robert Collins
On Fri, 2003-01-10 at 19:53, Thomas Pfaff wrote: This patch will make sleep and usleep a pthread cancellation point. Looks good to me. Please do a test case for them. Rob -- GPG key available at: http://users.bigpond.net.au/robertc/keys.txt. signature.asc Description: This is a digitally

Re: [PATCH] make handle_sigsuspend a cancellation point

2003-01-10 Thread Robert Collins
On Fri, 2003-01-10 at 19:57, Thomas Pfaff wrote: This patch will make handle_sigsuspend (used by pause, sigpause and sigsuspend) a pthread cancellation point. Also looks good. Again, please do a scriptable testcase for these. Rob -- GPG key available at:

Re: [PATCH] export asprintf and friends

2003-01-10 Thread Corinna Vinschen
On Tue, Jan 07, 2003 at 12:35:51PM -0500, Charles Wilson wrote: 2003-01-01 Charles Wilson [EMAIL PROTECTED] * winsup/cygwin/cygwin.din: add asprintf and vasprintf, as well as the reentrant versions and underscore variants. * winsup/cygwin/include/cygwin/version.h:

Re: [Bug] 1.3.18-1: Problem with arrow keys and rxvt/bash/mc

2003-01-10 Thread Pavel Tsekov
On Thu, 9 Jan 2003, Marcel Telka wrote: Hi. I'm starting bash in rxvt using this cygwin.bat file: =8=== chdir \cygwin\bin set EDITOR=vim set VIM=/usr/share/vim/vim61 set CYGWIN=codepage:oem tty binmode title rxvt -bg black -fg white -g 120x50+30+80 -fn lucida

Re: why is hostname(1) output in UPPERCASE?

2003-01-10 Thread Elfyn McBratney
The computer name that hostname(1) returns is the one the Win32 API returns. I'm not sure if this can be looked upon as a bug as cygwin gets the computer-name from win32 syscalls and hostname(1) gets the name from cygwin... Are you sure your computer name isn't set in capitals? Are you using

/dev/tty read is broken!

2003-01-10 Thread John E. A.
fgetc(port) with port=/dev/ttyS0 hangs when no data is present. I connect the serial ports of two PC's via a null modem. One running win2k/cygwin the other GNU/Linux. To confirm that all h/w is working: linux/minicom - win2k/hyperterm - typing works both ways Then two test configurations:

Re: Req Help: sshd error: Read from socket failed: Connection aborted

2003-01-10 Thread Len Padilla
cygwin openssh 3.5p1 does not work after upgrading McAfee antivirus from 6.0 to 7.0 (no firewall). Disabling HAWK allows openssh to function correctly. Seems McAfee have changed the way they filter winsock traffic (for HAWK mail content monitoring). -- Len Padilla -- Unsubscribe info:

problem of apache-mod_auth_ntsec's postinstall script

2003-01-10 Thread Kenji Yamashita
Hello, Recently I have installed Apache with mod_auth_ntsec. And I ran 'apachectl configtest' then got the following error messages. Syntax error on line 279 of /etc/apache/httpd.conf: Cannot add module via name 'mod_ntsec_auth.c': not in list of loaded modules I modified httpd.conf and ran

Re: thanks, makewhatis works, still have man problems

2003-01-10 Thread Max Bowsher
Please keep email on the [EMAIL PROTECTED] list. It gets to me just as fast, and someone else might answer quicker. Geoff Begley wrote: Thanks again... I appended the requested output. Which gave me the idea to try chmod 744 /usr/man/man1/* Why did you just make your man pages executable?

Re: why is hostname(1) output in UPPERCASE?

2003-01-10 Thread Corinna Vinschen
On Fri, Jan 10, 2003 at 11:21:10AM +0100, Thorsten Kampe wrote: * Eric De Mund (03-01-10 08:24 +0100) Why is hostname(1) output in UPPERCASE, when the native Windows 2000 hostname.exe outputs lowercase? Cygwin hostname reads

LFT?

2003-01-10 Thread Roth, Kevin P.
Has anyone tried to build LFT (layer four traceroute)=20 for cygwin? http://www.mainnerve.com/lft/ I tried (briefly), hoping to link against winpcap ( http://winpcap.polito.it/ ) and didn't get too=20 far. Ran into problems related to a file named=20 if_ether.h... If no-one has already, would

insight build crashed under cygwin

2003-01-10 Thread Jörg Rapka
Hello I'm using the following configuration: - Windows 2000 - latest release of cygwin 1.3.18-1 - insight-5.1 configured for target arm-ecos-elf The compilation goes well (I have also tried insight-5.2.1 and insight-5.3 using Tcl/Tk 8.0.3; as described at

Bom dia cygwin

2003-01-10 Thread Super Interesante
Olá cygwin [EMAIL PROTECTED] Estou fazendo a divulgação dos produtos abaixo. Se lhe interessar visite o site dos distribuidores, com certeza será uma boa oputunidade de negócios. Caso não seje de seu interesse favor deletar este e-mail ou se possível repasse aos seus amigos.

Incorrect 'FAQ' link in http://cygwin.com/

2003-01-10 Thread eavis
The page http://cygwin.com/ has a link near the bottom 'FAQ' which points back to the same page! It should instead point to http://cygwin.com/faq/. -- Ed Avis [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Header File Package

2003-01-10 Thread DEEPA SIVASANKARANE
Hi Igor, thanx for the info.. How do you extract from a tar.bz2 file ? Winzip does'nt recognize it.. thanx, Deepa Original message Date: Thu, 9 Jan 2003 17:30:40 -0500 (EST) From: Igor Pechtchanski [EMAIL PROTECTED] Subject: Re: Header File Package To: DEEPA SIVASANKARANE

^C = assertion failed in sigproc.cc

2003-01-10 Thread Lapo Luchini
If I press ^C during a make or even a simple bash script I usually get lots of (this is fairly 'new', never seen them before): assertion !wait_sig_inited failed: file /netrel/src/cygwin-1.3.17-1/winsup/cygwin/sigproc.cc, line 538 I see also that uname -a says me its 1.3.17, strangely... I

RE: insight build crashed under cygwin

2003-01-10 Thread [EMAIL PROTECTED]
Just so you don't wait around forever for an answer to this and become frustrated and annoyed with the list, I doubt anyone that doesn't go through the trouble of building this cross version of insight with a debug version of Cygwin is going to be able to provide too much insight into this

tar.bz2

2003-01-10 Thread DEEPA SIVASANKARANE
Hi, could someone please tell me how to extract from a tar.bz2 format ? thanx, regards, deepa -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Header File Package

2003-01-10 Thread [EMAIL PROTECTED]
As with all Cygwin packages, you let setup.exe install them. This is the recommended approach. Larry Original Message: - From: DEEPA SIVASANKARANE [EMAIL PROTECTED] Date: Fri, 10 Jan 2003 10:07:36 -0500 To: [EMAIL PROTECTED] Subject: Re: Header File Package Hi Igor, thanx

Re: Followup: 1.3.17: sshd closes terminal immediately after establishingconnection (1.3.13 ? 1.3.14)

2003-01-10 Thread jurgen . defurne
Thanks Pierre, I worked it out with regenerating the group file, according to your first mail (BTW, I am a member of 10513, but it was not reflected as it should have been. Now, my id is correct). However, I had to know how to prune it, because in our organisation, the group file generated from

less-378-1 : ANSI escape sequences in perldoc output

2003-01-10 Thread jurgen . defurne
Hello, After upgrading to less 3.78-1, ANSI escape sequences are visible in the output of perldoc. I do not have this problem with the 'man' command. I tried to have a look at perldoc itself, but I am not that fresh anymore. Anyway, this is not priority stuff, maybe someone of you has a quick

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

2003-01-10 Thread Dwight Neal
Title: FW: 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 correct one--that is, the one that creates the fuss--, with the (obviously) missing RE. Sorry to waste your time on that--I had been doing a lot of

RE: tar.bz2

2003-01-10 Thread [EMAIL PROTECTED]
You're too impatient. See http://cygwin.com/ml/cygwin/2003-01/msg00498.html Larry Original Message: - From: DEEPA SIVASANKARANE [EMAIL PROTECTED] Date: Fri, 10 Jan 2003 10:13:42 -0500 To: [EMAIL PROTECTED] Subject: tar.bz2 Hi, could someone please tell me how to extract

RE: tar.bz2

2003-01-10 Thread David Robinow
DEEPA SIVASANKARANE [EMAIL PROTECTED] wrote:  could someone please tell me how to extract from a tar.bz2 format ? bzip2 --help tar --help info bzip2 info tar __ The NEW Netscape 7.0 browser is now available. Upgrade now!

RE: less-378-1 : ANSI escape sequences in perldoc output

2003-01-10 Thread [EMAIL PROTECTED]
The email archives is your friend: http://sources.redhat.com/ml/cygwin/2003-01/msg00211.html Larry Original Message: - From: [EMAIL PROTECTED] Date: Fri, 10 Jan 2003 15:53:29 +0100 To: [EMAIL PROTECTED] Subject: less-378-1 : ANSI escape sequences in perldoc output Hello,

What is the difference between Cygwin and GCC releases ?

2003-01-10 Thread Aaron Gray
Hi, Is Cygwin just a build of GCC or does it have a standard set of patches applied, or are the patches merged with GCC at appropriate GCC version updates ? I basically want to be able to use GCC releases on Windows if possible, how do I go about this ? Do I have to add the appropriate Cygwin

Re: ^C = assertion failed in sigproc.cc

2003-01-10 Thread Max Bowsher
Lapo Luchini wrote: If I press ^C during a make or even a simple bash script I usually get lots of (this is fairly 'new', never seen them before): assertion !wait_sig_inited failed: file /netrel/src/cygwin-1.3.17-1/winsup/cygwin/sigproc.cc, line 538 I see also that uname -a says me its

Re: What is the difference between Cygwin and GCC releases ?

2003-01-10 Thread Timothy C Prince
-Original Message- From: Aaron Gray [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 10 Jan 2003 16:01:32 - Subject: What is the difference between Cygwin and GCC releases ? Hi, Is Cygwin just a build of GCC or does it have a standard set of patches applied, or are the patches

Re: Re: Header File Package

2003-01-10 Thread Timothy C Prince
-Original Message- From: DEEPA SIVASANKARANE [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 10 Jan 2003 11:20:52 -0500 Subject: Re: Header File Package release/cygwin contains almost all header files, but not stddef.h Could somebody please tell me under which folder it would be ?

Re: less-378-1 : ANSI escape sequences in perldoc output

2003-01-10 Thread Christopher Faylor
On Fri, Jan 10, 2003 at 10:52:51AM -0500, [EMAIL PROTECTED] wrote: The email archives is your friend: Well, we used to be friends but, yesterday, I was like talking to my friend Gmane and I just said something like Those email archives are slow and, like, the email archives overheard? And the

Re: ^C = assertion failed in sigproc.cc

2003-01-10 Thread Christopher Faylor
On Fri, Jan 10, 2003 at 03:46:29PM -, Max Bowsher wrote: Lapo Luchini wrote: If I press ^C during a make or even a simple bash script I usually get lots of (this is fairly 'new', never seen them before): assertion !wait_sig_inited failed: file

[ANNOUNCEMENT] Updated Cygwin Package: postgresql-7.3.1-1

2003-01-10 Thread Jason Tishler
New News: === I have updated the version of PostgreSQL to 7.3.1-1. The tarballs should be available on a Cygwin mirror near you shortly. Old News: === PostgreSQL is an open-source, Object-Relational DBMS. If interested, see the PostgreSQL web site for more details:

postinstall/profile.sh: pls consider testing for preexisting symbolic link

2003-01-10 Thread nicebounce
how about: if [ ! -f /etc/profile -a ! -L /etc/profile]; then cp -a /etc/profile.default /etc/profile fi Rightly or wrongly I setup /etc/profile as a symblic link to a network drive version of profile, so that several hosts share the same file. The postinstall/profile.sh

Re: Header File Package

2003-01-10 Thread Igor Pechtchanski
Deepa, Hmmm, I thought you would have Cygwin installed. If so, you should have the Setup utility, which you can use to install the relevant package. If not, install Cygwin by following the instructions on the main Cygwin page http://cygwin.com/ under Install Cygwin Now. However, to answer your

Re: tar.bz2

2003-01-10 Thread Michael A Chase
On Fri, 10 Jan 2003 10:49:16 -0500 David Robinow [EMAIL PROTECTED] wrote: DEEPA SIVASANKARANE [EMAIL PROTECTED] wrote:  could someone please tell me how to extract from a tar.bz2 format ? bzip2 --help tar --help info bzip2 info tar The problem with all those is that they bypass

Re: What is the difference between Cygwin and GCC releases ?

2003-01-10 Thread Michael A Chase
On Fri, 10 Jan 2003 16:01:32 - Aaron Gray [EMAIL PROTECTED] wrote: Can someone give me a pointer on this, ie either explain or point me to the relavent documentation please. Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ -- Mac :}) ** I

Re: postinstall/profile.sh: pls consider testing for preexisting symbolic link

2003-01-10 Thread Christopher Faylor
On Fri, Jan 10, 2003 at 10:57:03AM -0600, [EMAIL PROTECTED] wrote: how about: if [ ! -f /etc/profile -a ! -L /etc/profile]; then cp -a /etc/profile.default /etc/profile fi Rightly or wrongly I setup /etc/profile as a symblic link to a network drive version of profile, so that

ORBit

2003-01-10 Thread Eduardo Osorio Armenta
Hi, where i can find information about ORBit implementation on cygwin or other free-CORBA C-API thanks __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- Unsubscribe info:

Re: ORBit

2003-01-10 Thread Randall R Schulz
Eduardo, A Google search for Cygwin Orbit (http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=Cygwin+Orbit) gives quite a few results. Likewise for Cygwin CORBA. Randall Schulz At 09:58 2003-01-10, Eduardo Osorio Armenta wrote: Hi, where i can find information about ORBit implementation

Re: why is hostname(1) output in UPPERCASE?

2003-01-10 Thread Eric De Mund
Corinna, Eric De Mund [EMAIL PROTECTED]: ] Why is hostname(1) output in UPPERCASE, when the native Windows 2000 ] hostname.exe outputs lowercase? Thorsten Kampe [EMAIL PROTECTED]: ] Cygwin hostname reads ] ] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName] ]

Re: Repost, different list...File::Spec, cygwin, Syntactic vs. Semanticpath analysis

2003-01-10 Thread Shankar Unni
linda w (cyg) wrote: What were the _original_ design goals of Cygwin -- i.e. as sponsored by RedHat? Cygwin predates RedHat. See http://cygwin.com/history.html (the earliest date in the file is Dec 1995). RedHat bought Cygnus Solutions (which was a shop for commercial support for GNU

man with the accentuated characters

2003-01-10 Thread didier favreau
How to post the man with the accentuated characters of the French? merci didier favreau -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Repost, different list...File::Spec, cygwin, Syntactic vs. Semanticpath analysis

2003-01-10 Thread [EMAIL PROTECTED]
Original Message: - From: Shankar Unni [EMAIL PROTECTED] Date: Fri, 10 Jan 2003 10:30:23 -0800 To: [EMAIL PROTECTED] Subject: Re: Repost, different list...File::Spec, cygwin, Syntactic vs. Semanticpath analysis linda w (cyg) wrote: What were the _original_ design goals

Re: tar.bz2

2003-01-10 Thread David Robinow
Michael A Chase [EMAIL PROTECTED] wrote: On Fri, 10 Jan 2003 10:49:16 -0500 David Robinow [EMAIL PROTECTED] wrote: DEEPA SIVASANKARANE [EMAIL PROTECTED] wrote:  could someone please tell me how to extract from a tar.bz2 format ? bzip2 --help tar --help info bzip2 info tar The problem

Re: Repost, different list...File::Spec, cygwin, Syntactic vs. Semantic path analysis

2003-01-10 Thread Christopher Faylor
On Fri, Jan 10, 2003 at 10:30:23AM -0800, Shankar Unni wrote: linda w (cyg) wrote: What were the _original_ design goals of Cygwin -- i.e. as sponsored by RedHat? Cygwin predates RedHat. See http://cygwin.com/history.html (the earliest date in the file is Dec 1995). RedHat bought Cygnus

RE: Repost, different list...File::Spec, cygwin, Syntactic vs. Semantic path analysis

2003-01-10 Thread Vince Hoffman
Well surely EVERYONE knows not to take your word, you're just mean after all. ;) -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: 10 January 2003 19:23 To: [EMAIL PROTECTED] Subject: Re: Repost, different list...File::Spec, cygwin, Syntactic vs.

Re: Repost, different list...File::Spec, cygwin, Syntactic vs. S emantic path analysis

2003-01-10 Thread Christopher Faylor
On Fri, Jan 10, 2003 at 07:26:34PM -, Vince Hoffman wrote: Well surely EVERYONE knows not to take your word, you're just mean after all. ;) Doh. I have destroyed my own credibility with my mad quest to be as mean as possible. Who would ever have envisioned that? cgf -- Unsubscribe info:

Calling a program without bash login

2003-01-10 Thread Travis Whitton
Hello, I have written a rather extensive program using the cygwin build of ruby. Ruby is installed in cygwin inside of /usr/local/bin. I'm trying to find a way to create a script to invoke my program without it's users having to go into a cygwin bash shell and run it. Ideally, it would be

RE: Repost, different list...File::Spec, cygwin, Syntactic vs. S emantic path analysis

2003-01-10 Thread Vince Hoffman
Well many people are in trembling awe of your meaness, so even where you've no credibility you have fear inspired awe, that must count for something ? er going a bit off topic here, can we get back to complaining how mean you are now ? -Original Message- From: Christopher Faylor

Re: Repost, different list...File::Spec, cygwin, Syntactic vs. Semantic path analysis

2003-01-10 Thread Rick Rankin
--- Christopher Faylor [EMAIL PROTECTED] wrote: On Fri, Jan 10, 2003 at 10:30:23AM -0800, Shankar Unni wrote: linda w (cyg) wrote: What were the _original_ design goals of Cygwin -- i.e. as sponsored by RedHat? Cygwin predates RedHat. See http://cygwin.com/history.html (the earliest

Re: Repost, different list...File::Spec, cygwin, Syntactic vs. Semantic path analysis

2003-01-10 Thread [EMAIL PROTECTED]
Ah, yes. Teeth gnashing! Those were the good old days! ;-) Larry Original Message: - From: Rick Rankin [EMAIL PROTECTED] Date: Fri, 10 Jan 2003 11:44:47 -0800 (PST) To: [EMAIL PROTECTED] Subject: Re: Repost, different list...File::Spec, cygwin, Syntactic vs. Semantic path

Re: Calling a program without bash login

2003-01-10 Thread Randall R Schulz
Travis, You're not giving us much to go on, but here's a better attempt: C:\cygwin\bin\bash -c exec /usr/local/bin/ruby /home/travis/myprog.rb However, I don't see why you're involving BASH or any shell at all. If the Ruby interpreter is invoked from a context in which there is no

Re: Calling a program without bash login

2003-01-10 Thread Igor Pechtchanski
On Fri, 10 Jan 2003, Travis Whitton wrote: Hello, I have written a rather extensive program using the cygwin build of ruby. Ruby is installed in cygwin inside of /usr/local/bin. I'm trying to find a way to create a script to invoke my program without it's users having to go into a cygwin

[ANNOUNCEMENT] Updated: openssl-0.9.7-1, openssl-devel-0.9.7-1

2003-01-10 Thread Corinna Vinschen
I've updated the version of OpenSSL to 0.9.7-1. This also includes the openssl-devel package. This is finally the long expected 0.9.7 version of OpenSSL which has been released officially on 2002-12-31. The Cygwin version contains two patches which are not in the official source tree. The

[ANNOUNCEMENT] New compatibility package: openssl096-0.9.6h-1

2003-01-10 Thread Corinna Vinschen
This new package contains the runtime libraries of OpenSSL version 0.9.6h which are needed to run applications still linked against this version. No further version of openssl-0.9.6 will be released as part of the Cygwin net distribution. It has been substituted by openssl-0.9.7. To update

[ANNOUNCEMENT] Updated: OpenSSH-3.5p1-3

2003-01-10 Thread Corinna Vinschen
I've updated the version of OpenSSH to 3.5p1-3. This version is now linked against OpenSSL 0.9.7 which has been released today, too. See the openssl announcement for details. To update your installation, click on the Install Cygwin now link on the http://cygwin.com/ web page. This downloads

RE: Repost, different list...File::Spec, cygwin, Syntactic vs. Semantic path analysis

2003-01-10 Thread LA Walsh
Interesting...wonder why they wouldn't just create pseudo devices in /dev and do the normal unix mount thing? Seems odd to complicate the simple namespace model needlessly by adding a special syntax. Even still, just because one wants to have more traditional unix names doesn't preclude the

RE: Repost, different list...File::Spec, cygwin, Syntactic vs. Semantic path analysis

2003-01-10 Thread linda w \(cyg\)
Interesting...wonder why they wouldn't just create pseudo devices in /dev and do the normal unix mount thing? Seems odd to complicate the simple namespace model needlessly by adding a special syntax. Even still, just because one wants to have more traditional unix names doesn't preclude the

wait_sig_inited assertion in Cygwin JNI DLL

2003-01-10 Thread Sam Clippinger
I'm trying to create a JNI DLL to provide an interface to the GPGME library and I'm having little success. GPG, GPGME (GPG Made Easy) and my JNI code all compile cleanly under Cygwin but when I run java to test it, I get the following:

Re: Repost, different list...File::Spec, cygwin, Syntactic vs. Semantic path analysis

2003-01-10 Thread Christopher Faylor
One would have to wonder... On Fri, Jan 10, 2003 at 03:25:17PM -0800, LA Walsh wrote: Interesting...wonder why they wouldn't just create pseudo devices in /dev and do the normal unix mount thing? Seems odd to complicate the simple namespace model needlessly by adding a special syntax. Even

Re: Repost, different list...File::Spec, cygwin, Syntactic vs. Semantic path analysis

2003-01-10 Thread Christopher Faylor
...why there are two messages with the same body and different from addresses. Please fix your configuration problem and stop duplicating your messages. On Fri, Jan 10, 2003 at 03:27:49PM -0800, linda w (cyg) wrote: Interesting...wonder why they wouldn't just create pseudo devices in /dev and do

Re: [Bug] 1.3.18-1: Problem with arrow keys and rxvt/bash/mc

2003-01-10 Thread Steve O
Marcel Telka wrote: Up/down/left/right arrows produces sometimes upper letters (for example 'D' while pressing left) instead of a cursor moving. To reproduce try run mc and press the arrow keys in blue mc's window (for moving cursor through files or moving cursor left-right in command line).

Updated Cygwin Package: postgresql-7.3.1-1

2003-01-10 Thread Jason Tishler
New News: === I have updated the version of PostgreSQL to 7.3.1-1. The tarballs should be available on a Cygwin mirror near you shortly. Old News: === PostgreSQL is an open-source, Object-Relational DBMS. If interested, see the PostgreSQL web site for more details:

New compatibility package: openssl096-0.9.6h-1

2003-01-10 Thread Corinna Vinschen
This new package contains the runtime libraries of OpenSSL version 0.9.6h which are needed to run applications still linked against this version. No further version of openssl-0.9.6 will be released as part of the Cygwin net distribution. It has been substituted by openssl-0.9.7. To update

Updated: OpenSSH-3.5p1-3

2003-01-10 Thread Corinna Vinschen
I've updated the version of OpenSSH to 3.5p1-3. This version is now linked against OpenSSL 0.9.7 which has been released today, too. See the openssl announcement for details. To update your installation, click on the Install Cygwin now link on the http://cygwin.com/ web page. This downloads