RE: Running cygwin built programs in Windows XP

2002-12-21 Thread Pharas
Just stick cygwin1.dll in your windows\system32 folder. -Original Message- From: John Seeliger [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 6:41 PM To: [EMAIL PROTECTED] Subject: Running cygwin built programs in Windows XP How do I run a program that I built with gcc unde

RE: permission denied for NTFS network shares

2002-12-21 Thread Genady Veytsman
Does it mean that this problem have no solution? Sure somebody hit this wall before. Thanks Genady From: Vince Hoffman To: cygwin at cygwin dot com Date: Fri, 20 Dec 2002 12:28:41 - Subject: RE: permission denied for NTFS network shares Network access via rsh/ssh needs you to log in wi

Re: RSH: permission denied for NTFS network shares

2002-12-21 Thread Genady Veytsman
The share is not password protected. It is accessable to all domain users. About 'net use' issue you are right. It shows the share as unavailable. But after I run "net use \\mystifile\mixsig$" it changes to OK. This doesn't solve the problem though. Its still permission denied. I tried to check em

Re: what to use in g++ instead of GetOpt?

2002-12-21 Thread Randall R Schulz
Greetings, Earthling, At 20:59 2002-12-21, Ed wrote: Randall R Schulz <[EMAIL PROTECTED]> writes: > Hello there, Edward, if that is your real name. No, it's an alias. However, my real name is, coincidently, Ed. Got it. Plausible deniability. Or is it deniable plausibility? > Here's how i

Re: what to use in g++ instead of GetOpt?

2002-12-21 Thread Ed
Randall R Schulz <[EMAIL PROTECTED]> writes: > Hello there, Edward, if that is your real name. No, it's an alias. However, my real name is, coincidently, Ed. > > Here's how it is, Ed... > > Real Programmers (tm) code to the bare metal. They don't use no > stinkin' libraries. If you can't deco

Re: what to use in g++ instead of GetOpt?

2002-12-21 Thread Robert Collins
On Sun, 2002-12-22 at 13:51, Ed wrote: > Howdy all! > > In the old days of libg++ there was something called GetOpt to help > parse command line options. In these days of stdlibc++ it seems to be > gone. > > What are well-dressed C++ programmers using to parse their command > lines these days? I

Re: Exim: Format error in spool file

2002-12-21 Thread Frédéric L. W. Meunier
On Sat, 21 Dec 2002, Pierre A. Humblet wrote: > At 01:58 AM 12/22/2002 -0200, Frédéric L. W. Meunier wrote: > >> 2) Looking at the source code, this error message should include > >> the name of a file. Have you looked at that file? > >> Send it me as an attachment if you don't see anything obviou

exim-4.10-2 renamed EXIM-4~1 in reinstall with setup 2.249.2.5

2002-12-21 Thread Greg Matheson
> At 11:52 AM 12/22/2002 +0800, I wrote: > >I reinstalled exim on Win98 and I found it was renamed > >EXIM-4~1.EXE > >The linking of exim to exim-4.10-2.exe thus failed. > >USER@TEACHER ~ > >$ ls -al /bin/exim* > >-rwxr-xr-x1 USER unknown499712 Sep 14 10:06 /bin/EXIM-4~1.EXE > >lrwxr

Re: Exim: Format error in spool file

2002-12-21 Thread Pierre A. Humblet
At 01:58 AM 12/22/2002 -0200, Frédéric L. W. Meunier wrote: >> 2) Looking at the source code, this error message should include >> the name of a file. Have you looked at that file? >> Send it me as an attachment if you don't see anything obvious. > >Attached (very small files). It looks like your

Re: what to use in g++ instead of GetOpt?

2002-12-21 Thread Randall R Schulz
Hello there, Edward, if that is your real name. Here's how it is, Ed... Real Programmers (tm) code to the bare metal. They don't use no stinkin' libraries. If you can't decode your command line arguments without some "support library" (a concept closely related to "support hose"), the Guild of

Re: Exim: Format error in spool file

2002-12-21 Thread Frédéric L. W. Meunier
On Sat, 21 Dec 2002, Pierre A. Humblet wrote: > At 01:07 AM 12/22/2002 -0200, Frédéric L. W. Meunier wrote: > >I'm trying to run Exim, but with both 4.10 from Cygwin and the > >4.11 I compiled I get "Format error in spool file" in the log > >when I send an e-mail. Exim works fine on Linux with the

Re: Exim: Format error in spool file

2002-12-21 Thread Pierre A. Humblet
At 01:07 AM 12/22/2002 -0200, Frédéric L. W. Meunier wrote: >I'm trying to run Exim, but with both 4.10 from Cygwin and the >4.11 I compiled I get "Format error in spool file" in the log >when I send an e-mail. Exim works fine on Linux with the same >exim.conf, available at http://pervalidus.port5.

Exim: Format error in spool file

2002-12-21 Thread Frédéric L. W. Meunier
I'm trying to run Exim, but with both 4.10 from Cygwin and the 4.11 I compiled I get "Format error in spool file" in the log when I send an e-mail. Exim works fine on Linux with the same exim.conf, available at http://pervalidus.port5.com/exim.conf (I had to comment the first two lines starting wit

Re: Perl package File::Spec confused under cygwin

2002-12-21 Thread Michael A Chase
On Sat, 21 Dec 2002 17:36:58 -0800 "linda w (cyg)" <[EMAIL PROTECTED]> wrote: >> Note that Cygwin, like Unix, doesn't have a concept of >> volume. Everything except network paths (//host/dir) are >> based on a single root directory. > --- > But Unix does have a concept of a mount point

sshd and launching e.g. word.exe - no GUI screen shows up

2002-12-21 Thread Peter Valdemar Mørch
Hi, I log in fine, and get my prompt and everyting. sshd rocks! I'm trying to do e.g.: me@othermachine :> ssh winmachine word.sh some.doc And have the word GUI appear on the machine it is actually running. I'm aware, of course that X-forwarding wont work Here word.sh contains: /cygdrive/c/Pr

what to use in g++ instead of GetOpt?

2002-12-21 Thread Ed
Howdy all! In the old days of libg++ there was something called GetOpt to help parse command line options. In these days of stdlibc++ it seems to be gone. What are well-dressed C++ programmers using to parse their command lines these days? Thanks! Ed -- Unsubscribe info: http://cygwin.co

RE: Perl package File::Spec confused under cygwin

2002-12-21 Thread linda w \(cyg\)
> Note that Cygwin, like Unix, doesn't have a concept of > volume. Everything except network paths (//host/dir) are > based on a single root directory. --- But Unix does have a concept of a mount point (device) and path from the mount point. Conceivably, one could view the mount poi

Re: Running cygwin built programs in Windows XP

2002-12-21 Thread Randall R Schulz
John, Cygwin is a POSIX emulation environment for Windows. By default, the C / C++ compiler, linker and libraries all supply some portion or aspect of that emulation and the primary runtime component of the emulation is the Cygwin1.dll. If you want to create "Windows-native" applications using

Re: Running cygwin built programs in Windows XP

2002-12-21 Thread Igor Pechtchanski
On Sat, 21 Dec 2002, John Seeliger wrote: > How do I run a program that I built with gcc under Cygwin in Windows? When > I try to run them, it says it can't find cygwin1.dll. Make sure c:\cygwin\bin is in your PATH. Another alternative is to use the mingw runtime by giving gcc the -mno-cygwin o

Running cygwin built programs in Windows XP

2002-12-21 Thread John Seeliger
How do I run a program that I built with gcc under Cygwin in Windows? When I try to run them, it says it can't find cygwin1.dll. -- John Seeliger Limited but increasing content [EMAIL PROTECTED] [EMAIL PROTECTED] -- Uns

Re: [PATCH] exclude runtime-pseudo-reloc symbols from auto-export

2002-12-21 Thread Robert Collins
On Sun, 2002-12-22 at 04:55, Christopher Faylor wrote: > > Didn't you suggest that anything in a library residing in /usr/lib or > /usr/local/lib be excluded? That's not quite the same thing as what > I was musing about. I was talking about marking individual symbols. Ah, ok. oops. (goes and

Re: sshd: setgid() fails on second login

2002-12-21 Thread David Means
ROTFL! What can I say besides "open mouth, insert foot?" On Sat, 2002-12-21 at 12:07, Randall R Schulz wrote: David, Now I'm a big Linux proponent and only currently wed to Windows by a quirk of my personal employment history, but never did I realize that rebooting a Linux system would

Re: trying to complibe glib 2.0.7

2002-12-21 Thread tprinceusa
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 10:44 AM Subject: trying to complibe glib 2.0.7 > made some progress. > was complaining about unresolved libuser32 and libkernel32.\ > I found the libraries under /usr/lib/win32 and d

Re: poor performance -- is Cygwin to blame?..

2002-12-21 Thread tprinceusa
- Original Message - From: "Mikhail Teterin" <[EMAIL PROTECTED]> To: "Timothy C Prince" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 6:47 AM Subject: Re: poor performance -- is Cygwin to blame?.. > > In my experience with MPI programs, comparing cygwin an

RE: [PATCH] exclude runtime-pseudo-reloc symbols from auto-export

2002-12-21 Thread Ralf Habacker
>> > >What about putting such symbols in another named text section, so that > >ld would ignore them ? > > I don't see how you could do that since the symbol is associated with an > existing place in memory. We could put the whole function in a > different segment I had in mind something like thi

trying to complibe glib 2.0.7

2002-12-21 Thread kumarchi
made some progress. was complaining about unresolved libuser32 and libkernel32.\ I found the libraries under /usr/lib/win32 and did a symbolic link in /usr/lib Now it has come to the point of linking and now it complains /usr/lib/libcygwin.a(libcmain.o)(.text+0x7c): undefined reference to `_WinM

Re: sshd: setgid() fails on second login

2002-12-21 Thread Randall R Schulz
Does the meanness never end? Won't you _please_ think of the children?! At 09:57 2002-12-21, Christopher Faylor wrote: On Sat, Dec 21, 2002 at 09:07:48AM -0800, Randall R Schulz wrote: >David, > >Now I'm a big Linux proponent and only currently wed to Windows by a quirk >of my personal employ

Re: sshd: setgid() fails on second login

2002-12-21 Thread Christopher Faylor
On Sat, Dec 21, 2002 at 09:07:48AM -0800, Randall R Schulz wrote: >David, > >Now I'm a big Linux proponent and only currently wed to Windows by a quirk >of my personal employment history, but never did I realize that rebooting a >Linux system would fix a broken disk. > >Those Linux kernel program

Re: [PATCH] exclude runtime-pseudo-reloc symbols from auto-export

2002-12-21 Thread Christopher Faylor
On Sat, Dec 21, 2002 at 06:48:09PM +1100, Robert Collins wrote: >On Sat, 2002-12-21 at 15:39, Christopher Faylor wrote: > >> Maybe the horse has left the barn already but it would have been nice >> (tm) if these type of symbols were marked in some generic way so that >> we wouldn't have to keep rem

Re: tcsh not useable out of the box

2002-12-21 Thread Jonas Moberg
> bash being the default shell, tcsh's configuration files have, > apparently, bit-rotted. When started directly -- instead of from > bash -- a bunch of utilities (from /usr/bin) are not found. I might have missed something in the thread but to me this seems to be an issue with where the path is s

Re: [PATCH] exclude runtime-pseudo-reloc symbols from auto-export

2002-12-21 Thread Christopher Faylor
On Sat, Dec 21, 2002 at 02:10:18PM +0100, Ralf Habacker wrote: >>>Maybe the horse has left the barn already but it would have been nice >>>(tm) if these type of symbols were marked in some generic way so that >>>we wouldn't have to keep remembering to extend this table. >> >>I recall commenting on

trying to compile glib

2002-12-21 Thread kumarchi
hello: I am trying to compile glib on cygwin. I did ./configure and came upto make install. It quit about half through complaining about missing function mostly _g* type. Since glib is a pretty low level, I was puzzled why it failed. Anybody has ideas? thanx -- Unsubscribe info: http://

Re: sshd: setgid() fails on second login

2002-12-21 Thread Randall R Schulz
David, Now I'm a big Linux proponent and only currently wed to Windows by a quirk of my personal employment history, but never did I realize that rebooting a Linux system would fix a broken disk. Those Linux kernel programmers really _are_ miracle workers, aren't they? Wow! Randall Schulz A

Re: Reinstall - oops..

2002-12-21 Thread Christopher Faylor
On Sat, Dec 21, 2002 at 09:57:16AM -0500, Terry wrote: >Well, Im not sure whats going on. Installing the libiconv2 package worked >for that error, but why is it looking for it?? I never installed that one >in the first place. You never installed what in the first place? If you go to the package

Re: [PATCH] exclude runtime-pseudo-reloc symbols from auto-export

2002-12-21 Thread Charles Wilson
Robert Collins wrote: On Sat, 2002-12-21 at 15:39, Christopher Faylor wrote: Maybe the horse has left the barn already but it would have been nice (tm) if these type of symbols were marked in some generic way so that we wouldn't have to keep remembering to extend this table. I recall comment

Re: Infinite loop in rxvt with recent cygwin

2002-12-21 Thread Pierre A. Humblet
On Fri, Dec 20, 2002 at 11:41:22PM -0500, Christopher Faylor wrote: > I've checked in a fix and am generating a new snapshot now. > Thanks Chris, cygwin from cvs works fine on WinME. FYI, I have had another outstanding problem for a long time. Unfortunately it is a lot less specific and I have no

RE: Mysterious FTP failure - more info

2002-12-21 Thread Brian . Kelly
I did a further test to verify the existence of the problem. I did the following from a locally invoked bash shell [ for security - I "starred" out the hostname ]. I transferred the file via ftp from the local box TO the local box into a sub-directory. The same behavior exists if the file is tra

RE: Mysterious FTP failure

2002-12-21 Thread Brian . Kelly
After a bit of investigation - I've narrowed down some of the parameters of the problem. First of all the problem appears to exist only on NT4.0 - not W2K. Second, it only exists if one first telnets to the NT4.0 box and THEN invokes ftp and sends a file. If I use ftp from a LOCAL bash shell, the f

Re: Reinstall - oops..

2002-12-21 Thread Terry
Well, Im not sure whats going on. Installing the libiconv2 package worked for that error, but why is it looking for it?? I never installed that one in the first place. Below is the bash -x -l output and the >ERR_MSG< is where the error occured ---

Re: poor performance -- is Cygwin to blame?..

2002-12-21 Thread Mikhail Teterin
> In my experience with MPI programs, comparing cygwin and linux, > message passing takes longer under cygwin, but the time may be made up > elsewhere, if the compilation is truly similar. > > You mention that considerable time is spent in log(), pow(), exp() > but leave us guessing how you impleme

Re: sshd: setgid() fails on second login

2002-12-21 Thread David Means
Hum... I should have known.  A reboot fixed the problem.  I suppose that what I get for being a Unix geek: you don't _have_ to reboot a unix system to fix broken stuff. (unless it's really broken, like disks, etc, etc). On Wed, 2002-12-18 at 13:50, [EMAIL PROTECTED] wrote: I've recently inst

Re: Re: problem with sshd with keyfiles only and windows xp

2002-12-21 Thread Hans Sturm
thank you, with the recent snapshot everything works fine again. even the hostname issue is fixed... Hans On Sat, Dec 21, 2002 at 12:52:39AM +0100, Hans Sturm wrote: > i installed sshd with host-config as service under SYSTEM a

Re: Request for bashhere.inf

2002-12-21 Thread Bruce Eckel
I tested this one on Windows XP and Windows 2000 and it worked very nicely on both. Any chance of sticking the instructions below somewhere in the standard cygwin distribution? *** REPLY SEPARATOR *** On 12/21/2002 at 12:01 AM Marino Duregon wrote: >try this one ... http://sourc

RE: [PATCH] exclude runtime-pseudo-reloc symbols from auto-export

2002-12-21 Thread Ralf Habacker
> > Maybe the horse has left the barn already but it would have been nice > > (tm) if these type of symbols were marked in some generic way so that > > we wouldn't have to keep remembering to extend this table. > > I recall commenting on this aspect in a recent binutils thread in the > cygwin lists

Re: Request for bashhere.inf

2002-12-21 Thread Bruce Eckel
This one produced the error file attached with Windows XP. *** REPLY SEPARATOR *** On 12/21/2002 at 12:12 AM Marino Duregon wrote: >or this http://www.users.qwest.net/~weissj/Cygwin/CygwinAddons.html > >cheers > >Marino >- Original Message - >From: "Bruce Eckel" <[EMAIL

Re: How to link the following library under Cygwin?

2002-12-21 Thread Andrew Markebo
/ Elfyn McBratney <[EMAIL PROTECTED]> wrote: | Try this: > | $ gcc -o test -L. libmetis.a initialize.c > | You need to include the static archive into your image. I'm pretty sure the -l{} |only applies to shared libraries. Just a short note, more that putting the lib at the end, -lmetis is not