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

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: [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, and

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 ...

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

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

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 implemented

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: 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

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

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: [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

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: 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

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:

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 this aspect

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

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

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

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

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 and linux,

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: [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

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] http://www.freewebz.com/hudathunkett/ [EMAIL PROTECTED] --

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

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: 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 point

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:

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:

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 (device)

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 with

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 same

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 cygwin

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 obvious.

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 decode your

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 it

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 Vince dot Hoffman at uk dot circle dot com To: cygwin at cygwin dot com Date: Fri, 20 Dec 2002 12:28:41 - Subject: RE: permission denied for NTFS network shares

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

RE: xhost configuration

2002-12-21 Thread Booker
-Original Message- From: Alexander Gottwald Subject: Re: xhost configuration Booker wrote: I have to always type xhost - so that I can get: access control enabled, only authorized clients can connect How is XWin started. Maybe with the -ac parameter? Or is xhost called

RE: xhost configuration

2002-12-21 Thread Alexander Gottwald
Booker wrote: I took at look at the docs http://xfree86.cygwin.com/docs/ug/configure-cygwin-xfree-options.html and there is no mention of the -ac parameter. The page does only describe the options that are specific to XWin. The default parameters are described in the Xserver manpage. Nor

[PATCH] pty_master echobuf

2002-12-21 Thread Steve O
Hi, Thank you Christopher for reviewing all these tty patches. Here's the next one. It introduces an echo buffer that doecho will eventually use. As nothing yet puts characters into the echo buffer, this patch should not have any noticeable effect. Thanks, -steve ChangeLog 2002-12-21 Steve