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

2003-01-05 Thread LA Walsh
This was originally sent to cygwin and module authors list, but since File::Spec is part of core perl, it was suggested I move it to the perl5-porters list, though it's not really 'just' a porting issue, since it also involves the issue of how File::Spec should be _defined_ to behave (syntactic ana

makewhatis script failing

2003-01-05 Thread Geoff Begley
When Running /usr/sbin/makewhatis I Got the following $ makewhatis /usr/bin/gawk: not found /usr/bin/gawk: not found /usr/bin/gawk: not found /usr/bin/gawk: not found /usr/bin/gawk: not found /usr/bin/gawk: not found The mailing lists suggested making sure that gawk was installed I was able to s

Re: FAO: cfg: defaults

2003-01-05 Thread John Morrison
On Sat, 4 Jan 2003, Randall R Schulz wrote: > John, > > At 08:50 2003-01-04, John Morrison wrote: > >... > > > >Please find for you perusal and review... (long links, will wrap!) > > Why don't you enclose all URLs in email within angle brackets instead of > forcing people to reintegrate the wrappe

Re: [Mostly to Charles Wilson] Upgrading Cygwin's CVS

2003-01-05 Thread Max Bowsher
Charles Wilson wrote: > Max Bowsher wrote: >> In http://sources.redhat.com/ml/cygwin/2002-06/msg00754.html, Charles >> withdrew a test cvs-1.11.2 package, saying that some bugs had been >> found. I've recently compiled cvs 1.11.4 for myself, because I >> wanted the new rlog command. I was wondering

Windres problem while building Insight under Cygwin

2003-01-05 Thread John Black
$ windres --version GNU windres 2.13.90 20021118 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. I'm trying to build TK - as part of Insight (branch

Re: perl error messages with cygwin 1.3.18-1

2003-01-05 Thread Greg Matheson
On Sat, 04 Jan 2003, Jeremy Hetzler wrote: > At 05:03 AM 1/2/2003 -0600, Tommy Butler wrote: > >Further, perldoc.exe isn't rendering pages correctly since 5.8 either. For > >example, "$ perldoc UNIVERSAL" produces the following when run from cygwin > >bash > >ESC[1mNAMEESC[0m > There was

Re: makewhatis script failing

2003-01-05 Thread Max Bowsher
Geoff Begley wrote: > I was able to successfully run /usr/bin/gawk (V3.1.1-5) from the the > prompt. > > I then created the following script > > #!/usr/bin/sh > /usr/bin/gawk > > which produced the same error > /usr/bin/gawk: not found > > Does anyone know why gawk doesn't want to execute from with

Re: Cygwin home dir=/cygwin/c (not /home/)

2003-01-05 Thread a12
Yes, removing HOME from Windows system variables did it. I thank you all cygwin gurus for support and valuable hints. "Pierre A. Humblet" wrote: > a12 wrote: > > > > Pierre, > > > > 'echo %HOME%' yields 'C:\' > > > > Modifying /etc/profile: > > # Set up USER's home directory > > # 020102 magr40

help for compiling problem!

2003-01-05 Thread hybin
hi list im confused when compiling the software saclib v2.1 for unix following the manual and got the messeage: cannot find the header file ucontext.h i copy one from the freeBSD, unfortunately it doesnot work. how can i do now? thanks!! __

Re: Quirky Emacs behavior -- any ideas?

2003-01-05 Thread Shin'ichi Matsuo
Joe Buehler <[EMAIL PROTECTED]> writes: > "documentation" function, which it renames to ad-Orig-documentation. > For some reason 5 arguments are being passed when the original function > expects only 1 or 2. M-x describe-function RET documentation RET -- Buffer: *Help* -- documen

bug in bash auto-completion (?)

2003-01-05 Thread Lapo Luchini
I noticed that, when autocompleting directory names as first thing in the command line, the second directory is seen as an executable. Example: suppose I have examples/tictactoe/ttt.exe (which is my case, btw) (consecutive lines are effect of the line above) $ exa_ $ examples/_ $ examples/tic $

Where did nohup go?

2003-01-05 Thread Mack Lobell
After my latest upgrade of sh-utils (2.0.15.1) the nohup script has disappeared. Is this correct? The keychain (SSH stuff) script uses nohup so it needs modifications. nohup exists in sh-utils 2.0.3. //Regards _ MSN 8 with e-m

Console input in xterm from NT program?

2003-01-05 Thread Björn Giesler
Hi, since nobody has answered me yet, and I haven't been able to fix the problem so far, I'll repost it in a slightly different way: I'm looking for a way to get one-char-at-a-time stdin input in an xterm, using only the Win32 APIs (e.g. from wincon.h). It works in the XP console, but in XFree

Re: Need help!!!

2003-01-05 Thread Christopher Faylor
Please check out the project web page for links to available information and ports: http://cygwin.com/ . If you don't see what you need there, then the cygwin mailing list is the best place to make observations or get questions answered. Information on the mailing list is available at the project

Re: FAO: cfg: defaults

2003-01-05 Thread Christopher Faylor
On Sat, Jan 04, 2003 at 07:32:50PM -0800, Randall R Schulz wrote: >I hope this isn't too far off-topic or excessive in its protractedness. If >you'd like, I'll tease the cat a little and get some scratches on my arms. Mrrow! I do appreciate the education. Thanks. cgf -- Unsubscribe info:

Re: Console input in xterm from NT program?

2003-01-05 Thread Christopher Faylor
On Sun, Jan 05, 2003 at 05:52:45PM +0100, Bj?rn Giesler wrote: >since nobody has answered me yet, and I haven't been able to fix the problem >so far, I'll repost it in a slightly different way: > >I'm looking for a way to get one-char-at-a-time stdin input in an xterm, using >only the Win32 APIs

Re: ssmtp and cron

2003-01-05 Thread David Means
Dirk: I don't recall having the problem you're experiencing, but I'll give it a whirl tomorrow @ work and let you know what I find.  I do remember getting mail from cygwin-cron at one point in time, but I don't recall what I did to make it work.  If I get to work, I'll let you know how. David

Re: [Mostly to Charles Wilson] Upgrading Cygwin's CVS

2003-01-05 Thread Charles Wilson
Max Bowsher wrote: Data point: I'm running cvs-1.11.4 compiled OOTB. Admittedly thats in flatfile-dbm emulation mode (MY_NBDM), but I need that to work with repositories using that mode. Am I right in saying that your patches consist of cosmetically updating cygwin32 -> cygwin, and enabling the u

[ANNOUNCEMENT] Update: libtool-devel-20030103, libltdl3-20030103

2003-01-05 Thread Charles Wilson
libtool-devel has been updated to the 20030103 CVS codebase, as well as libltdl3. Note that libtool-devel-20030103 depends on autoconf-2.55 or newer (currently, the only cygwin official release of autoconf that satisfies this is autoconf-devel-2.57-1), and automake-1.7.1 or newer (either autom

Re: perl error messages with cygwin 1.3.18-1

2003-01-05 Thread Tommy Butler
Greg Matheson wrote: > On Sat, 04 Jan 2003, Jeremy Hetzler wrote: > >> There was a recent change to less that produced this behavior. Try adding >> the -R switch to $LESS. Thanks for pointing this out Jeremy. Thanks alot! > I put export PAGER='/bin/less -R'; > in my /etc/profile, > and

Setup.exe Locks Up

2003-01-05 Thread Paul T. Karch
I was trying to install Cygwin on my PC. Windows 98 2nd edition. I run startup.exe and go through the windows until the select packages window. I cannot select any packages and the only way to exit the program is a control-alt-delete and kill the program. Something I'm doing wrong? Thanks. P

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

2003-01-05 Thread Gurusamy Sarathy
On Sun, 05 Jan 2003 00:41:31 PST, "LA Walsh" wrote: >Syntactically, this can't be anticipated or interpreted and the use of a simpl >e, documented limitation -- the assumption of non-intermixing of \ and / as pa >thname component separators in the same pathname would be used. So the first >"/" se

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

2003-01-05 Thread Jos I. Boumans
Gurusamy Sarathy wrote: I agree with most of your points, and in particular with the one above. I consider File::Spec::Win32 currently broken because it hijacks all paths and turns them into the backslashed variety, which is completely wrong from the portability POV. (By which I mean that utiliti

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

2003-01-05 Thread Gurusamy Sarathy
On Sun, 05 Jan 2003 21:10:09 +0100, "Jos I. Boumans" wrote: >Gurusamy Sarathy wrote: >> I agree with most of your points, and in particular with the one above. >> I consider File::Spec::Win32 currently broken because it hijacks all >> paths and turns them into the backslashed variety, which is comp

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

2003-01-05 Thread Hack Kampbjorn
LA Walsh wrote: Cygwin, and possibly, the Win32 module, are inconsistent in handling the differences between i:/foobar/ and i:. On one hand i: is considered a 'volume' but on the other hand i:/ seems to evaluate to the same, incorrect, value. In "Win32", each 'fs' of form ":', x of class <[:alpha

Installing Postgresql-7.3 on Cygwin (Win2000pro)

2003-01-05 Thread David A. Cobb
In the /usr/doc/postgresql-7.3/FAQ_MSWIN I find the following caveaat: 3. The Cygwin bin directory has to be placed in the path before the Windows program directories, because the sort.exe has to be taken from Cygwin, not Windows. 4 However, this is really pretty unsatisfactory. When

Re: Where did nohup go?

2003-01-05 Thread Hack Kampbjorn
Mack Lobell wrote: After my latest upgrade of sh-utils (2.0.15.1) the nohup script has disappeared. Is this correct? The keychain (SSH stuff) script uses nohup so it needs modifications. This was a packaging error. Update to 2.0.15-2. nohup exists in sh-utils 2.0.3. //Regards -- Med venli

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

2003-01-05 Thread Christopher Faylor
On Mon, Jan 06, 2003 at 02:02:31AM +0100, Hack Kampbjorn wrote: >LA Walsh wrote: >>Cygwin, and possibly, the Win32 module, are inconsistent in handling >>the differences between i:/foobar/ and i:. On one hand i: is >>considered a 'volume' but on the other hand i:/ seems to evaluate to >>the same,

Re: help for compiling problem!

2003-01-05 Thread Igor Pechtchanski
On Sun, 5 Jan 2003, hybin wrote: > hi list > > im confused when compiling the software saclib v2.1 for unix following > the manual and got the messeage: > > cannot find the header file ucontext.h > > i copy one from the freeBSD, unfortunately it doesnot work. > > how can i do now? > > thanks!! No

Setup.exe locks up: Clarification

2003-01-05 Thread Paul T. Karch
I was trying to install Cygwin on my PC. Windows 98 2nd edition. I run startup.exe and go through the windows until the select packages window. I cannot select any packages and the only way to exit the program is a control-alt-delete and kill the program. This setup.exe version is 2.249.2.5 an

Re: Setup.exe locks up: Clarification

2003-01-05 Thread Christopher Faylor
On Sun, Jan 05, 2003 at 09:45:53PM -0500, Paul T. Karch wrote: >I was trying to install Cygwin on my PC. Windows 98 2nd edition. > >I run startup.exe and go through the windows until the select packages >window. > >I cannot select any packages and the only way to exit the program is a >control-alt

[ANNOUNCEMENT] Updated: sh-utils-2.0.15-2

2003-01-05 Thread Christopher Faylor
I've made a new version of the sh-utils available for download. This is a refresh of the GNU package. I've removed uptime from this package since it conflicts with the program with similar functionality in procps. There was also, briefly, a sh-utils-2.0.15-1 package which lacked 'nohup'. The 'n

RE: Installing Postgresql-7.3 on Cygwin (Win2000pro)

2003-01-05 Thread David Robinow
"David A. Cobb" <[EMAIL PROTECTED]> wrote: >In the /usr/doc/postgresql-7.3/FAQ_MSWIN I find the following caveaat: > >because I expect Cygwin to supply nearly everything I need.  But, >outside the Cygwin shell environment, putting the cygwin /bin path ahead >of the Windoz directories also change

Nice work, cygwin-1.3.18

2003-01-05 Thread Charles Wilson
In automake-devel, there has been a long-standing test failure ('subobj9'). It now passes, and I think it's because of Corinna and Pierre's work with permissions in 1.3.18. A case of virtual beer each! Here's the old "problem summary" subobj9: Fails in 'make distcheck' (actually during the

RE: javac on cygwin

2003-01-05 Thread David P. Caldwell
Igor: I'm going through a big site reorganization right now (the code, not the material), but I do intend to get your scripts up on my site (probably in the FAQ). I glanced at them and didn't identify any major issues with them. I don't have much of a need for them for a few reasons: (1) I use

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

2003-01-05 Thread Benjamin Goldberg
Jos I. Boumans wrote: > Gurusamy Sarathy wrote: > > I agree with most of your points, and in particular with the one > > above. I consider File::Spec::Win32 currently broken because it > > hijacks all paths and turns them into the backslashed variety, which > > is completely wrong from the portabi

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

2003-01-05 Thread Christopher Faylor
On Sun, Jan 05, 2003 at 11:02:02AM -0800, Gurusamy Sarathy wrote: >As far as the Win32 native port goes (I'm not really that cygwin-savvy to >comment on what should happen for that port) I like to see: I'm cygwin savvy and pretty perl savvy (although it's been quite some time since I've posted any

Re: Re: help for compiling problem!

2003-01-05 Thread hybin
hanks. after a sleepness night, i got the saclibo.a and saclibd.a. if u want it, i can send u asap. next job is to produce the symbolic soft qepcad. but the undefined reference error comes up. any suggestions. error: main.c: undefined reference to '_setlinebuf' >O

Re: Re: help for compiling problem!

2003-01-05 Thread Elfyn McBratney
>next job is to produce the symbolic soft qepcad. but the undefined >reference error comes up. any suggestions. > >error: main.c: undefined reference to '_setlinebuf' Does main.c include stdio.h? stdio.h (in /usr/include) is where setlinebuf() is defined. Oh no, someone has chopped up Igor's jag

Affordable Health Care......Dental & Vision Included and NO Pre-Existing Conditions!

2003-01-05 Thread Thomas
THANK YOU for posting to my FFA Page, Free Classified or Search Engine Submission site. This is a 'Time Delay' confirmation of your posting. You agreed to receive this message when you posted. There is no need to request removal as you will only receive this ONE TIME message from us. If you pos

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

2003-01-05 Thread LA Walsh
> Gurusamy Sarathy wrote: > > I agree with most of your points, and in particular with the one > > above. I consider File::Spec::Win32 currently broken because it > > hijacks all paths and turns them into the backslashed > variety, which > > is completely wrong from the portability POV. (By

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

2003-01-05 Thread linda w \(cyg\)
> >So I think a fix could to change F::S::Win32 to convert all win32 > >pathseperators to unix pathseperators, and hand it off to F::S::Unix > >to do the actual catfile(), etc calls... > > Sounds fine, as long as we still do the right thing when > handed paths with backslashes in them (i.e. resul