Help : Problem regarding _yywrap

2003-11-18 Thread NITIN TAHILIANI
Hi Chu and Others, This is with reference to the query that you had posted regarding undefined reference to _yywrap(). You got one responce in which you were told to ac_link in configure file. I did the same thing. But still it gives same error. Just wish to know if you were finally ab

Re: mount and ln commands

2003-11-18 Thread Brian Dessent
Larry Hall wrote: > > At 01:43 PM 11/18/2003, [EMAIL PROTECTED] you wrote: > >I think you'll find the backslash-forwardslash thing is dependant on whether you > >are running a version of Windoze NT (2000, XP, etc) or Windoze 95 (98, Me, etc). > > I'm not sure what you're basing this statement on

RE: Need help with password-less ssh

2003-11-18 Thread Harig, Mark
> > [EMAIL PROTECTED] ~/.ssh > $ ssh-keygen -t rsa -f $HOME/.ssh/id_rsa > Generating public/private rsa key pair. > Enter passphrase (empty for no passphrase): > Enter same passphrase again: > Your identification has been saved in /home/jware/.ssh/id_rsa. > Your public key has been saved in /ho

RE: Diff for generic readme and generic-build script

2003-11-18 Thread Alan Miles
Igor, With this change I discovered a very subtle problem - the files listed will show two entries instead of one for the README: /usr/share/doc/Cygwin/%PKG%.README /usr/share/doc/Cygwin/%PKG%.README.tmp This is due to the way where I redirected the file to. There are two solutions: 1/ Put the

RE: Diff for generic readme and generic-build script

2003-11-18 Thread Alan Miles
Igor, Fixed the script patch as per your comment about -i. The `e [COMMAND]' is still valid, as replacing it with 'r -' did not work. Alan -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: November 18, 2003 13:02 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject

Re: Problem with Cygwin and GNU Octave operating simultaneously

2003-11-18 Thread Larry Hall
At 05:39 PM 11/18/2003, Tim Ashman you wrote: >I am experiencing trouble having both Cgywin and Gnu Octave 2.1.36 installed on my >Windows 2000 machine. > >Gnu Octave 2.1.36 is a package downloaded from sourceforge.net that incorporates >Octave, Gnuplot, and Cygwin, to the best of my knowledge. I

Re: missing aclocal-1.4, automake-1.4

2003-11-18 Thread Charles Wilson
Brian Ford wrote: It seems configure is looking for these in the path. Should there be links in /usr/bin/ for these like there is for the -1.7 versions? automake-1.4p5 (which is the current version of automake-stable) doesn't provide those links. automake-1.4p6 does -- stay tuned for an update.

Re: Perl CPAN module help

2003-11-18 Thread Yitzchak Scott-Thoennes
On Tue, Nov 18, 2003 at 04:29:18PM +0100, "Peter J. Acklam" <[EMAIL PROTECTED]> wrote: > "Gary Nielson" <[EMAIL PROTECTED]> wrote: > > > Thank you so much. If I wanted to start fresh with a new perl > > installation -- replacing the executables and all the modules -- > > how do you recommend I do

Apache with mod_perl trouble

2003-11-18 Thread Dmitry A. Pashko
Hi! Has somebody a positive experience of use of a Apache+mod_perl 1.3.28 or 1.3.29 with perl 5.8.2-1? All perfectly worked for me with perl 5.8.0. However after updating perl to version 5.8.2 the server has ceased to start. I rebuild a Apache, but have changed nothing it. In Event Log th

RE: nfs-server 2.2.47-2

2003-11-18 Thread Larry Hall
At 05:25 PM 11/18/2003, Robb, Sam you wrote: >> Latest cygwin, w2k, FAT, /etc/exports: > >Using nfs-server with a FAT filesystem is questionable. > >We've tried, and not been able to get it nfsd running >properly except on an NTFS filesystem with ntsec enabled. > >You might want to try enabling the

Problem with Cygwin and GNU Octave operating simultaneously

2003-11-18 Thread Tim Ashman
I am experiencing trouble having both Cgywin and Gnu Octave 2.1.36 installed on my Windows 2000 machine. Gnu Octave 2.1.36 is a package downloaded from sourceforge.net that incorporates Octave, Gnuplot, and Cygwin, to the best of my knowledge. I originally had it installed alone. Yesterday, I i

RE: nfs-server 2.2.47-2

2003-11-18 Thread Robb, Sam
> Latest cygwin, w2k, FAT, /etc/exports: Using nfs-server with a FAT filesystem is questionable. We've tried, and not been able to get it nfsd running properly except on an NTFS filesystem with ntsec enabled. You might want to try enabling the ntea option (CYGWIN=ntea), but I suggest you read th

Need help with password-less ssh

2003-11-18 Thread Ware, John
Hi, I am not able to successfully configure my systems to allow me to ssh to a remote system without being prompted for a password. I need this to use pcl-cvs in emacs. I have studied what I could find on this and other lists and have tried to follow the instructions. But, alas it no workee

RE: Perl CPAN module help

2003-11-18 Thread Gary Nielson
Whoa! That was impressive. Thank you so much for all your time. I appreciate it and hope I can help you and others in this group sometime. -Original Message- From: Peter J. Acklam [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 10:29 AM To: Gary Nielson Cc: Peter J. Acklam; [EMA

HELP!

2003-11-18 Thread Philip Kamara
Dear sir, I am Philip Kamara, the son of Late Director of Finance, Dr. Cisse Kamara Sierra Leone Diamond and Mining Corporation. I am contacting you from Ghana. On behalf of my widowed mother Mrs. Juliet Kamara, I wish to solicit your assistance in transferring the sum US$8.5miilion (Eight Mill

Fwd: RE: Building bison?

2003-11-18 Thread Ian Badcoe
Date: Tue, 18 Nov 2003 20:13:33 + To: Jörg Schaible <[EMAIL PROTECTED]> From: Ian Badcoe <[EMAIL PROTECTED]> Subject: RE: Building bison? At 08:38 18/11/2003 +0100, you wrote: Ian, please stay on the list for ongoing conversation ... Yeah, still here... Sorry! You meant put my replies on t

RE: mount and ln commands

2003-11-18 Thread Larry Hall
At 01:43 PM 11/18/2003, [EMAIL PROTECTED] you wrote: >I think you'll find the backslash-forwardslash thing is dependant on whether you are >running a version of Windoze NT (2000, XP, etc) or Windoze 95 (98, Me, etc). I'm not sure what you're basing this statement on but under the hood, the Wi

Re: Diff for generic readme and generic-build script

2003-11-18 Thread Igor Pechtchanski
On Mon, 17 Nov 2003, Alan Miles wrote: > [snip] > 7/ Note: the -i option to sed (quoting the man page for sed): > >-i[suffix], --in-place[=suffix] >edit files in place (makes backup if extension supplied) > >Extended sed command: > >`e [COMMAND]' > This command allows one

RE: Bug in gzip's stdout handling

2003-11-18 Thread Igor Pechtchanski
On Mon, 17 Nov 2003, Thomas Hammer wrote: > > -Original Message- > > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > > Sent: 14. november 2003 17:22 > > To: Thomas Hammer > > Cc: [EMAIL PROTECTED] > > Subject: RE: Bug in gzip's stdout handling > > > <...> > > Hi Igor, > > This turned o

RE: mount and ln commands

2003-11-18 Thread kevin.lawton
I think you'll find the backslash-forwardslash thing is dependant on whether you are running a version of Windoze NT (2000, XP, etc) or Windoze 95 (98, Me, etc). Historical note: The backslash-forwardslash thing was inherited from MS-DOS which inherited it from QDOS, which was itself a (dis)func

Re: latex crash

2003-11-18 Thread Igor Pechtchanski
On Mon, 17 Nov 2003, Larry Hall wrote: > At 02:20 PM 11/17/2003, chris jefferson you wrote: > >Hello! > > > >I've recently found that latex has begun crashing if I execute it from > >a windows xp (or 2000) cmd prompt. > > > >It happens by simply typing "latex" at a cmd prompt. I get (in a > >windo

Re: Problems with Make, VPATH and MS-DOS paths

2003-11-18 Thread Shankar Unni
Nate Bohlmann wrote: > How exactly does a command line tool help with VPATH'ing inside of Make? You use cygpath to generate names to pass to your broken compiler. (Yes, broken - Win32, and most tools running on it like VC++, are perfectly happy with "/" as path separators). I.e. instead of just

Re: mount and ln commands

2003-11-18 Thread Shankar Unni
Erica Ramsey wrote: > $ mount -tf "c:\PalmDev" /PalmDev Use C:\\PalmDev. Or better still, since Windows is really (trust me!) agnostic about this under the command shell skin, use "C:/PalmDev" (i.e. forward slashes). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

Re: Include Problem

2003-11-18 Thread Shankar Unni
Bill C. Riemers wrote: > Not necessarily. Not every application is designed to work across different > platforms. Fine. In that case, read answer #1: >> Cygwin != Linux. Your program is obviously doomed, since you intend it to run only on Linux. Remember, Cygwin isn't a linux kernel with linu

Re: nfs-server 2.2.47-2

2003-11-18 Thread Nerijus Baliunas
Brian Ford wrote: After selecting sunrpc manually and installing it, nfs-server-config installed all 3 services succesfully, but I cannot mount from neither Sun nor HP box, both give me for the first time: # mount -F nfs 172.31.1.38:/tmp /c nfs mount: mount: /c: No such file or directory Well, did

Re: nfs-server 2.2.47-2

2003-11-18 Thread Brian Ford
On Tue, 18 Nov 2003, Nerijus Baliunas wrote: > After selecting sunrpc manually and installing it, nfs-server-config > installed all 3 services succesfully, but I cannot mount from > neither Sun nor HP box, both give me for the first time: > > # mount -F nfs 172.31.1.38:/tmp /c > nfs mount: mount:

Re: Plus sign '+' in file permissions

2003-11-18 Thread Peter J. Acklam
"Derek Mahar" <[EMAIL PROTECTED]> wrote: > To what does the plus sign '+' refer at the end of the list of > file permissions in a Cygwin directory listing (for example, > -rw-rw-rw-+)? I'm unfamiliar with this permission since I've > never seen it in either Solaris or Linux directory listings. >

Re: nfs-server 2.2.47-2

2003-11-18 Thread Nerijus Baliunas
Robb, Sam wrote: it needs to be made dependable on sunrpc package, which provides portmap. > Nerijus, Please use the Cygwin mailing list for questions/comments - others may have problems similar to yours. OK, I'm cc'ing to it, but I am not subscribed. That said: the entry for nfs-server in

RE: nfs-server 2.2.47-2

2003-11-18 Thread Robb, Sam
> -Original Message- > From: Nerijus Baliunas [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 18, 2003 11:40 AM > To: Robb, Sam > Subject: Re: nfs-server 2.2.47-2 > > Robb, Sam wrote: > > > The nfs-server package is now available for experimentation. > > Hello, > > it needs to be ma

Re: Plus sign '+' in file permissions

2003-11-18 Thread Christopher Faylor
On Tue, Nov 18, 2003 at 11:07:11AM -0500, Derek Mahar wrote: >To what does the plus sign '+' refer at the end of the list of file >permissions in a Cygwin directory listing (for example, -rw-rw-rw-+)? >I'm unfamiliar with this permission since I've never seen it in either >Solaris or Linux director

Plus sign '+' in file permissions

2003-11-18 Thread Derek Mahar
To what does the plus sign '+' refer at the end of the list of file permissions in a Cygwin directory listing (for example, -rw-rw-rw-+)? I'm unfamiliar with this permission since I've never seen it in either Solaris or Linux directory listings. Using bash or Windows Explorer, how do I enable or d

Re: Perl CPAN module help

2003-11-18 Thread Peter J. Acklam
"Gary Nielson" <[EMAIL PROTECTED]> wrote: > Thank you so much. If I wanted to start fresh with a new perl > installation -- replacing the executables and all the modules -- > how do you recommend I do this under cygwin. - Run setup.exe and uninstall all versions of perl. - Manually remove th

Re: ftello loosing upper 32 bits via _lseek64

2003-11-18 Thread Brian Ford
On Tue, 18 Nov 2003, Corinna Vinschen wrote: > On Tue, Nov 18, 2003 at 08:59:57AM -0600, Brian Ford wrote: > > I know this doesn't belong on cygwin-patches anymore, but is > > cygwin-developers, or just plain cygwin more appropriate? > > This is a newlib problem with a newlib patch. I don't see a

Re: ftello loosing upper 32 bits via _lseek64

2003-11-18 Thread Corinna Vinschen
On Tue, Nov 18, 2003 at 08:59:57AM -0600, Brian Ford wrote: > I know this doesn't belong on cygwin-patches anymore, but is > cygwin-developers, or just plain cygwin more appropriate? This is a newlib problem with a newlib patch. I don't see a reason to bother a Cygwin list with it. Corinna --

ftello loosing upper 32 bits via _lseek64

2003-11-18 Thread Brian Ford
I know this doesn't belong on cygwin-patches anymore, but is cygwin-developers, or just plain cygwin more appropriate? On Mon, 17 Nov 2003, J. Johnston wrote: > Brian Ford wrote: > > On Mon, 17 Nov 2003, Brian Ford wrote: > >>On Mon, 17 Nov 2003, Corinna Vinschen wrote: > >>>On Mon, Nov 17, 2003

d --tree problem with "line draw" characters

2003-11-18 Thread Buchbinder, Barry (NIH/NIAID)
d -t in bash in a command shell gives string like "0xB", "0mqB", "0tqB", etc, instead of line draw characters or ASCII characters that can substitute for line draw characters (e.g., "|-\+"). for example /c/dw2> d -t -c- | head /c/DW2/: 0tqBNIAID/: 0xB 0mqBNIAID.batch 0tqBout/: 0xB 0tqB

Re: Problem installing sshd

2003-11-18 Thread friedrich_lehn
There WAS an old cygwin1.dll - thanks a lot! |-+-> | | Christopher Faylor| | | | | | Sent by: | | | [EMAIL PROTECTED]

RE: Problems with Make, VPATH and MS-DOS paths

2003-11-18 Thread Hannu E K Nevalainen
> From: Nate Bohlmann > Sent: Monday, November 17, 2003 8:53 PM > 11/17/03 12:31:23 PM, Hannu E K Nevalainen > <[EMAIL PROTECTED]> wrote: > > >> From: Nate Bohlmann > >> Sent: Monday, November 17, 2003 5:53 PM > > > >> Hi, > >> I'm having a problem getting MS-DOS paths to work properly with > >>

RE: Building bison?

2003-11-18 Thread Jörg Schaible
Ian, please stay on the list for ongoing conversation ... Ian Badcoe wrote on Monday, November 17, 2003 9:27 PM: > At 14:40 17/11/2003 +0100, you wrote: >> Ian Badcoe wrote on Monday, November 17, 2003 12:49 PM: >> [snip] >>> 1.875c behaves nicely to a ./configure and make but it then >>> c