Cygdrive Path Prefix Question

2003-07-17 Thread Kenny Carruthers
Hi, I've been looking throughout the documentation and FAQ's but I still can't figure this one out. This is running against the latest cygwin version (updated using setup.exe from the website). My drive mounts are pretty much standard and look like this: C:\cygwin\bin on /usr/bin type system (bi

Re: [PATCH] : make cygpath use multiple filename arguments

2003-07-17 Thread Randall R Schulz
Mark, Cygpath will process multiple names when it's operating as a filter. I suggest that your patch be changed to print each converted argument on a separate line. Randall Schulz At 13:53 2003-07-17, Mark Blackburn wrote: Dunno if anybody will find this useful or not: Currently if you say:

Re: [PATCH] : make cygpath use multiple filename arguments

2003-07-17 Thread Mark Blackburn
Picky, picky... Rolf Campbell wrote: What about filenames with spaces in them? Wouldn't the output be ambiguous? Mark Blackburn wrote: Dunno if anybody will find this useful or not: Currently if you say: # cygpath -w /usr /lib you get a usage error. With my patch you get: # cygpath -w /us

Re: Re: gcc on cygwin

2003-07-17 Thread Sagar Shah
Hi, Thanx for ur reply. Lets consider the simple, sample application \*wstringsample.cc*\ #include using namespace std; int main() { wstring name = L"Sagar Shah"; return 0; } when compiling with gcc 3.2.3 the following is the output. $ g++ -o wstringopt wstring

guile's latest version

2003-07-17 Thread Pach Roman (GS-EC/EEP3) *
Hi, I'm using the guile along with cygwin. The last available version on cygwin mirror sides is guile-1.6.0-1 dated 21-Sep-2002 11:01. Are there any plans to port the latest one into cygwin? Roman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://

The need for sp[TAB]

2003-07-17 Thread Gary R. Van Sickle
You know what seemed to suddenly get a whole lot faster? Tab-completion. Thanks, whoever's responsible! "It's getting better all the ti-i-ime..." -- Gary R. Van Sickle Brewer. Patriot. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Cygwin-Windows pipe communication

2003-07-17 Thread Ajay Nerurkar
I have this scenario: The parent process forks and execs a child process which is a Windows program. The child's stdin is connected (via a dup2) to a pipe that it uses to get input from the parent and writes it to a file. The parent writes data to the pipe and then closes its end of the pipe, bu

Re: PHP and Cygwin

2003-07-17 Thread Carlo Florendo
Zeb, > Is there a PHP installation/add-in for cygwin? If so, where do I get it, > and where's the info on how to install and configure it? Yes. It's available via setup.exe under the package name mod_php4/apache-php-4.2.0-2 The appropriate install and configuration howtos could be found in the

Re: rebaseall question/problem

2003-07-17 Thread Larry Hall
Bruce Dobrin wrote: (1.3.22-1; XP) Hi all, I run rebaseall and it dosn't seem to find the dll's that I am having grief with, but it does go looking for large number of dll's from a long gone kde2 install. ex /opt/kde2/lib/mega.dll: skipped because nonexistent lot's of these, but no other types o

PHP and Cygwin

2003-07-17 Thread Aurangzeb M. Agha
I've looked through Google and the Cygwin list archives and FAQ for this answer, but not found anything difinitive. Is there a PHP installation/add-in for cygwin? If so, where do I get it, and where's the info on how to install and configure it? Thanks, Zeb -- Unsubscribe info:

Re: cygwin 1.5.0 managed mode & backward compatibility

2003-07-17 Thread Larry Hall
Pavel Rozenboim wrote: -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Thu, July 17, 2003 4:15 PM To: Pavel Rozenboim Cc: [EMAIL PROTECTED] Subject: Re: cygwin 1.5.0 managed mode & backward compatibility Pavel Rozenboim wrote: -Original Message- From: Christo

rebaseall question/problem

2003-07-17 Thread Bruce Dobrin
(1.3.22-1; XP) Hi all, I run rebaseall and it dosn't seem to find the dll's that I am having grief with, but it does go looking for large number of dll's from a long gone kde2 install. ex /opt/kde2/lib/mega.dll: skipped because nonexistent lot's of these, but no other types of errors. How do

Re: getaddrinfo function

2003-07-17 Thread Larry Hall
Jérôme DESPATIS wrote: Hello in the mailing list [EMAIL PROTECTED] archive, i've found some discussions about the function getaddrinfo however, i can't find how to compile my prog using this function. I found no getaddrinfo definition in /usr/include/netdb.h has this function been developped ? No

Re: Unable to use iisreset through ssh

2003-07-17 Thread Larry Hall
This indicates iisreset requires that Windows authenticate you before it will work. OpenSSH with password authentication does this. Public key authentication does not. Larry Crispin Bivans wrote: Using password allowed it to work... Why is that? I'd really like to get it to work with the certifi

Re: cannot bootstrap gcc with cygwin-1.5

2003-07-17 Thread Gerrit P. Haase
Hallo Elfyn, redirected now to the cygwin list. Am Donnerstag, 17. Juli 2003 um 21:58 schriebst du: > On Thu, 17 Jul 2003, Gerrit P. Haase wrote: >> Hallo, >> >> It is not possible to *use* gcc-3.2.3 (built/bootstrapped with >> cygwin-1.3.22) with cygwin-1.5. It is also not possible to bootstr

Re: [PATCH] : make cygpath use multiple filename arguments

2003-07-17 Thread Rolf Campbell
What about filenames with spaces in them? Wouldn't the output be ambiguous? Mark Blackburn wrote: Dunno if anybody will find this useful or not: Currently if you say: # cygpath -w /usr /lib you get a usage error. With my patch you get: # cygpath -w /usr /lib c:\cygwin\usr c:\cygwin\lib Mark.

RE: Spammers watching this user forum

2003-07-17 Thread guenter strubinsky
Too late! Your'e already on MY spam list! Therefore I did not even see this last message of yours > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Elfyn McBratney > Sent: Thursday, 17 July, 2003 17:41 > To: Daniel Barclay > Cc:

Re: Anyone trying 1.5.0 for anything other than managed mode?

2003-07-17 Thread Rolf Campbell
Gary R. Van Sickle wrote: I've been using 1.5.0 for my large build environment since it was released. No problems yet. Same story here, with one exception, discussed later. I used all the latest [test] libs, bash, etc at work all day today, rebuilt gcc from cvs, re-autox-ed source trees, ev

Re: configure produces bad makefiles?

2003-07-17 Thread Martin Gainty
Steve Show us the line of code AND the one above it -Martin - Original Message - From: "Biederman, Steve" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 4:10 PM Subject: configure produces bad makefiles? > > I'm trying to build tar. I run ./configure CFLAGS=-g.

[ANNOUNCEMENT] naim 0.11.5.9.cyg11

2003-07-17 Thread Daniel Reed
naim 0.11.5.9.cyg11 is now available. naim is a console AIM, ICQ, IRC, and Lily client. Development work is done on Linux, but naim should work on any system with an ANSI C compiler, BSD sockets, and ncurses. This includes operating systems such as BeOS, FreeBSD, Mac OS 10, NetBSD, and Microsoft W

configure produces bad makefiles?

2003-07-17 Thread Biederman, Steve
I'm trying to build tar. I run ./configure CFLAGS=-g. It appears to run to completion. But then when I try to make, I get: make: makefile: line 15: Error -- Expecting macro or rule defn, found neither What's wrong? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

Re: Spammers watching this user forum

2003-07-17 Thread Elfyn McBratney
On Thu, 17 Jul 2003, Daniel Barclay wrote: > Elfyn McBratney wrote: > > > I don't think harvesters have frame-enabled browser's :-) :-) :-) > > Why not? It's just as easy to handle "" > as it is to handle "". Perhaps I should have put that in '' tags... -- Elfyn McBratney, EMCB | http://www.

RE: Unable to use iisreset through ssh

2003-07-17 Thread Crispin Bivans
Using password allowed it to work... Why is that? I'd really like to get it to work with the certificate method. -Crispin -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 11:51 AM To: Crispin Bivans Cc: [EMAIL PROTECTED] Subject:

Re: 1.5.0 - gettimeofday() out of sync with Windows time

2003-07-17 Thread Larry Hall
Christopher Faylor wrote: On Thu, Jul 17, 2003 at 05:53:02PM -0400, Larry Hall wrote: Chris Church wrote: I'm using version 1.5.0 of the cygwin1.dll on Windows 2000 Professional. I've also seen the problem described below on earlier versions of cygwin (1.3.22). I've found that the gettimeof

Re: tar 1.13.25 runs forever and produces nothing on this test ca se

2003-07-17 Thread Larry Hall (RFK Partners, Inc.)
Sorry, I'm no configure expert. I don't know why yours is going this route in configure. I don't see this myself. You can try adding the '-C' flag after './configure' to see if this helps. You may also want to attach the output of cygcheck -srv. This is basic info but perhaps there's something

RE: Spammers watching this user forum

2003-07-17 Thread guenter strubinsky
I just got what Elfin meant...and that was not to be taken as THE solution, just a hint. The link was a 'quick and dirty' one to their website, so that I had not to put mine out for the bad guys to read it from our newsgroup. You will naturally have something like a on your page! People won't ev

Re: 1.5.0 - gettimeofday() out of sync with Windows time

2003-07-17 Thread Christopher Faylor
On Thu, Jul 17, 2003 at 05:53:02PM -0400, Larry Hall wrote: >Chris Church wrote: > >>I'm using version 1.5.0 of the cygwin1.dll on Windows 2000 >>Professional. I've also seen the problem described below on earlier >>versions of cygwin (1.3.22). >> >>I've found that the gettimeofday() and ftime()

Re: 1.5.0 - gettimeofday() out of sync with Windows time

2003-07-17 Thread Christopher Faylor
On Thu, Jul 17, 2003 at 04:06:15PM -0400, Chris Church wrote: >Is this a known issue with Cygwin, Yes >and are there any patches available? No -- Please use the resources at cygwin.com rather than sending personal email. Special for spam email harvesters: send email to [EMAIL PROTECTED] and be p

Re: 1.5.0 - gettimeofday() out of sync with Windows time

2003-07-17 Thread Larry Hall
Chris Church wrote: I'm using version 1.5.0 of the cygwin1.dll on Windows 2000 Professional. I've also seen the problem described below on earlier versions of cygwin (1.3.22). I've found that the gettimeofday() and ftime() functions do not always return the correct system time as reported by

Re: Spammers watching this user forum

2003-07-17 Thread Daniel Barclay
Elfyn McBratney wrote: I don't think harvesters have frame-enabled browser's :-) :-) :-) Why not? It's just as easy to handle "" as it is to handle "". Daniel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentati

getaddrinfo function

2003-07-17 Thread Jérôme DESPATIS
Hello in the mailing list [EMAIL PROTECTED] archive, i've found some discussions about the function getaddrinfo however, i can't find how to compile my prog using this function. I found no getaddrinfo definition in /usr/include/netdb.h has this function been developped ? thanks enzo _

RE: Spammers watching this user forum

2003-07-17 Thread guenter strubinsky
A nice win program is also: http://www.mailwasher.net/ See below; it also has a small footprint, is quick and I have it always running. (it does by far not hog as much resources as outlook, loads only the headers unless you request to see the content; is 'dumb' (does not run any scripts, or open

RE: Spammers watching this user forum

2003-07-17 Thread Elfyn McBratney
On Thu, 17 Jul 2003, guenter strubinsky wrote: > But they run through websites looking for addresses (so I was told). And > it's a heck of fun, once they link there it <<>> screws up all > their data they had collected in this run. > > (I have it on my site and I saw on the logs several of them ge

RE: tar 1.13.25 runs forever and produces nothing on this test ca se

2003-07-17 Thread Biederman, Steve
When I attempt to run configure, I get: $ ./configure CFLAGS=-g configure: loading cache /dev/null .: ./configure 1126: /dev/null: not found -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 12:13 PM To: Biederman, Steve C

RE: Spammers watching this user forum

2003-07-17 Thread guenter strubinsky
But they run through websites looking for addresses (so I was told). And it's a heck of fun, once they link there it <<>> screws up all their data they had collected in this run. (I have it on my site and I saw on the logs several of them getting caught. Song of Joy!) Btw. I always thought spam-

[PATCH] : make cygpath use multiple filename arguments

2003-07-17 Thread Mark Blackburn
Dunno if anybody will find this useful or not: Currently if you say: # cygpath -w /usr /lib you get a usage error. With my patch you get: # cygpath -w /usr /lib c:\cygwin\usr c:\cygwin\lib Mark. Index: utils/cygpath.cc === RCS fil

Re: P.S.: Re: mutt/Cygwin locks on some characters?

2003-07-17 Thread Max Bowsher
Edmund GRIMLEY EVANS wrote: > Lester Ingber <[EMAIL PROTECTED]>: > >> assertion "errno == E2BIG || (BUGGY_ICONV && (errno == EILSEQ || errno == >> ENOENT))" failed: file "../mutt-1.4-1/sendlib.c", line 743 > >> I have an email to which I simply wish to reply. When I try "r" in mutt, >> mutt stalls

RE: tar 1.13.25 runs forever and produces nothing on this test ca se

2003-07-17 Thread Biederman, Steve
Found it. -Original Message- From: Biederman, Steve Sent: Thursday, July 17, 2003 1:40 PM To: '[EMAIL PROTECTED]' Subject: RE: tar 1.13.25 runs forever and produces nothing on this test ca se > You'll also want the source for tar. Get that from setup too. I don't see where I have a

RE: Anyone trying 1.5.0 for anything other than managed mode?

2003-07-17 Thread Ross Smith
> From: Danilo Turina [mailto:[EMAIL PROTECTED] > > Gary R. Van Sickle wrote: > >>I've been using 1.5.0 for my large build environment since it was > >>released. No problems yet. > > > > > > Same story here, with one exception, discussed later. I > used all the latest > > [test] libs, bash, e

RE: tar 1.13.25 runs forever and produces nothing on this test ca se

2003-07-17 Thread Biederman, Steve
> You'll also want the source for tar. Get that from setup too. I don't see where I have a choice within setup for source ... -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 12:13 PM To: Biederman, Steve Cc: '[EMAIL PROTECTED]' Subject: Re: t

RE: Spammers watching this user forum

2003-07-17 Thread Elfyn McBratney
On Thu, 17 Jul 2003, guenter strubinsky wrote: > http://www.monkeys.com/wpoison/ > > spammers please check the following link out; lots of delicious email > addresses: http://www.monkeys.com/wpoison/ I don't think harvesters have frame-enabled browser's :-) :-) :-) -- Elfyn McBratney, EMCB |

RE: Spammers watching this user forum

2003-07-17 Thread guenter strubinsky
http://www.monkeys.com/wpoison/ spammers please check the following link out; lots of delicious email addresses: http://www.monkeys.com/wpoison/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Elfyn McBratney > Sent: Thursday, 17 July, 2003 14:52 >

1.5.0 - gettimeofday() out of sync with Windows time

2003-07-17 Thread Chris Church
I'm using version 1.5.0 of the cygwin1.dll on Windows 2000 Professional. I've also seen the problem described below on earlier versions of cygwin (1.3.22). I've found that the gettimeofday() and ftime() functions do not always return the correct system time as reported by Windows. The time()

Re: cron as service problem with OLE application

2003-07-17 Thread John M. Adams
Igor Pechtchanski <[EMAIL PROTECTED]> writes: > On Fri, 11 Jul 2003, John M. Adams wrote: > >> Dear Friends, >> >> I have this odd problem with the latest cron. cron_diagnose seems to >> think everything is fine. I followed the instruction for reinstalling >> cron as a service. The service is s

Re: Spammers watching this user forum

2003-07-17 Thread Elfyn McBratney
On Thu, 17 Jul 2003, Todd Bowden wrote: > Just received an email from an email address that only could of received > my address from this user list. > > My address was only created a couple weeks ago for the sole purpose of > emailing this user-list. Might there be a way to > hide peoples email a

RE: Spammers watching this user forum

2003-07-17 Thread DePriest, Jason R.
The archives already show email addresses slightly obfuscated by replacing the '@' with 'at' and the '.' with 'dot' and adding spaces. -Jason -Original Message- From: Brian Dessent [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 2:28 PM To: [EMAIL PROTECTED] Subject: Re: Spammers

Re: Spammers watching this user forum

2003-07-17 Thread Brian Dessent
Todd Bowden wrote: > > Just received an email from an email address that only could of received > my address from this user list. > > My address was only created a couple weeks ago for the sole purpose of > emailing this user-list. Might there be a way to > hide peoples email addresses and just

Re: tar 1.13.25 runs forever and produces nothing on this test ca se

2003-07-17 Thread Larry Hall
We'll make a developer out of you yet! :-) You'll need to run setup and install the 'gcc' package (not gcc2) and the 'gdb' package. That should install everything you need as a build environment. You'll also want the source for tar. Get that from setup too. Once done installing, do the followi

Re: "aux" file everywhere

2003-07-17 Thread Larry Hall
Maurício wrote: Hi, Using bash in cygwin, inside any directory in my Windows 2000 machine, if I type: ls -l aux I get: --0 0 Dec 31 1969 aux What is that aux file? I learned about that when I tried to create a file named aux myself and got erro

Re: tar 1.13.25 runs forever and produces nothing on this test ca se

2003-07-17 Thread Shankar Unni
Biederman, Steve wrote: > Any suggestions how I can proceed to debug why tar acts the way it does for me and > not for you? Try using "strace" to see what it's doing in terms of syscalls.. Just say "strace tar ", tee the output to some log file, and see what it's doing during the busy loop..

Spammers watching this user forum

2003-07-17 Thread Todd Bowden
Just received an email from an email address that only could of received my address from this user list. My address was only created a couple weeks ago for the sole purpose of emailing this user-list. Might there be a way to hide peoples email addresses and just use their alias names instead of

Re: Anyone trying 1.5.0 for anything other than managed mode?

2003-07-17 Thread Shankar Unni
Gary R. Van Sickle wrote: > The exception: The "-" and "+" keys on the keypad are giving me *two* "-"'s or > "+"'s at the bash prompt. Alternate data point to Danilo's: I have 1.5.0 (and bash 2.05b-10) on a WinXP Pro SP1 Dell laptop, and don't have this problem, with or without CYGWIN=tty. -- S

"aux" file everywhere

2003-07-17 Thread Maurício
Hi, Using bash in cygwin, inside any directory in my Windows 2000 machine, if I type: ls -l aux I get: --0 0 Dec 31 1969 aux What is that aux file? I learned about that when I tried to create a file named aux myself and got errors. Thanks,

RE: tar 1.13.25 runs forever and produces nothing on this test ca se

2003-07-17 Thread Biederman, Steve
Which I've never done; I'm not a cygwin developer, just a user. Do you remember where cygwin documents how to set up a build environment and get a build going? -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 11:00 AM To: Biederman, Steve Cc: '[

Re: tar 1.13.25 runs forever and produces nothing on this test case

2003-07-17 Thread Larry Hall
Biederman, Steve wrote: Any suggestions how I can proceed to debug why tar acts the way it does for me and not for you? I think you're down to building and debugging the code. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 -

Re: tar 1.13.25 runs forever and produces nothing on this test case

2003-07-17 Thread Biederman, Steve
Any suggestions how I can proceed to debug why tar acts the way it does for me and not for you? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http:

Re: Unable to use iisreset through ssh

2003-07-17 Thread Larry Hall
Crispin Bivans wrote: I have a weird problem where if I try to use iisreset through a ssh session to my cygwin box then it gives an error saying that only Local Admin's can use this command. But I am a local admin, and if I use iisreset directly on the PC through bash session it works fine. When I

Re: P.S.: Re: mutt/Cygwin locks on some characters?

2003-07-17 Thread Edmund GRIMLEY EVANS
Lester Ingber <[EMAIL PROTECTED]>: > assertion "errno == E2BIG || (BUGGY_ICONV && (errno == EILSEQ || errno == ENOENT))" > failed: file "../mutt-1.4-1/sendlib.c", line 743 > I have an email to which I simply wish to reply. When I try "r" in mutt, > mutt stalls/locks up when it tries to include

Unable to use iisreset through ssh

2003-07-17 Thread Crispin Bivans
I have a weird problem where if I try to use iisreset through a ssh session to my cygwin box then it gives an error saying that only Local Admin's can use this command. But I am a local admin, and if I use iisreset directly on the PC through bash session it works fine. When I run 'id' command it

Re: FYI: current Cygwin CVS working nicely

2003-07-17 Thread Ronald Landheer-Cieslak
On Thu, 17 Jul 2003, Corinna Vinschen wrote: > On Thu, Jul 17, 2003 at 05:03:52PM +0200, Ronald Landheer-Cieslak wrote: > > I've just checked out the latest Cygwin sources and built a cygwin1.dll > > (and friends). It seems to be working nicely - though I must say that I > > haven't stressed it t

Re: FYI: current Cygwin CVS working nicely

2003-07-17 Thread Corinna Vinschen
On Thu, Jul 17, 2003 at 05:03:52PM +0200, Ronald Landheer-Cieslak wrote: > I've just checked out the latest Cygwin sources and built a cygwin1.dll > (and friends). It seems to be working nicely - though I must say that I > haven't stressed it to the limits of the imaginable :) > > Is there anyth

Re: FYI: current Cygwin CVS working nicely

2003-07-17 Thread Ronald Landheer-Cieslak
BTW: for info in the system I'm testing on, look at the cygcheck output below: a5cc167376064ad5d62584d2978d9adb *cygcheck.out http://blytkerchan.chez.tiscali.fr/cygcheck.out HTH rlc On Thu, 17 Jul 2003, Ronald Landheer-Cieslak wrote: > I've just checked out the latest Cygwin sources and built

RE: cygwin 1.5.0 managed mode & backward compatibility

2003-07-17 Thread Pavel Rozenboim
> -Original Message- > From: Larry Hall [mailto:[EMAIL PROTECTED] > Sent: Thu, July 17, 2003 4:15 PM > To: Pavel Rozenboim > Cc: [EMAIL PROTECTED] > Subject: Re: cygwin 1.5.0 managed mode & backward compatibility > > > Pavel Rozenboim wrote: > > > > >>-Original Message- > >>Fr

FYI: current Cygwin CVS working nicely

2003-07-17 Thread Ronald Landheer-Cieslak
I've just checked out the latest Cygwin sources and built a cygwin1.dll (and friends). It seems to be working nicely - though I must say that I haven't stressed it to the limits of the imaginable :) Is there anything the core developers would like me to try while torturing the Cygwin DLL and be

Re: Trivial change request for autoconf-wrapper (Attn: Charles Wilson)

2003-07-17 Thread Max Bowsher
Ping? Max Bowsher wrote: > The current autoreconf wrapper doesn't know about the --warnings option. The > logic is already there for autoconf, etc. so the only change needed to the > package is: > > echo opt_warnings >> autoreconf.options > > > Thanks, > > Max. -- Unsubscribe info: http://c

Re: cygwin 1.5.0 managed mode & backward compatibility

2003-07-17 Thread Larry Hall
Pavel Rozenboim wrote: -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED] Sent: Wed, July 16, 2003 6:07 PM To: [EMAIL PROTECTED] Subject: Re: cygwin 1.5.0 managed mode & backward compatibility On Wed, Jul 16, 2003 at 01:48:28PM +0200, Pavel Rozenboim wrote: Hi, I inst

Re: cygwin 1.5.0 managed mode & backward compatibility

2003-07-17 Thread Christopher Faylor
On Thu, Jul 17, 2003 at 10:12:09AM +0200, Pavel Rozenboim wrote: >> On Wed, Jul 16, 2003 at 01:48:28PM +0200, Pavel Rozenboim wrote: >> directories (/,/usr/bin, >> >/usr/lib) in managed mode. Now I can't access files that >> have a capital >> >letters that were created before upgrade to 1.5.0. >>

Re: gcc on cygwin

2003-07-17 Thread Manjit Dua
1) have u tried to use gcc 3.x > gcc 3.2.3 2) haven't u got any response from authors or developers of gcc 3) well i would appreciate ur eforts, i would try it personally, till than try to contact developers of gcc and cygwin Regards manjit - Original Message - From: Sagar Shah <[EMAIL

RE: Cygwin's vanilla sed : capabilities and limitations

2003-07-17 Thread fergus
Igor and Dave, Thanks for your solutions. Perfect, absolutely fit to the purpose. Should have said so sooner. Fergus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Pb in running tcl file under cygwin ... the windows is closed immediatly

2003-07-17 Thread philippe guillaume
i've got a problem with a tcl file in my program i manage to compile all the program but when i want to run the tcl file the window appears during 1 millisecond and close immediatly... On unix i don't have this problem ! Do you know what it is ? _

xpdf ./configure error: Doesn't find specified libraries (But theyare there??)

2003-07-17 Thread Rafael Jimenez
Dear list, I am encountering some problems when building xpdf-0.92 under cygwin. I built the t1lib libraries, and installed in /usr/local/lib/ and /usr/local/include/. However, it seems that the ./configure script doesn't find them, even though I include the specific path to them: The libraries e

Re: gimp and nmap

2003-07-17 Thread Lapo Luchini
Corinna Vinschen wrote: On Thu, Jul 17, 2003 at 11:20:25AM +0530, Sanjay Goel wrote: Hi, are there any plans to port gimp and nmap into cygwin in the near future. These are two great programs that I loved in linux and would certainly like them to be a part of cygwin. Then go ahead, port th

Re: gimp and nmap

2003-07-17 Thread Corinna Vinschen
On Thu, Jul 17, 2003 at 11:20:25AM +0530, Sanjay Goel wrote: > Hi, > are there any plans to port gimp and nmap into cygwin in the near future. > These are two great programs that I loved in linux and would certainly like > them to be a part of cygwin. Then go ahead, port them and contribute them f

Re: configure and mmap on Cygwin

2003-07-17 Thread Corinna Vinschen
On Wed, Jul 16, 2003 at 05:39:22PM -0300, Fr?d?ric L. W. Meunier wrote: > I noticed configure always return > > checking for working mmap... no Yeah, that's unfortunate. I'm seeing the same all the time. > I found the following posts from Corinna > > http://www.cygwin.com/ml/cygwin/2002-04/msg

RE: cygwin 1.5.0 managed mode & backward compatibility

2003-07-17 Thread Pavel Rozenboim
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED] > Sent: Wed, July 16, 2003 6:07 PM > To: [EMAIL PROTECTED] > Subject: Re: cygwin 1.5.0 managed mode & backward compatibility > > > On Wed, Jul 16, 2003 at 01:48:28PM +0200, Pavel Rozenboim wrote: > >Hi, > > > >I i

RE: Anyone trying 1.5.0 for anything other than managed mode?

2003-07-17 Thread Pavel Rozenboim
> -Original Message- > From: Rolf Campbell [mailto:[EMAIL PROTECTED] > Sent: Thu, July 17, 2003 12:24 AM > To: [EMAIL PROTECTED] > Subject: Re: Anyone trying 1.5.0 for anything other than managed mode? > > > I've been using 1.5.0 for my large build environment since it was > released.