Re: problem with history

2003-07-23 Thread Carlo Florendo
Sanjay, > >> my cygwin bash does not write anything in .bash_history . I think > >> it was working fine before and some changes done by me has caused it > >> to stop updating this file. > >> rxvt does not have this problem. > >> any pointers where could be the problem. > > Close bash by typing ex

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: > Good Day! > > I've searched the net regarding building the cygwin dll and found these. > > www.cygwin.com/ml/cygwin/2001-04/msg00709.html > www.cygwin.com/ml/cygwin/2001-04/msg00720.html > sources.redhat.com/ml/cygwin/2001-07/msg00816.html > sources.red

RE: ImageMagick/PerlMagick

2003-07-23 Thread Bill McCormick
The saga continues ... Exerpt from my \usr\src\ImageMagick-5.5.7\PerlMagick\README.txt: Next, edit Makefile.PL and change LIBS and INC to include the appropriate path information to the required libMagick library. You will also need library search paths (-L) to JPEG, PNG, TIFF, et

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
From: "Elfyn McBratney" > > However, not one of them refers to info that shows how to build the cygwin dll. > > > > The faq contains an entry on how to build dlls but *not* how to build the cygwin > > dll. > > Perhaps from the heading it's a bit mis-leading, but what your looking for is > this <

[BUG] emacs cygwin compile.el next-error fails with Ant

2003-07-23 Thread Mark Evenson
Using the cygwin port of of GNU Emacs 21.2.1 (running on a Windows 2000 pre-SP4host ), I have a bad interaction between Ant 1.5.3-1 and next-error of compile mode that results in Emacs being unable to "automatically" visit the source of errors. To wit: With M-x compile invoked with "ant -emacs" o

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
From: "Elfyn McBratney" > > However, not one of them refers to info that shows how to build the cygwin dll. > > > > The faq contains an entry on how to build dlls but *not* how to build the cygwin > > dll. > > Perhaps from the heading it's a bit mis-leading, but what your looking for is > this

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
From: "Elfyn McBratney" > Perhaps from the heading it's a bit mis-leading, but what your looking for is > this . Hello Elfyn, After reading the FAQ, I did exactly what was mentioned there, namely: I got the latest sources from CVS (a whopping 30MB+ sourc

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: > From: "Elfyn McBratney" > > > Perhaps from the heading it's a bit mis-leading, but what your looking for is > > this . > > Hello Elfyn, > > After reading the FAQ, I did exactly what was mentioned there, namely: >

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: > From: "Elfyn McBratney" > > > However, not one of them refers to info that shows how to build the cygwin dll. > > > > > > The faq contains an entry on how to build dlls but *not* how to build the cygwin > > > dll. > > > > Perhaps from the heading it's

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
From: "Elfyn McBratney" > > I got the latest sources from CVS (a whopping 30MB+ source). Of course, this > > created a ./src directory. > > > > I then created a ./obj directory (in the same level as ./src) and went inside it. > > I also created a /install directory as mentioned > > in > > the

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: > From: "Elfyn McBratney" > > > > I got the latest sources from CVS (a whopping 30MB+ source). Of course, this > > > created a ./src directory. > > > > > > I then created a ./obj directory (in the same level as ./src) and went inside > > > it. I also

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: > > > $ mkdir /install > > > $ cvs checkout winsup > > > $ mkdir obj > > > $ cd obj > > > $ ../src/configure --prefix=/install -v > configure.log 2>&1 > > > $ make > > > > And after a `make install' in the build directory you will have your DLL > > (assum

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
- Original Message - From: "Elfyn McBratney" > On Wed, 23 Jul 2003, Carlo Florendo wrote: > > > > > $ mkdir /install > > > > $ cvs checkout winsup > > > > $ mkdir obj > > > > $ cd obj > > > > $ ../src/configure --prefix=/install -v > configure.log 2>&1 > > > > $ make > > > > > > And after

Re: practicing building the cygwin.dll

2003-07-23 Thread Max Bowsher
Carlo Florendo wrote: > Hello, > > I'm trying to build the cygwin dll from scratch. I downloaded the entire > distribution last year including the sources. I've never upgraded any > package since then. > > I have cygwin-1.3.12-4 installed. Attached is the output of cygcheck -svr > > I assumed tha

Re: [BUG] emacs cygwin compile.el next-error fails with Ant

2003-07-23 Thread Joe Buehler
Mark Evenson wrote: With M-x compile invoked with "ant -emacs" one gets errors like: -- cd ~/work/cs9/ ant -find build.xml Searching for build.xml ... Buildfile: C:\cygwin\home\evenson\work\cs9\build.xml classes: compile: Compil

Problems setting baud rate

2003-07-23 Thread Mats Liljegren
Hi, I'm using Cygwin GCC 3.2, and have the following code: tty_fd = open(modem_device[Port-1], O_RDWR | O_NOCTTY ); tcgetattr(tty_fd,&oldtio); /* save current serial port settings */ newtio.c_cflag = bd | CS8 | CLOCAL | CREAD; tcsetattr(tty_fd,TCSANOW,&newtio); This doesn't change the baudrate,

Re: Permission problems with recent Cygwin

2003-07-23 Thread Pierre A. Humblet
[EMAIL PROTECTED] wrote: > > (Sorry this took so long; it's taken me days to find the hours required > to investigate.) Hi Luke, it would take me days to fully analyze your problem, but you seem to have realized what I was going to tell you urgently: ntsec is now on by default. To turn off ntse

Re: How to tell if ntsec is on or off

2003-07-23 Thread Larry Hall
[EMAIL PROTECTED] wrote: On 23 Jul, I wrote: I was going to qualify this with `when ntsec is defined in CYGWIN' It's not easy to find out if ntsec is turned on, is it? When I wrote the above, I was thinking "ntsec turned on" means $CYGWIN includes the word "ntsec". But I think I've just reali

Re: How to tell if ntsec is on or off

2003-07-23 Thread Christopher Faylor
On Wed, Jul 23, 2003 at 10:54:06AM -0400, Larry Hall wrote: >[EMAIL PROTECTED] wrote: > >>On 23 Jul, I wrote: >> >>>I was going to qualify this with `when ntsec is defined in CYGWIN' >> >> >>It's not easy to find out if ntsec is turned on, is it? When I wrote >>the above, I was thinking "ntsec tu

Re: documentation on building the cygwin dll

2003-07-23 Thread Gerrit P. Haase
Hallo Carlo, Am Mittwoch, 23. Juli 2003 um 08:19 schriebst du: [...] > Could anyone point out where the documentation to build the cygwin dll is? I don't know, please write one! Try this: #!/bin/bash # modify these two settings to your needs: export src=/winsup/src export inst=/tmp/winsup

Re: ImageMagick/PerlMagick

2003-07-23 Thread Gerrit P. Haase
Hallo Bill, Am Mittwoch, 23. Juli 2003 um 08:29 schriebst du: [...] > Seems to be a missing lib or path to find it. > Takers? Please provide the output of perl Makefile.PL. Then look into Makefile.PL, there needs to be a reference to asll the IM libraries that needs to be on the link line when

Re: documentation on building the cygwin dll

2003-07-23 Thread Christopher Faylor
On Wed, Jul 23, 2003 at 05:10:43PM +0200, Gerrit P. Haase wrote: >Am Mittwoch, 23. Juli 2003 um 08:19 schriebst du: > >[...] > >> Could anyone point out where the documentation to build the cygwin dll is? > >I don't know, please write one! Perhaps you should read further in the thread to where the

Re: How to tell if ntsec is on or off

2003-07-23 Thread Larry Hall
Christopher Faylor wrote: On Wed, Jul 23, 2003 at 10:54:06AM -0400, Larry Hall wrote: [EMAIL PROTECTED] wrote: On 23 Jul, I wrote: I was going to qualify this with `when ntsec is defined in CYGWIN' It's not easy to find out if ntsec is turned on, is it? When I wrote the above, I was think

Re: documentation on building the cygwin dll

2003-07-23 Thread Gerrit P. Haase
Hallo Carlo, you posted the log here: > Ok, here's another URL then: http://210.23.117.69/zxff/index.html Instead, sending the error message in the mail would be more useful: c++ -L/src/obj/i686-pc-cygwin/winsup -L/src/obj/i686-pc-cygwin/winsup/cygwin -L/src/obj/i686-pc-cygwin/winsup/w32api/li

Re: documentation on building the cygwin dll

2003-07-23 Thread Gerrit P. Haase
Hallo Christopher, Am Mittwoch, 23. Juli 2003 um 17:14 schriebst du: > On Wed, Jul 23, 2003 at 05:10:43PM +0200, Gerrit P. Haase wrote: >>Am Mittwoch, 23. Juli 2003 um 08:19 schriebst du: >> >>[...] >> >>> Could anyone point out where the documentation to build the cygwin dll is? >> >>I don't kno

Re: documentation on building the cygwin dll

2003-07-23 Thread Christopher Faylor
On Wed, Jul 23, 2003 at 05:53:52PM +0200, Gerrit P. Haase wrote: >Hallo Christopher, > >Am Mittwoch, 23. Juli 2003 um 17:14 schriebst du: > >> On Wed, Jul 23, 2003 at 05:10:43PM +0200, Gerrit P. Haase wrote: >>>Am Mittwoch, 23. Juli 2003 um 08:19 schriebst du: >>> >>>[...] >>> Could anyone poi

RE: ImageMagick/PerlMagick

2003-07-23 Thread Bill McCormick
> Please provide the output of perl Makefile.PL. See my next post. > > Then look into Makefile.PL, there needs to be a reference to asll the > IM libraries that needs to be on the link line when building the > module for Perl. > Ditto. --- Outgoing mail is certified Virus Free. Checked by AVG

Setup fails on XP Pro : no files in /etc + no permissions in /bin

2003-07-23 Thread Milner, Jon (EU-SES)
When I attempt to install Cygwin on my (new) XP Pro machine, setup appears to complete okay, and I can launch bash, but something has gone badly wrong (see listings below). Anyone know what I am doing wrong? (Or what extra information I need to provide to enable a diagnosis). bash-2.05b$ cd /etc

DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-23 Thread Jeffery B. Rancier
cygcheck.out Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Richard Anderson
When I start Cygwin 1.3.22-1 and then try to shut down Windows XP using the normal Start / Turn Off Computer procedure, Windows pops up the "End Program - Cygwin ... Windows cannot end this program" dialog box. The cygwin ps command shows only a bash shell running. I tried using Start / Run / msc

Re: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-23 Thread Jeffery B. Rancier
[EMAIL PROTECTED] (Jeffery B. Rancier) writes: It appears the list maintainer zapped my text? Here it is again: I installed ctags 5.5 today, after having problems with the Gnus Emacs etags not recognizing my cygwin mounts. It seems to work OK, but three times I received the following Windows e

Re: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-23 Thread Larry Hall
Jeffery B. Rancier wrote: -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ As a note for future reference, it is generally ver

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Timothy C Prince
I'm happy to end bash with an "exit" or ctrl-D to allow it to keep its records in order. When "Windows cannot end..." you have the choice of killing it or winding it up properly. -Original Message- From: "Richard Anderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Wed, 23 Jul 2

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Randall R Schulz
Richard, You know, we heard you the first time... At 10:02 2003-07-23, Richard Anderson wrote: When I start Cygwin 1.3.22-1 and then try to shut down Windows XP using the normal Start / Turn Off Computer procedure, Windows pops up the "End Program - Cygwin ... Windows cannot end this program" dia

Re: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-23 Thread Larry Hall
Jeffery B. Rancier wrote: [EMAIL PROTECTED] (Jeffery B. Rancier) writes: It appears the list maintainer zapped my text? Here it is again: I installed ctags 5.5 today, after having problems with the Gnus Emacs etags not recognizing my cygwin mounts. It seems to work OK, but three times I receive

Re: Setup fails on XP Pro : no files in /etc + no permissions in /bin

2003-07-23 Thread Max Bowsher
Milner, Jon (EU-SES) wrote: > When I attempt to install Cygwin on my (new) XP Pro machine, setup appears > to complete okay, and I can launch bash, but something has gone badly wrong > (see listings below). > > Anyone know what I am doing wrong? > (Or what extra information I need to provide to ena

Questions about building from CVS (was Re: documentation on building the cygwin dll)

2003-07-23 Thread David Rothenberger
Gerrit P. Haase writes: > Try this: > > #!/bin/bash Gerrit, Thanks for the script! I just started building the cygwin DLL from sources last week and this script sure does make it easier. I do have two questions for those that have done it successfully. First, how do you do the update from

RE: documentation on building the cygwin dll

2003-07-23 Thread Robb, Sam
Carlo, Don't know if this will help, but I've attached a makefile and script that I use to do a checkout and build of the Cygwin DLL source from CVS. -Samrobb > -Original Message- > From: Carlo Florendo [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 2:20 AM > To: [EMAIL PRO

Re: Questions about building from CVS (was Re: documentation on building the cygwin dll)

2003-07-23 Thread Max Bowsher
David Rothenberger wrote: >> Gerrit P. Haase writes: >> > Try this: >> > >> > #!/bin/bash >> >> Gerrit, >> >> Thanks for the script! I just started building the cygwin DLL from >> sources last week and this script sure does make it easier. >> >> I do have two questions for those that have do

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Richard Anderson
So this is a know issue? Seems like non-standard behavior for a Windows app. All Windows apps that I know of catch the shutdown interrupt, clean up their data structures and exit gracefully. Is there some reason why Cygwin can't do this? Richard Anderson [EMAIL PROTECTED] [EMAIL PROTECTED] www.ri

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

2003-07-23 Thread Igor Pechtchanski
On Wed, 16 Jul 2003, 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

Error message from gcc: "entry point putc_unlocked could not be located ..."

2003-07-23 Thread David Guaspari
I just installed cygwin1.dll 1.3.22-1 and gcc 3.2.3. Attempts to compile with gcc result in the error message: "entry point putc_unlocked could not be located in the dynamic link library cygwin1.dll" Queries about this were posted to the archive a year or so ago, and the replies all said, essent

RE: Error message from gcc: "entry point putc_unlocked could not be l ocated ..."

2003-07-23 Thread Vince Hoffman
You may have 2 versions of the cygwin dll then, post the contents of cygcheck -s -v -r as an uncompressed attachment to the list. (and try a search on cygwin1.dll and see if you can find it more than once. > -Original Message- > From: David Guaspari [mailto:[EMAIL PROTECTED] > Sent: 23 Jul

Re: ACL or file locking issue?

2003-07-23 Thread Igor Pechtchanski
On Wed, 16 Jul 2003, msg wrote: > Greetings: > > Is this an ACL or file locking issue? > > Trying to copy a registry file in a 'bash' shell > as a privileged user (whoami /priv appears below) yields: > > (root's prompt is '#') > # cd /cygdrive/c/winnt/system32/config > # cp SAM /var/tmp > cp:'SAM.

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Larry Hall
Richard Anderson wrote: So this is a know issue? Seems like non-standard behavior for a Windows app. All Windows apps that I know of catch the shutdown interrupt, clean up their data structures and exit gracefully. Is there some reason why Cygwin can't do this? Let's turn the question around. Ar

Re: Skipping the /proc filesystem

2003-07-23 Thread Shankar Unni
Randall R Schulz wrote: > At 18:15 2003-07-22, David A. Cobb wrote: >>I would wish to tell find not to get involved with the /proc filesystem >>at all. Can that easily be done? > > Very easily: > % find / -path '/proc' -prune -o -print Would it make sense to identify the inodes under /proc/regis

RE: CYGwin PerlMagick install

2003-07-23 Thread Bill McCormick
Well I finally got it to compile by linking against libMagick.dll.a as opposed to libMagick.la. However, 'make test' seems to be unhappy; it appears there still may be a problem as indicated by the "make: *** [test_dynamic] Error 255" line (at the bottom) which makes me think there is a problem lin

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

2003-07-23 Thread Igor Pechtchanski
On Thu, 17 Jul 2003, Rafael Jimenez wrote: > 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 thoug

Re: Error message from gcc: "entry point putc_unlocked could not be l ocated ..."

2003-07-23 Thread Larry Hall
If you weren't upgrading Cygwin on this machine, then follow Vince's advice. You have an older copy of cygwin1.dll on your system somewhere. Otherwise, just reboot. You must have Cygwin services running which prevent the newly upgraded DLL from replacing the existing one. You should have gotten

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

2003-07-23 Thread Igor Pechtchanski
Hmm, I wonder if it would make sense to have an FAQ entry with this info? I know it's not Cygwin specific, but something like: Q: How do I debug something on a Cygwin system? A: Same way you do it under any Unix system, i.e., . The above would be nice to have to point people at when they ne

Re: Questions about building from CVS

2003-07-23 Thread Gerrit P. Haase
Hallo David, Am Mittwoch, 23. Juli 2003 um 19:52 schriebst du: [...] > Second, when I run make install (or your script), I find that it > produces many errors related to directories not existing in the > install directory. I generally have to create them by hand and then > re-run "make install"

RE: Spammers watching this user forum

2003-07-23 Thread Igor Pechtchanski
Yes, but not in the *body* of the message (so, your quoted message below shows the unobfuscated address for Brian Dessent, as well as for the Cygwin list). Furthermore, the archives at aren't the only archives of this mailing list, and different archives have differe

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

2003-07-23 Thread Igor Pechtchanski
On Thu, 17 Jul 2003, Biederman, Steve wrote: > > 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 ... It's the checkbox marked "Src" between the version and the name of the package. Igor --

Re: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-23 Thread Jeffery B. Rancier
Larry Hall <[EMAIL PROTECTED]> writes: > It's not a bug, unless you consider a Windows program not being able to > understand Cygwin symbolic links a bug. I don't think there is much > chance of changing Windows to permit all applications a proper understanding > though. I see. Why does it work

Cannot link C++ code under gcc 3.2 running cygwin under Windows 2000

2003-07-23 Thread Robert Deschambault
Hello, I have tried to find what my problem is by reading numerous lists, but I haven't managed to figure out exactly what is going on. I suspect I have a problem with either an incorrect library location or something similar. I can compile straight C code and produce a working executable file w

Re: ImageMagick/PerlMagick

2003-07-23 Thread Gerrit P. Haase
Hallo Bill, Am Mittwoch, 23. Juli 2003 um 09:55 schriebst du: > The saga continues ... > Exerpt from my \usr\src\ImageMagick-5.5.7\PerlMagick\README.txt: > Next, edit Makefile.PL and change LIBS and INC to include the This looks weird: 'LIBS' => ['-L/usr/local/lib -lMagick -L/usr

Re: Cannot link C++ code under gcc 3.2 running cygwin under Windows2000

2003-07-23 Thread Larry Hall
Robert Deschambault wrote: Hello, I have tried to find what my problem is by reading numerous lists, but I haven't managed to figure out exactly what is going on. I suspect I have a problem with either an incorrect library location or something similar. I can compile straight C code and produce

RE: ImageMagick/PerlMagick

2003-07-23 Thread Bill McCormick
>From a cygwin list post: You wrote ... > This looks weird: > >'LIBS' => ['-L/usr/local/lib -lMagick -L/usr/X11R6/lib \ > -L/usr/X11R6/lib -L/usr/lib -L/lib -ljbig \ > -ltiff -lfreetype -ljpeg -lpng -ldpstk \ > -ldps -lXext

Re: bash: cat << EOF

2003-07-23 Thread Igor Pechtchanski
On Sat, 19 Jul 2003, Samuel Thibault wrote: > Le sam 19 jui 2003 00:39:13 GMT, Christopher Faylor a tapot sur son clavier : > > On Fri, Jul 18, 2003 at 09:38:46PM -0400, Samuel Thibault wrote: > > >Hi, > > > > > >We have installed cygwin on w2k (5.00.2195 service pack 3), but the > > >files are ac

Re: Cannot link C++ code under gcc 3.2 running cygwin under Windows2000

2003-07-23 Thread Robert Deschambault
Thanks! Your suggestion worked. Using g++ was the answer. Bob --- Robert Deschambault COM DEV, 155 Sheldon Drive, Cambridge, Ontario, Canada N1R 7H6 Voice: 519 622 2300, x2461, Fax: 519 622 5843 - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "Robert Deschambault" <[EMAI

Re: Cannot link C++ code under gcc 3.2 running cygwin under Windows2000

2003-07-23 Thread Robert Deschambault
Thanks! Your suggestion worked. Using g++ was the answer. Bob --- Robert Deschambault COM DEV, 155 Sheldon Drive, Cambridge, Ontario, Canada N1R 7H6 Voice: 519 622 2300, x2461, Fax: 519 622 5843 - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "Robert Deschambault" <[EMAI

Re: Cannot link C++ code under gcc 3.2 running cygwin under Windows2000

2003-07-23 Thread Robert Deschambault
Thanks! Your suggestion worked. Using g++ was the answer. Bob --- Robert Deschambault COM DEV, 155 Sheldon Drive, Cambridge, Ontario, Canada N1R 7H6 Voice: 519 622 2300, x2461, Fax: 519 622 5843 - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "Robert Deschambault" <[EMAI

Re: Cannot link C++ code under gcc 3.2 running cygwin under Windows2000

2003-07-23 Thread Robert Deschambault
Thanks! Your suggestion worked. Using g++ was the answer. Bob --- Robert Deschambault COM DEV, 155 Sheldon Drive, Cambridge, Ontario, Canada N1R 7H6 Voice: 519 622 2300, x2461, Fax: 519 622 5843 - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "Robert Deschambault" <[EMAI

Cannot link C++ code under gcc 3.2 running cygwin under Windows 2000

2003-07-23 Thread Keen Wayne A Contr AFRL/MNGG
"gcc -v -o hello2 hello.cpp" You are using gcc to compile C++ code, when you should use g++. Wayne -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: h

Re: Problem with xinetd as a service

2003-07-23 Thread Igor Pechtchanski
On Mon, 21 Jul 2003, Larry Hall wrote: > Christopher Faylor wrote: > > > On Sun, Jul 20, 2003 at 07:41:42PM -0700, Martin Gainty wrote: > > > >>verify > >>[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/] > >> "native"="C:\\local\\cygwin" > > > > > > What's the opposite of a g

RE: Skipping the /proc filesystem

2003-07-23 Thread Chris January
> Randall R Schulz wrote: > > At 18:15 2003-07-22, David A. Cobb wrote: > >>I would wish to tell find not to get involved with the /proc filesystem > >>at all. Can that easily be done? > > > > Very easily: > > % find / -path '/proc' -prune -o -print > > Would it make sense to identify the inodes un

RE: Cygwin version 1.3.20

2003-07-23 Thread Igor Pechtchanski
On Mon, 21 Jul 2003, Henry Da Costa wrote: > Larry Hall wrote: > > Why do you only have the executable? Also, why can't the provider of > > this executable give you with the support you need? Strictly > > speaking, if the provider hasn't purchased a commercial license from > > Red Hat, they are

Re: Subject: Corrupt characters in cygwin console (:310)

2003-07-23 Thread Igor Pechtchanski
On Mon, 21 Jul 2003 [EMAIL PROTECTED] wrote: > Subject: Corrupt characters in cygwin console (:310) > > I have recently installed cygwin on a Windows98 machine. > In the cygwin console (and also the bash.exe console), I > get corrupt characters after I type every 5 or so letters. > Usually somethi

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Richard Anderson
- Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "Richard Anderson" <[EMAIL PROTECTED]> Cc: "Timothy C Prince" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 23, 2003 11:41 AM Subject: Re: How to diagnose Cygwin / Windows shutdown problem > Richard Anderson

Re: Cygwin prevents normal Windows shutdown

2003-07-23 Thread Igor Pechtchanski
On Mon, 21 Jul 2003, Richard Anderson wrote: > When I start Cygwin 1.3.22-1 with the installed shortcut (which points to > C:\cygwin\cygwin.bat) and then try to shut down Windows XP using the normal > Start / Turn Off Computer procedure, Windows pops up the "End Program - > Cygwin ... Windows cann

Re: Thread.start()

2003-07-23 Thread Igor Pechtchanski
On Tue, 22 Jul 2003, P.B. Dushkin wrote: > > Greetings. I hope this is the appropriate way to correspond with the list. > > I have been building an rmi client/server program using cygwin. > my development environment is the jdk1.3.1 08. The GNU bash is version > 2.05b.0(9)-release (i686-pc-cygwin)

Re: GCC: Split it ?

2003-07-23 Thread Igor Pechtchanski
On Tue, 22 Jul 2003, Gareth Pearce wrote: > > IMHO, this looks like a PTC situation.. > > prehaps more likely MOTC. ;) ^^ "Miscellaneous Opinions"? ;-) Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Larry Hall
Richard Anderson wrote: - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "Richard Anderson" <[EMAIL PROTECTED]> Cc: "Timothy C Prince" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 23, 2003 11:41 AM Subject: Re: How to diagnose Cygwin / Windows shutdown pro

RE: Skipping the /proc filesystem

2003-07-23 Thread Randall R Schulz
At 13:59 2003-07-23, Chris January wrote: > Randall R Schulz wrote: > > At 18:15 2003-07-22, David A. Cobb wrote: > >>I would wish to tell find not to get involved with the /proc filesystem > >>at all. Can that easily be done? > > > > Very easily: > > % find / -path '/proc' -prune -o -print > > Wou

Re: Questions about building from CVS

2003-07-23 Thread Igor Pechtchanski
On Wed, 23 Jul 2003, David Rothenberger wrote: > [snip] > First, how do you do the update from CVS? If I go into the src > directory (created from "cvs checkout winsup") and run "cvs update", > I get a whole bunch of other packages in addition to winsup, which > isn't right. If I run "cvs update

Re: Cygwin prevents normal Windows shutdown

2003-07-23 Thread Richard Anderson
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Richard Anderson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 23, 2003 2:34 PM Subject: Re: Cygwin prevents normal Windows shutdown > On Mon, 21 Jul 2003, Richard Anderson wrote: > > > When I st

Re: Cygwin prevents normal Windows shutdown

2003-07-23 Thread Randall R Schulz
Richard, For starters, you're sending two copies of your messges (some of them, anyway), both a To: copy and a CC: copy. Please try to avoid that. At 15:19 2003-07-23, Richard Anderson wrote: - Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Richard Anderson" <[EMAI

Re: DLL 1.3.22 - etags 5.5.4 fails on XP Pro

2003-07-23 Thread Igor Pechtchanski
On Wed, 23 Jul 2003, Jeffery B. Rancier wrote: > Larry Hall <[EMAIL PROTECTED]> writes: > > > It's not a bug, unless you consider a Windows program not being able to > > understand Cygwin symbolic links a bug. I don't think there is much > > chance of changing Windows to permit all applications a

RE: Error message from gcc: "entry point putc_unlocked could not be l ocated ..."

2003-07-23 Thread David Guaspari
Correct advice, thank you. There was an old copy of cygwin1.dll lying around. David Guaspari ATC-NY 33 Thornwood Drive, Suite 500 Ithaca NY 14850 (607) 266-7114 [EMAIL PROTECTED] -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 2:48 PM To: Vi

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Andrew DeFaria
Randall R Schulz wrote: Cygwin apps don't know about and cannot respond to the system-generated messages that request that applications quit in preparation for the system to shut down or the user to log off. "Cannot respond to"? When a system-generated message that requests that applications q

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Randall R Schulz
Andrew, Cygwin apps don't have a Windows event handler do they? The two programming models (Win32 and POSIX) are fundamentally different, so based on my very limited understanding, it seems that Cygwin itself (code in Cygwin1.dll) would have to intercept these OS-generated events and translate

Re: CYGwin PerlMagick install

2003-07-23 Thread Gerrit P. Haase
Hallo Bill, Am Mittwoch, 23. Juli 2003 um 20:47 schriebst du: > Well I finally got it to compile by linking against libMagick.dll.a as > opposed to libMagick.la. However, 'make test' seems to be unhappy; it > appears there still may be a problem as indicated by the "make: *** > [test_dynamic] Err

SFTP only account

2003-07-23 Thread Tommie Porter
Sorry if this issue has been addressed before, but I can't find any instances of it in the archives. First off, I want to know if it's possible to have an SFTP only account. I know it's possible(FTP only) on OpenBSD. If you set their shell to /bin/false, they can't log in remotely, but can stil

Re: How to diagnose cygwin / Windows shutdown problem

2003-07-23 Thread Christopher Faylor
On Wed, Jul 23, 2003 at 05:34:12PM -0700, Randall R Schulz wrote: >Cygwin apps don't have a Windows event handler do they? They do in some situations but not by default. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Andrew DeFaria
Randall R Schulz wrote: Andrew, Cygwin apps don't have a Windows event handler do they? To tell you the truth... I don't know for sure. The two programming models (Win32 and POSIX) are fundamentally different, so based on my very limited understanding, it seems that Cygwin itself (code in Cyg

Re: GCC: Split it ?

2003-07-23 Thread Gareth Pearce
maintainership offers ... actually but miscellaneous opinions are more likely to occur. > On Tue, 22 Jul 2003, Gareth Pearce wrote: > > > > IMHO, this looks like a PTC situation.. > > > > prehaps more likely MOTC. ;) > ^^ > "Miscellaneous Opinions"? ;-) > Igor -- Unsubscribe

Re: Cygwin's vanilla sed : capabilities and limitations

2003-07-23 Thread Peter S Tillier
Igor Pechtchanski wrote: > On Wed, 16 Jul 2003, Igor Pechtchanski wrote: > >> On Wed, 16 Jul 2003 [EMAIL PROTECTED] wrote: >> >> > Q2. Is there a way using the supplied sed without major >> > enhancements to change "abc x def" to "def x abc": that is, to >> > grab two distinct portions and swap the

RE: CYGwin PerlMagick install

2003-07-23 Thread Bill McCormick
> Change the permissions of all the .t files: > $ cd t > $ chmod 644 *.t > > Then look at the permissions with `ls -l`. > Should be s.th. like this: -rw-r--r-- ... test.t > That was actually the first thing I looked at. For example: I ran 'make test' as Administrator, saw the errors and looked at

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Igor Pechtchanski
There is such a mechanism on Win2k. I don't think there is one on Win9x. This thread seems to indicate that there isn't one on WinXP, either, at least not for shutdown messages. Igor On Wed, 23 Jul 2003, Andrew DeFaria wrote: > Randall R Schulz wrote: > > > Andrew, > > > > Cygwin apps do

Re: SFTP only account

2003-07-23 Thread Igor Pechtchanski
On Wed, 23 Jul 2003, Tommie Porter wrote: > Sorry if this issue has been addressed before, but I can't find any > instances of it in the archives. > > First off, I want to know if it's possible to have an SFTP only account. > I know it's possible(FTP only) on OpenBSD. If you set their shell to > /

linking with non-cygwin dll

2003-07-23 Thread vikram
Hullo ppl, I maintain a unix program that links with a third party library that I dont have the source to. I now have to port my program to windows and was considering the cygwin route. The third party library is available for windows, but I learn from googling around that msvcrt.dll and t

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
Hello Gerrit, > From: "Gerrit P. Haase" > you posted the log here: > > > Ok, here's another URL then: http://210.23.117.69/zxff/index.html > > Instead, sending the error message in the mail would be more useful: That's right. I knew it would be useful but I assumed that if one saw the entir

apache dies with pppoe

2003-07-23 Thread Bill McCormick
I think this is a new one. I'm running Apache behind a nat'd f/w router attached to a dsl modem that dhcp's an ip from a pppoe connection. When the IP address changes, Apache must be restarted. At the moment I'm cron'ing a restart - but that's a kludge. Anybody have a similar setup with a better

Re: apache dies with pppoe

2003-07-23 Thread Carlo Florendo
> I think this is a new one. > > I'm running Apache behind a nat'd f/w router attached to a dsl modem that > dhcp's an ip from a pppoe connection. > > When the IP address changes, Apache must be restarted. At the moment I'm > cron'ing a restart - but that's a kludge. > > Anybody have a similar s

Re: How to diagnose Cygwin / Windows shutdown problem

2003-07-23 Thread Markus Schönhaber
Igor Pechtchanski wrote: There is such a mechanism on Win2k. I don't think there is one on Win9x. This thread seems to indicate that there isn't one on WinXP, either, at least not for shutdown messages. Igor I don't see any difference in the behaviour on W2k and WinXP. As Richard stated o

MICO / configure script question

2003-07-23 Thread Joost Kraaijeveld
Hi all, I am trying to get MICO compiled under Cygwin using it's configure script. When run, the script does not detect that it is possible to create dll's (and therefor that it not possible to throw exceptions across dll's). Is there a portable way to determine that Cygwin is capable of creatin

Re: apache dies with pppoe

2003-07-23 Thread Stipe Tolj
Carlo Florendo wrote: > > > I think this is a new one. > > > > I'm running Apache behind a nat'd f/w router attached to a dsl modem that > > dhcp's an ip from a pppoe connection. > > > > When the IP address changes, Apache must be restarted. At the moment I'm > > cron'ing a restart - but that's a