port of "crack"?

2001-12-12 Thread Scott Evans
Has anyone ported Crack to cygwin? -- scott evans www.antisleep.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: php-4.1.0 on Cygwin

2001-12-12 Thread Ryan T. Sammartino
Just thought people on the list might like to know that configuring php with --disable-xml, one can build apache + php and get it all to play nice with postgresql under Cygwin. (Apache 1.3.22 doesn't quite build cleanly under Cygwin, and I'm working on a patch for that, but it isn't too tough t

Re: Cygwin Mail List Server Ports for NT

2001-12-12 Thread Gerrit P. Haase
Hallo Joshua, Am 2001-12-13 um 00:18 schriebst du: > Has anyone thought of or done any porting work for any mail list servers > to cygwin (something like majordomo or ezmlm)? I found one ancient post in > the archives from 1997 asking about a majordomo port, but not any replies. I built ma

Re: GCC problems

2001-12-12 Thread Tim Prince
Does the current cygwin installation allow you to forget to install binutils etc? It needs some kind of dependency list. Most packages which give you a message like that store an indication of what they attempted to do, e.g. in config.log. That would tell you what command it tried to execute an

Installation of OpenSSH somewhat broken?

2001-12-12 Thread Geoff Soutter
Hi there, I'm having a problem setting up some client machines with a recent (earlier this week) version of cygwin SSH and CVS to connect to a cygwin CVS server. I've chosen just the CVS and OpenSSH packages from the graphical setup.exe, and after the install completes I start bash and try and r

how to link CYGWIN cout dll instead WIN32 cout dll using MSVC

2001-12-12 Thread TC Shen
Hello: I am not sure whether this is possible or not. I just need to tell MSVC to link with CYGWIN dll (with iostream) instead of the one came with MSVC. Can I do this? How? thank you tcs -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cy

source code link to xc-4-src - Cygwin/Xfree is broken

2001-12-12 Thread Art
Hi! This link is broken on your Cygwin/Xfree web page: href="ftp://mirrors.rcn.net/pub/sourceware/cygwin/xfree/xc-4-src";>source code. Is the source code available otherwise? I'll look in the mailing list and email it if I don't find an answer there. Thanks & Regards, Art -- Unsubscribe in

msman - view MSDN docs as man pages

2001-12-12 Thread Nick Duffek
Hi, I've released msman 0.2, a free Perl script that downloads MSDN web pages, converts them to local UNIX-style man pages, and optionally displays them. Sample usage: "msman CreateFile" displays documentation for the Win32 CreateFile() function, downloading and converting it first if needed. I

Re: help needed in fixing C programming error using cygwin !

2001-12-12 Thread Eric M. Monsler
Don't use strings for binary data. Use an explicit character array, keeping track of the length yourself. When you send it to a device, you'll have to use read/write rather than string operations. It does seem convenient to use string functions, but you'll never get around the magic nature of

SIGINT isnt acting like CTRL+C

2001-12-12 Thread moo cow
raise(SIGINT) is not killing fork()ed child processes (not detached) i do not trap SIGINT at all.. at most i handle SIGCHLD like below (unrelated code removed) int sig_child(int moof){ pid_t pid; int stat; pid = wait(&stat); return; } an i on crack or is this a cygwin bug..

Re: help needed in fixing C programming error using cygwin !

2001-12-12 Thread Jerrold Heyman
While not directly related to cygwin, the problem is as follows: you are attempting to print an value of zero into the string - unfortunately, ASCII 0 == NULL, which is a character string termination character. You wind up with possibly two NULL bytes at the end of your string. You'll need to us

help needed in fixing C programming error using cygwin !

2001-12-12 Thread Rahul
Hi, I am sorry for this little email, I failed to find any help anywhere else so I am sending it to you guyz. I am calculating LRC character and appending it at end of a string. It works fine, except when the character is null. i.e.. when (int)lrc = 0 This string is to be send to a modem port a

Do you have Bad Credit? Get a New Credit File Legally!

2001-12-12 Thread ABR CONSULTING
--- *THIS IS NOT SPAM* This message is sent in compliance of the new e-mail bill: SECTION 301. Per Section 301, Paragraph (a)(2)(C) of S. 1618. To be REMOVED from this opt in and Safe email list, please send an email to the E

Cygwin Mail List Server Ports for NT

2001-12-12 Thread Joshua
Has anyone thought of or done any porting work for any mail list servers to cygwin (something like majordomo or ezmlm)? I found one ancient post in the archives from 1997 asking about a majordomo port, but not any replies. The general opinion appears to be that majordomo is a bear to configur

RE: gcc -mno-cygwin creates cygwin executables!

2001-12-12 Thread Teun Burgers
David wrote: > I must say I'm baffled by this whole thread (NPI) > Why are you using such a lame program. If you look at a configure script, you will find that autoconf uses these "lame programs" to check for libraries. > Just add > #include > to zz.c and everything should work as intended, n

RE: gcc -mno-cygwin creates cygwin executables!

2001-12-12 Thread Robinow, David
I must say I'm baffled by this whole thread (NPI) Why are you using such a lame program. Just add #include to zz.c and everything should work as intended, no? If you don't do that it seems you get what you deserve. Am I missing something? -Original Message- From: Teun Burgers [mailt

Re: gcc -mno-cygwin creates cygwin executables!

2001-12-12 Thread Robert Collins
- Original Message - From: "Teun Burgers" <[EMAIL PROTECTED]> > 1) How about making libpthread.a a dummy library with just one .o file >with a dummy (empty) function? This does fix this particular >configure problem, but might have side effects since the pthread > symbols >are

RE: gcc -mno-cygwin creates cygwin executables!

2001-12-12 Thread Steve Jorgensen
On Wednesday, December 12, 2001 1:10 PM, Christopher Faylor [SMTP:[EMAIL PROTECTED]] wrote: > On Wed, Dec 12, 2001 at 09:55:25PM +0100, Teun Burgers wrote: > >egor duda wrote: > > > >> you're fixing specific symptoms instead of the problem itself. this > >> had been discussed already and the gen

Re: teTeX - fmt-Files not created

2001-12-12 Thread Jerome BENOIT
Bonjour: A few times ago a similar problem was reportd for a recent of windows: On which version of window do yo run Cygwin ? Please note taht a new build (with some fixes) is under preparation ? Thanks, Jerome BENOIT [EMAIL PROTECTED] wrote: > > Hi, > > I'm new to teTeX on cygwin. > > I f

Re: gcc -mno-cygwin creates cygwin executables!

2001-12-12 Thread Christopher Faylor
On Wed, Dec 12, 2001 at 09:55:25PM +0100, Teun Burgers wrote: >egor duda wrote: > >> you're fixing specific symptoms instead of the problem itself. this >> had been discussed already and the general consensus (at least as i >> understand it) is the following: -mno-cygwin is a _hack_. it's >> suppo

Re: gcc -mno-cygwin creates cygwin executables!

2001-12-12 Thread Teun Burgers
egor duda wrote: > you're fixing specific symptoms instead of the problem itself. this > had been discussed already and the general consensus (at least as i > understand it) is the following: -mno-cygwin is a _hack_. it's > supposed to be used only when absolutely necessary and when you > absolut

Re: compile perl- percentage of tests expected to pass- 96% okay

2001-12-12 Thread Peter Buckley
Thanks Gerrit, it worked much better! Gerrit P. Haase wrote: > Hallo Peter, > > Am 2001-12-11 um 22:35 schriebst du: > > >>I compiled perl and when I do "make test" I only get 96% okay- >>Searching the MLA I see that some people have gotten 99+% okay- is there >>something special I need to d

[ANNOUNCEMENT] Updated: cURL-7.9.2-1

2001-12-12 Thread Kevin Roth
I've updated the version of cURL in cygwin/contrib to 7.9.2-1. As with the previous version, curl has a run-time dependancy on openssl-0.9.6b-2 or later (as this was the first release to include DLLs). Since I can't "require" a specific build of openssl, make sure you've upgraded to this ver

Re: gcc -mno-cygwin creates cygwin executables!

2001-12-12 Thread egor duda
Hi! Wednesday, 12 December, 2001 Teun Burgers [EMAIL PROTECTED] wrote: TB> To sum up this thread: TB> consider the following program: TB> main () { TB> pthread_create(); TB> } TB> gcc -mno-cygwin -o zz.exe zz.c -lpthread will compile and build. TB> A cygcheck on zz.exe reveals that lib

Re: gcc -mno-cygwin creates cygwin executables!

2001-12-12 Thread Teun Burgers
To sum up this thread: consider the following program: main () { pthread_create(); } gcc -mno-cygwin -o zz.exe zz.c -lpthread will compile and build. A cygcheck on zz.exe reveals that libcygwin.a is linked in. The problem with this is that a configure script with CC='gcc -mno-cygwin' wi

Re: cron doesn't run (was: Re: login and ssh: can't authenticate)

2001-12-12 Thread Ryan T. Sammartino
Yay! You might want to add this to the cron.README documentation: my mkpasswd ... > /etc/passwd created some password entries thus: blah:unused:blah:blah:LastName, FirstName,U-blah,S-blah LastName, FirstName is *no good*. I changed all LastName, FirstName to FirstName LastName and cron is

Re: Cron jobs won't run with network drive

2001-12-12 Thread Peter Buckley
You might find something in the mailing list archives if you had an idea about where to start. I found this tidbit because I already know what the problem is- I searched for "cron system site:cygwin.com" at google.com (this is also in the first five lines of the /usr/doc/Cygwin/cron.README):

GCC problems

2001-12-12 Thread gahan
checking whether the C compiler (gcc ) works... error [cut] I have already installed gcc, make... What i need to do? Gahan. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html F

Re: Cron jobs won't run with network drive

2001-12-12 Thread Corinna Vinschen
On Wed, Dec 12, 2001 at 10:06:09AM -0800, Lamar Seifuddin wrote: > Hello All, > > I researched this post and followed the instructions > below: > > I can create cronjobs on the local drive > > but, I can't seem to do anything with cronjobs which > involve accessing the network drives. > > Anyo

Cron jobs won't run with network drive

2001-12-12 Thread Lamar Seifuddin
Hello All, I researched this post and followed the instructions below: I can create cronjobs on the local drive but, I can't seem to do anything with cronjobs which involve accessing the network drives. Anyone have an idea of what I'm missing? Appreciate any help in this matter. thank you,

[ANNOUNCEMENT] Updated: automake-1.5b-1

2001-12-12 Thread Charles Wilson
The automake package has been updated from version 1.5a-1 to version 1.5b-1. Recall that this package is not the REAL automake. It's a set of wrapper scripts that call the REAL automake from automake-stable or automake-devel, depending on the needs of your target. This update fixes a mistake in

[ANNOUNCEMENT] Updated: autoconf-2.52a-1

2001-12-12 Thread Charles Wilson
The autoconf package has been updated from version 2.52-5 to version 2.52a-1. Recall that this package is not the REAL autoconf. It's a set of wrapper scripts that call the REAL autoconf from autoconf-stable or autoconf-devel, depending on the needs of your target. This update fixes a mistake in

SIMD coding on PIII! How?

2001-12-12 Thread Piyush Kumar
Can anyone give me a pointer to how I could use SIMD instructions directly from gcc to do vector arithmetic on my PIII? Thanks, --Piyush -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.co

Re: Installation problems

2001-12-12 Thread Jason Tishler
On Wed, Dec 12, 2001 at 03:57:23PM +0530, SHAJI K K wrote: > I installed the postgresql 7.1.3 using the cygwin setup program. ^ > The setup.exe version is 2.125.2.10. > When i tried to run "initidb" to create the database i got the following > error > > "The i

Re: gcc -mno-cygwin fail -- undefined reference to `_impure_ptr'

2001-12-12 Thread egor duda
Hi! Wednesday, 12 December, 2001 Jari Aalto+mail.emacs [EMAIL PROTECTED] wrote: JAme> Does anyone know why following code fails? Do I need some JAme> other libraries or gcc compile options? This is latest JAme> Cygwin / W2k Pro / srv.p. 2 JAme> --

gcc -mno-cygwin fail -- undefined reference to `_impure_ptr'

2001-12-12 Thread Jari Aalto+mail.emacs
[Keep CC thank you] Does anyone know why following code fails? Do I need some other libraries or gcc compile options? This is latest Cygwin / W2k Pro / srv.p. 2 Jari --- //root@W2KPICASSO /usr/src/

Re: CYGWIN and rlogin - non inheritance of variable CYGWIN

2001-12-12 Thread Corinna Vinschen
On Wed, Dec 12, 2001 at 11:29:21AM +, arnaud GAND wrote: > Hi > > I use inetd with CYGWIN on NT4 station. > I configured inetd proprely (variable CYGWIN put to "binmode ntsec > notty" and registry key as explained in the doc with same value). > > I need "notty" use of CYGWIN to run some NT

Re: rebase utility (was Re: dll_list::load_after_fork() blues ...)

2001-12-12 Thread Jason Tishler
On Wed, Dec 12, 2001 at 08:07:59AM -0500, Jason Tishler wrote: > On Fri, Dec 07, 2001 at 08:02:22PM -0500, Christopher Faylor wrote: > > A rebase utility for cygwin would be pretty nice, I think. > > Attached is the beginning of a rebase utility. It is modeled after the > MS one: > > [snip] Oo

Re: dll_list::load_after_fork() blues (was Re: [ python-Bugs-489709 ] Building Fails ...)

2001-12-12 Thread Jason Tishler
On Mon, Dec 10, 2001 at 11:52:08AM -0500, Norman Vine wrote: > Michael Hudson writes: > >FWIW, and I don't know how much that is, all tests pass if I link _socket > >statically. Oh, and this is building without threads, it seems. I'll do > >a new build with threads and see if anything changes, b

Re: make install fail with gcc 3.0.2

2001-12-12 Thread Tim Prince
- Original Message - From: "Dennis Weber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 4:25 AM Subject: make install fail with gcc 3.0.2 > Hi > > I am trying to get the 3.0.2 version of gcc to run in the Cygwin 1.3.5 > environment on Win 2k > pro. ./con

Re: UNIX Sockets - Broadcast address

2001-12-12 Thread Corinna Vinschen
On Wed, Dec 12, 2001 at 02:36:10AM +, Kay M wrote: > OK I didnt mean connecting in the socket API sense.erm but when bind > takes place an error is given. I specified 127.255.255.255 and even > INADDR_BROADCAST..still same error. > > Even tried some demo files from socket book. # >

Re: rebase utility (was Re: dll_list::load_after_fork() blues ...)

2001-12-12 Thread Robert Collins
- Original Message - From: "Jason Tishler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 12:07 AM Subject: rebase utility (was Re: dll_list::load_after_fork() blues ...) > Chris, > > On Fri, Dec 07, 2001 at 08:02:22PM -0500, Christopher Faylor wrote: > > A

rebase utility (was Re: dll_list::load_after_fork() blues ...)

2001-12-12 Thread Jason Tishler
Chris, On Fri, Dec 07, 2001 at 08:02:22PM -0500, Christopher Faylor wrote: > A rebase utility for cygwin would be pretty nice, I think. Attached is the beginning of a rebase utility. It is modeled after the MS one: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tools/per

Re: gcc 3.0.2 make install failure

2001-12-12 Thread Collin Grady
Uh, next time, wait more then a minute to send another email. -Collin Grady You can't have everything, where would you put it? - Original Message - From: "Dennis Weber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 4:28 AM Subject: gcc 3.0.2 mak

gcc 3.0.2 make install failure

2001-12-12 Thread Dennis Weber
Hi I am trying to get the 3.0.2 version of gcc to run in the Cygwin 1.3.5 environment on Win 2k pro. ./configure and make seem to do what they're supposed to do, but make install fails to copy the headers and libs to the right dirs... Maybe that's not all that's wrong but at least that's what I n

make install fail with gcc 3.0.2

2001-12-12 Thread Dennis Weber
Hi I am trying to get the 3.0.2 version of gcc to run in the Cygwin 1.3.5 environment on Win 2k pro. ./configure and make seem to do what they're supposed to do, but make install fails to copy the headers and libs to the right dirs... Maybe that's not all that's wrong but at least that's what I n

Re: gcc -mno-cygwin creates cygwin executables!

2001-12-12 Thread Robert Collins
- Original Message - From: "a.rburgers" <[EMAIL PROTECTED]> > > If you want a mingw pthread library see the pthread-win32 project. > > I don't want to force the user to install pthread-win32. > I want this configure script (for fltk btw) to detect correctly whether > threads > are availabl

teTeX - fmt-Files not created

2001-12-12 Thread rabe42
Hi, I'm new to teTeX on cygwin. I follow the instruction in /usr/doc/Cygwin/tetex-beta-20001218.README deinstall and reinstall the teTeX-beta distribution, like explaint in the mail archive. Delete the ls-R - file and execute texconfig confall texconfig rehash texconfig init with no error

Installation problems

2001-12-12 Thread SHAJI K K
Hi I installed the postgresql 7.1.3 using the cygwin setup program. The setup.exe version is 2.125.2.10. When i tried to run "initidb" to create the database i got the following error "The input file '/usr/share/postgresql/template1.bki' needed by does not belong to PostgreSQL 7.1.2. Check yo

CYGWIN and rlogin - non inheritance of variable CYGWIN

2001-12-12 Thread arnaud GAND
Hi I use inetd with CYGWIN on NT4 station. I configured inetd proprely (variable CYGWIN put to "binmode ntsec notty" and registry key as explained in the doc with same value). I need "notty" use of CYGWIN to run some NT programs. with system variable CYGWIN put to "binmode ntsec notty" i get t

Report to Recipient(s)

2001-12-12 Thread LONHUBMAIL002 . BNPPARIBAS
Incident Information:- Originator:[EMAIL PROTECTED] Recipients:[EMAIL PROTECTED], Philippe_L'[EMAIL PROTECTED] Subject: Re: WARNING: The file Card.DOC.pif you received was infected with the W32/BadTrans@MM virus. The file attachment was not successfully cleaned. This message and an

Re: Installed Cygwin, no 'cc'?

2001-12-12 Thread Collin Grady
You'll also notice by a quick search of the ML that this has been mentioned in past emails, and a fix is being incorporated into setup, IIRC ;-) -Collin Grady Seen it all, done it all, can't remember most of it. - Original Message - From: "Gene C. Ruzicka" <[EMAIL PROTECTED]> T

Re: Installed Cygwin, no 'cc'?

2001-12-12 Thread Gene C. Ruzicka
- Original Message - From: "Collin Grady" <[EMAIL PROTECTED]> To: "John Russell" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 11, 2001 9:19 PM Subject: Re: Installed Cygwin, no 'cc'? > The trick is to go through one by one and select them all ;-) > -Collin