compiling clicq, problems with c++

2002-11-18 Thread Uwe Mayer
Hi, I was trying to compile clicq, an icq client for linux, for cygwin. However I'm a little new to C++ although not to programming in general. Here is what I got problems with: 1. during make, gcc reported that the definition for AF_INET was missing. since I knew it was located in socket.h I loc

Suspected bug in RXVT

2002-11-18 Thread Thomas Mellman
I think the following is a bug in RXVT: if you - click with the left mouse button somewhere, and then - use the scrollbar to go to some other region in the scroll buffer and - click with the right mouse button, you will select a region that apparently extends from - where you clicked the right mou

Re: compiling clicq, problems with c++

2002-11-18 Thread Gareth Pearce
> Hi, > > I was trying to compile clicq, an icq client for linux, for cygwin. > However I'm a little new to C++ although not to programming in > general. Here is what I got problems with: > > 1. during make, gcc reported that the definition for AF_INET was > missing. since I knew it was located in

Re: .rhosts on W2K w/o ntsec

2002-11-18 Thread Christian Mueller
>> The reason for this is obvious: I turned off ntsec, thus the >> .rhosts file is owned by whoever starts rshd (probably SYSTEM >> because I run it as a service). I'm running Cygwin on W2K/NTFS; >> my CYGWIN environment variable is "ntea nontsec". > Have you considered leaving ntsec on in the ser

Re: libxml2/libxslt binaries: libxml2 version mismatch in xsltproc

2002-11-18 Thread Yves Forkl
Robert Collins wrote: > > On Mon, 2002-11-18 at 08:17, Yves Forkl wrote: > > In various versions of the libxml2/libxslt binaries, the executable > > "xsltproc" distributed with the latest libxslt package was compiled > > against an older version of libxml2 than the latest release > > currently >d

Your message to Technotes awaits moderator approval

2002-11-18 Thread technotes-admin
Your mail to 'Technotes' with the subject LANGUAGE Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notification of the moderator

Re: sending mail with pine

2002-11-18 Thread Marcos Lorenzo
Eduardo Chappa <[EMAIL PROTECTED]> wrote [Nov 12 -0800] EC > *** Marcos Lorenzo ([EMAIL PROTECTED]) wrote today: EC > EC > :) I installed pine and I tried to send a test e-mail and I got pine EC > :) completely blocked. I believe pine wants some features that ssmtp EC > :) doesn't h

readlink is not recursive in cygwin (no -f option)

2002-11-18 Thread Marcos Lorenzo
I made some kind of patch to use ActivePerl within a cygwin console. The problem was that ActivePerl doesn't dupport posix paths so I made the following: 1) A readlink recursive that returns the real file: #!/bin/perl # script that does recursive readlink # exit with error status if no arg or a

Re: 3rd time lucky? Apache startup woes

2002-11-18 Thread Gary Stainburn
Hi Jason, On Friday 15 Nov 2002 8:29 pm, Jason Tishler wrote: > Gary, > > On Fri, Nov 15, 2002 at 03:40:07PM +, Gary Stainburn wrote: > > All I got out was one error line per DLL stating that it was being > > skipped because it was not rebasable. > > Are you running on Me? If so, then you can

Re: tar -X

2002-11-18 Thread georg74
hi there, tar [...] -X exclude.file worked fine untile some recent update. the problem is, it reads exclude.file, but seems to "ignore" it's contents. i have a backup script that worked for more than two years, but now exclusions do not work any more. currently i have "tar (GNU tar) 1.13.25" from

Re: cygwin release

2002-11-18 Thread David Starks-Browning
On Sunday 17 Nov 02, Igor Pechtchanski writes: > Thanks for the prompt response. I realized that he asked for a better > window, that's why I tried searching for both. > For the future, though, would sending a patch to winsup/doc/faq.texinfo > instead make your job easier, or harder? Patches are

ls problem

2002-11-18 Thread David Starks-Browning
On Monday 18 Nov 02, Carlo Florendo writes: > Hello, > > I've been using cygwin for 3 years now and last week, I downloaded the > latest cygwin from one of the mirrors and everything in well except for one > problem. I noticed that whenever I type 'ls -', the output gets delayed for > a few secon

Re: gcc 3.2 string link problem

2002-11-18 Thread Xavier Pianet
Hi there, See my post few weeks ago (29/10/2002) subject : conflicting types for `typedef struct mbstate_t`(was link troubles with wcslen) also the one from zhang le on 27/10/2002 missing wcsncmp,wcscpy,wcsncpy and more... or a search in the archives on wcslen no one on the list acknowledged

File autocomplete behaviour change in current Cygwin

2002-11-18 Thread Wu Yongwei
In 1.3.12-4, when I have a testprogram.c and testprogram.exe under the current directory and type ./test [TAB], the system will complete it to ./testprogram.exe, but in 1.3.15-2 only ./testprogram. appears. I noticed that in 1.3.15-2 ntsec is default to on but when I turn ntsec off it still does n

RE: 3rd time lucky? Apache startup woes

2002-11-18 Thread Ralf Habacker
Hi Jason, > > Yes, unfortunately I am running WinME, so I downloaded the attachment to the > above message. Unfortunately, the make fails as shown below. > Ups, sorry, there are symbolic link in the package, with files are not distributed. > Can anyone help me here, or point me to a binary distri

Re[2]: compiling clicq, problems with c++

2002-11-18 Thread Uwe Mayer
Hallo Gareth, Monday, November 18, 2002, 10:12:52 AM, you wrote: GP> if you look at the actual contents of those files - they include each other GP> the standard method of including socket.h is GP> #define ok, changed that. Thanks. GP> first point - a given line of output doesnt cause make to

Re: Re[2]: compiling clicq, problems with c++

2002-11-18 Thread Max Bowsher
Uwe Mayer <[EMAIL PROTECTED]> wrote: > make[2]: Entering directory `/tmp/clicq-0.1/src' > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../icqlib/icqlib-g -O2 -c > clicq.c clicq.c:16:18: term.h: No such file or directory ... > Where's the "Error" that make indicates? Right there at the beginning. Max.

Re: compiling clicq, problems with c++

2002-11-18 Thread egor duda
Hi! Monday, 18 November, 2002 Uwe Mayer [EMAIL PROTECTED] wrote: UM> ok, sorry. i wanted to keep the mail as short as possible, here's the UM> call to make: UM> merkosh@M111 /tmp/clicq-0.1 UM> $ make UM> make[2]: Entering directory `/tmp/clicq-0.1/src' UM> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../i

Re: /bin/shutdown on ME

2002-11-18 Thread Mark Blackburn
Igor Pechtchanski wrote: Quoting from the ExitWindowsEx page on MSDN: Windows 95/98/Me: ExitWindowEx does not work from a console application. (the typo is theirs) One solution I tried, consequently, is making shutdown into a window (WinMain) application, using the run program as a template. N

PHP is minimal

2002-11-18 Thread Jacques Cezanna
I was very happy the first time I saw the mod php in the setip list. Now, I want to create image. It seems there are no image functions included in the php we get with the cygwin setup. I get message error for each I try to use. Installing Xfree for cygwin gives all the needed libs to have image

Thread.start called but threads not available

2002-11-18 Thread Jacques Grelet
Hi, I have compiled a java source with gcj under cygwin on win2000: gcj -o serveur --main=serveur serveur.java The programme gave the following message about threads not available, but gcc seems to be compiled with threads enable. Why ? Thanks for help, [jgrelet]:/s/outils/sources/serveur> ./se

Re: 3rd time lucky? Apache startup woes

2002-11-18 Thread Gary Stainburn
On Monday 18 November 2002 1:49 pm, Ralf Habacker wrote: > Hi Jason, > > > Yes, unfortunately I am running WinME, so I downloaded the attachment to > > the above message. Unfortunately, the make fails as shown below. > > Ups, sorry, there are symbolic link in the package, with files are not > dist

Re: Hey hey, I now have the emacs 100% cpu usage bug too [CGF, this one is for you]

2002-11-18 Thread Ciprian Ciubotariu
Well... I got the same problem... but only when trying to useit with X11 (i.e. emacs --no-windows works inside the terminal, but emacs with $DISPLAY=localhost:0.0 or :0.0 locks on startup with 100% cpu usage). I got TERM=linux in console and TERM=xterm in X, but there seems to make no difference to

Re: compiling clicq, problems with c++

2002-11-18 Thread Christopher Faylor
>ok, sorry. i wanted to keep the mail as short as possible, here's the >call to make: http://cygwin.com/bugs.html cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Thread.start called but threads not available

2002-11-18 Thread Randall R Schulz
Jacques, I don't know how much of the Gnu Compiler for Java shares with the Gnu C and C++ compilers, but why do you assume that availability of threading in "gcc" implies that Java threads will be available via "gcj?" Moreover, why are you using "gcj" at all? Is there a reason the Sun J2SDK i

Re: Hey hey, I now have the emacs 100% cpu usage bug too [CGF, this one is for you]

2002-11-18 Thread Christopher Faylor
On Mon, Nov 18, 2002 at 06:45:05PM +0200, Ciprian Ciubotariu wrote: >I can also send you the full log if necessary. > >FYI, (and hoping I'll get back my beloved emacs :) Did you actually read all of the messages in this thread or just some of them? The problem has been identified and fixed and a

Re: cygwin-xemacs sometimes hangs in compile with latest cygwin

2002-11-18 Thread Josh Lubell
I was having exactly the same problem as Michael Lipp (http://cygwin.com/ml/cygwin/2002-09/msg00436.html). The problem went away when I replaced the current cygwin DLL with version 1.3.14-1. Regards, Josh Joshua Lubell, NIST 100 Bureau Drive, Stop 8263 Gaithersburg MD 20899-8263 USA 1-301-975-356

Re: [ANNOUNCEMENT] Updated Cygwin Package: python-2.2.2-1

2002-11-18 Thread Rolf Campbell
Title: Message I use the 'pyserial' package, and it stopped working after upgrading from python-2.2.1-1 to python-2.2.2-1.   Python gives this traceback: Traceback (most recent call last):  File "./upgrade.py", line 2, in ?    import serial, sys, os  File "/usr/lib/python2.2/site-packages/

RE: Wring winioctl.h used in compiling cygwin1.dll from CVS sources

2002-11-18 Thread Ronald Landheer
Nope - still on 3.2-2 will upgrade and try again thx! Ronald -Original Message- From: Max Bowsher [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 16, 2002 7:52 PM To: Ronald Landheer-Cieslak; [EMAIL PROTECTED] Subject: Re: Wring winioctl.h used in compiling cygwin1.dll from CVS source

RE: Wring winioctl.h used in compiling cygwin1.dll from CVS sources

2002-11-18 Thread Ronald Landheer-Cieslak
Nope - still on 3.2-2 will upgrade and try again thx! Ronald -Original Message- From: Max Bowsher [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 16, 2002 7:52 PM To: Ronald Landheer-Cieslak; [EMAIL PROTECTED] Subject: Re: Wring winioctl.h used in compiling cygwin1.dll from CVS source

Re: emacs lockup w/ TERM = linux (cygwin tty deadlock)

2002-11-18 Thread Joe Buehler
Christopher Faylor wrote: Btw, this appears to be some kind of deadlock in the pty code. Maybe Egor or Sergey or Steve O will want to investigate? If it's apropos, emacs is using the pty functions in libutil supplied by inetutils. Joe Buehler -- Unsubscribe info: http://cygwin.com/ml

Re: emacs lockup w/ TERM = linux (cygwin tty deadlock)

2002-11-18 Thread Christopher Faylor
On Mon, Nov 18, 2002 at 02:07:59PM -0500, Joe Buehler wrote: >Christopher Faylor wrote: > >>Btw, this appears to be some kind of deadlock in the pty code. >> >>Maybe Egor or Sergey or Steve O will want to investigate? > >If it's apropos, emacs is using the pty functions in libutil >supplied by inet

What is the W2K equivalent of "chgrp groupname file"?

2002-11-18 Thread Francis Litterio
I just upgraded to a Cygwin 1.3.15-2, and I'm using ntsec-style security with NTFS for the first time. This has me wondering about group ownership of files, specifically: What is the W2K equivalent of the command "chgrp groupname file"? Using Explorer, I can change the user that owns a file or d

Re: [ANNOUNCEMENT] Updated Cygwin Package: python-2.2.2-1

2002-11-18 Thread Jason Tishler
Rolf, On Mon, Nov 18, 2002 at 01:23:13PM -0500, Rolf Campbell wrote: > I tried going back to python-2.2.1-1, and everything started working > again. Really? I just tried the following: $ ./python Python 2.2.1 (#1, Jun 25 2002, 10:55:46) ^ * [GCC 2.95

Re: Postgresql installation problems.

2002-11-18 Thread Jason Tishler
Kurt, Note I do not have access to XP Home or Pro, so there is a limit to how much I can help. Any XP users successfully running PostgreSQL? If so, please post your experiences to the list. I'm especially interested in XP Home, since I assume that XP Pro will be the same as NT/2000. On Sat, No

RE: [ANNOUNCEMENT] Updated Cygwin Package: python-2.2.2-1

2002-11-18 Thread Rolf Campbell
Thanks Jason, The problem was actually a combination of some strange code in the pyserial package, and the termios.TIOCMGET attribute being added in python 2.2.2. Python 2.2.1 (#1, Jun 25 2002, 10:55:46) [GCC 2.95.3-5 (cygwin special)] on cygwin Type "help", "copyright", "credits" or "license" f

infinite loop in rm

2002-11-18 Thread William A. Hoffman
I saw some mention of this problem here: http://www.cygwin.com/ml/cygwin/2002-07/msg00147.html Is there a fix for this that works, or will be incorporated into a future version of cygwin? I looked in the FAQ and saw nothing about it. I have some nightly scripts that clean some directories, and

Re: Installing PostgreSQL on Windows using Cygwin

2002-11-18 Thread Jason Tishler
Chris, Sorry, but I feel the need to clarify some points for the archives... On Sun, Nov 17, 2002 at 01:42:45PM -0500, Chris Schneider wrote: > Cygwin performs the install for you, however it puts the executables > in the /bin dir To be more accurate, Cygwin PostgreSQL's prefix is /usr -- just l

Re: gcc (as.exe) install error

2002-11-18 Thread Danny Sauer
Doh. I didn't notice that the list doesn't set the "reply-to" header. :) --Danny Danny wrote regarding 'Re: gcc (as.exe) install error' on Sun, Nov 10 at 17:59: > Danny, > > The dialog regarding your problems with GCC and / or "as" (or whatever the > real problem ultimately turns out to be) sh

Re: gcc (as.exe) install error

2002-11-18 Thread Danny Sauer
Ok, so I found what appears to be my problem. I had installed cygwin to a network drive (samba running on a linux machine). Apperently, the installer expects to be able to create symlink-like files on the Win2K system that it was running on, and those don't work over the samba server. I ran the

Re: infinite loop in rm

2002-11-18 Thread Joe Buehler
William A. Hoffman wrote: I saw some mention of this problem here: http://www.cygwin.com/ml/cygwin/2002-07/msg00147.html Is there a fix for this that works, or will be incorporated into a future version of cygwin? I looked in the FAQ and saw nothing about it. I have some nightly scripts that

How do I stop newly-created files from being +x?

2002-11-18 Thread Francis Litterio
I'm using Cygwin 1.3.15-1 with ntsec on an NTFS filesystem. I have my umask set to "077", and when I create a new file from a Cygwin application, it's permissions are "rw-r--r--", which is what I expect. But if I create a new file from a non-Cygwin application (e.g., copy a file using Explorer),

Re: How do I stop newly-created files from being +x?

2002-11-18 Thread Max Bowsher
Francis Litterio <[EMAIL PROTECTED]> wrote: > I'm using Cygwin 1.3.15-1 with ntsec on an NTFS filesystem. I have my > umask set to "077", and when I create a new file from a Cygwin > application, it's permissions are "rw-r--r--", which is what I expect. > > But if I create a new file from a non-C

Re: What is the W2K equivalent of "chgrp groupname file"?

2002-11-18 Thread Max Bowsher
Francis Litterio <[EMAIL PROTECTED]> wrote: > I just upgraded to a Cygwin 1.3.15-2, and I'm using ntsec-style > security with NTFS for the first time. This has me wondering about > group ownership of files, specifically: > > What is the W2K equivalent of the command "chgrp groupname file"? > > Us

Re: gcc (as.exe) install error

2002-11-18 Thread Christopher Faylor
On Mon, Nov 18, 2002 at 03:46:54PM -0600, Danny Sauer wrote: >Ok, so I found what appears to be my problem. I had installed cygwin >to a network drive (samba running on a linux machine). Apperently, the >installer expects to be able to create symlink-like files on the Win2K >system that it was ru

Re: Postgresql installation problems.

2002-11-18 Thread Kurt Roeckx
On Mon, Nov 18, 2002 at 03:49:47PM -0500, Jason Tishler wrote: > > Any XP users successfully running PostgreSQL? If so, please post your > experiences to the list. I'm especially interested in XP Home, since I > assume that XP Pro will be the same as NT/2000. I'm using XP Pro. > On Sat, Nov 16

RE: dd command problem??

2002-11-18 Thread Rolf Campbell
This is in the User Guide: http://www.cygwin.com/cygwin-ug-net/using-specialnames.html 'a:', or 'a:/' is the name of the root directory of the floppy drive, it in not the name of the device. > -Original Message- > From: Bizhong Hu [mailto:[EMAIL PROTECTED]] > Sent: Sunday, November 17, 2

ramped CPU problem with fetchmail

2002-11-18 Thread Christian Weeks
Output from: fetchmail --version: This is fetchmail release 6.1.2+NTLM+SSL+NLS Fallback MDA: /usr/bin/procmail -d %T CYGWIN_NT-5.1 CWEEKS-LAP 1.3.15(0.63/3/2) 2002-11-07 13:57 i686 unknown Taking options from command line and /home/cpw/.fetchmailrc Logfile is /var/log/fetchmail.log Idfile is /home/

re: Problem with bison-1.75-1

2002-11-18 Thread Lightwood, Liron
I think I've found the cause and cure to the bison 1.75-1 bug in which C output is not generated. The new version of bison uses m4 to generate the output file (thanks to Paul Eggert for telling me this). However, when installing bison 1.75-1, I've found that the cygwin setup program does not cau

SPEWS blocked me

2002-11-18 Thread Wu Yongwei
Is SPEWS necessary? I see that the whole DSL IP range of our company's ISP is blocked. Terrible that each user needs to beg the mercy of SPEWS or individually send request to register their e-mail addresses safely to use in Cygwin. No intention to insult. Just feel there may be alternate ways t

Re: .rhosts on W2K w/o ntsec

2002-11-18 Thread Pierre A. Humblet
On Mon, Nov 18, 2002 at 10:50:43AM +0100, Christian Mueller wrote: > > Unless, of course, I turn ntsec off again as soon as ruserok() has > completed. The only way to do this would be in /etc/profile. Is this > safe, i.e. will Cygwin see the environment changing and turn off ntsec > for *all* s

Re: SPEWS blocked me

2002-11-18 Thread Christopher Faylor
On Tue, Nov 19, 2002 at 11:16:51AM +0800, Wu Yongwei wrote: >Is SPEWS necessary? I see that the whole DSL IP range of our company's >ISP is blocked. Terrible that each user needs to beg the mercy of SPEWS >or individually send request to register their e-mail addresses safely >to use in Cygwin.

Re: ramped CPU problem with fetchmail

2002-11-18 Thread Christopher Faylor
On Mon, Nov 18, 2002 at 09:32:47PM -0700, Christian Weeks wrote: >Output from: >fetchmail --version: >This is fetchmail release 6.1.2+NTLM+SSL+NLS >Fallback MDA: /usr/bin/procmail -d %T >CYGWIN_NT-5.1 CWEEKS-LAP 1.3.15(0.63/3/2) 2002-11-07 13:57 i686 unknown >Taking options from command line and /h

Re: Problem with bison-1.75-1

2002-11-18 Thread Christopher Faylor
On Tue, Nov 19, 2002 at 01:45:30PM +1100, Lightwood, Liron wrote: >I think I've found the cause and cure to the bison 1.75-1 bug in which C >output is not generated. > >The new version of bison uses m4 to generate the output file (thanks to >Paul Eggert for telling me this). However, when install

Re: ls problem

2002-11-18 Thread Carlo Florendo
Thanks for the info. I've read the FAQ and it mentioned something about the // notation on the PATH environment variable. I checked my PATH variable and there was no presence of the // notation. I then set the PATH to include only the usual bin directories but "ls -l" is still considerably slow.

Re: SPEWS blocked me

2002-11-18 Thread Wu Yongwei
OK, you might be right. Thanks that you at least provide a way to bypass the foolish "anti-spam" mechanism. The fact is that I hate the way SPEWS works. It thinks it is the crusade and refuses to remove individual IPs. The following is what I got from them: We are blocking 21

Re: PHP is minimal

2002-11-18 Thread Gerrit P. Haase
Hallo Jacques, > I try to recompile mysql under cygwin, but it's a pain (every intermediate > .exe in the makefile core dumps...) with gcc 3.x or gcc 2.95. > I will be happy if someone has a solution to get a php as delivered actually > + image functions. I can offer a precompiled MySQL includi

[ANNOUNCEMENT] Updated: binutils-20021117-1

2002-11-18 Thread Christopher Faylor
I've made a new version of binutils available for download. This is just a refresh from sources.redhat.com. A notable change is the addition of Egor Duda's --enable-runtime-pseudo-reloc option which allows almost transparent linking of dll's without the need of a def file. However, this option r

Re: ramped CPU problem with fetchmail

2002-11-18 Thread Christian Weeks
On Mon, Nov 18, 2002 at 09:32:47PM -0700, Christian Weeks wrote: [..stuff..] So why aren't you trying the solution that was proposed for the problem? This is, what?, the third time today that someone has posted saying that they've noticed the discussion while missing the fact that the problem is

GCC: what is wrong with function

2002-11-18 Thread CHAUVIERE Jean-Raymond
I got problem compiling some software and see that some of them core dumps when calling functions deefined in their code. Here is a very simple test program. It runs perfectly as we can expect under AIX. #include int p(char *s); int main(int argc, char *argv[]) { int ind = 0 ; i