Re: Perl CPAN module help

2003-11-16 Thread Peter J. Acklam
"Gary Nielson" <[EMAIL PROTECTED]> wrote: > I am getting somewhere. I used setup and installed needed > executables such as gcc. Did a force install in cpan for LWP > modules and it seemed to be go great. All tests were successful > in make test. But when running make install I got the error: You

Re: dircmp for cygwin?

2003-11-16 Thread John Pye
I found the link below. It says that no, it's not a part of SuSE or BSD, and it's only legacy on UNIX. There is a 'dircmp' class in python that you could use, or else maybe you could come up with some magic using an rsync 'dry run'... http://www.webaugur.com/bibliotheca/standards/unix.html.php3

Re: dircmp for cygwin?

2003-11-16 Thread Yitzchak Scott-Thoennes
On Sun, Nov 16, 2003 at 08:23:26PM -0600, Bobby McNulty Junior <[EMAIL PROTECTED]> wrote: > Google it. You might find it, if it's there. > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of leo > Sent: Sunday, November 16, 2003 7:36 PM > To: [EMAIL PROTECTED] > Subject: dircmp for cy

RE: dircmp for cygwin?

2003-11-16 Thread Bobby McNulty Junior
Only one dircmp I find is in Perl. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bobby McNulty Junior Sent: Sunday, November 16, 2003 8:23 PM To: leo; [EMAIL PROTECTED] Subject: RE: dircmp for cygwin? Google it. You might find it, if it's there. -Or

Re: 1.5.5: sshd problem

2003-11-16 Thread John Pye
Thanks for the extra tips, Igor. Do any of these results look strange to you? Igor Pechtchanski wrote: That's the default mode Windows gives it. This should work, but somehow doesn't... Can sshd get to all the necessary files and directories? Look at the permissions on /etc and the files in i

RE: dircmp for cygwin?

2003-11-16 Thread Bobby McNulty Junior
Google it. You might find it, if it's there. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of leo Sent: Sunday, November 16, 2003 7:36 PM To: [EMAIL PROTECTED] Subject: dircmp for cygwin? hi there cygwin is great! it brings my windows pc closer to unix! ho

dircmp for cygwin?

2003-11-16 Thread leo
hi there cygwin is great! it brings my windows pc closer to unix! however i couldn't find dircmp in the collection of tools. is there a dircmp implementation for cygwin? thanks a lot, leo -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.c

Re: DDD Compilation Fails using GCC 3.3.1

2003-11-16 Thread dirk . goethals
Ihe same problem with ddd 3.3.8 and GCC 3.3.1. I was able to compile ddd with GCC 3.2.3, but when launching ddd I gat following problem: (btw ddd --help works fine) >> Warning: XmPrimitive ClassInitialize: XmeTraitSet failed Error: attempt to add non-widget child "DropSiteManager" to parent "ddd"

Re: No /bin directory (FAQ alert)

2003-11-16 Thread Christopher Faylor
On Sun, Nov 16, 2003 at 04:54:43PM -0500, Francois-Denis Gonthier wrote: >>Can we know the name of this program which required the Cygwin toolset? >>I think it's time that we started adding known offenders to the FAQ. > >Falch.Net Developers Studio for Palm (v 2.6 I think). There is a setup >optio

RE: No /bin directory

2003-11-16 Thread Francois-Denis Gonthier
> Can we know the name of this program which required the > Cygwin toolset? I > think it's time that we started adding known offenders to the FAQ. Falch.Net Developers Studio for Palm (v 2.6 I think). There is a setup option to install Cygwin or not. I did not pay attention at first install-.

RE: Exporting const variables from DLLs (GCC bug?)

2003-11-16 Thread Danny Smith
Jon Foster wrote: > Given this source code: > extern const int meaning_of_life __declspec(dllexport); > const int meaning_of_life __declspec(dllexport) = 42; > > > GCC complains: > $ c++ -g -O2 -c test.cxx -o test.o > test.cxx:2: error: external linkage required for symbol 'const int >mean

Re: setup.exe alternative?

2003-11-16 Thread Elliott Wilcoxon
I think he's asking for a installer that uses local stuff, without network downloading (e.g. a cygwin installer that runs and installs from a CD). Elliott Wilcoxon Robert Collins wrote: On Mon, 2003-11-17 at 07:48, Len Bright wrote: Hi, Is there an alternative to the setup.exe network install

Re: setup.exe alternative?

2003-11-16 Thread Max Bowsher
Len Bright wrote: > Hi, > Is there an alternative to the setup.exe network installation such as > a standalone program to install the cygwin core program(s)? No. If you explain what you are trying to do, you will probably get a more helpful answer. Max. -- Unsubscribe info: http://cygwin.

Re: setup.exe alternative?

2003-11-16 Thread Robert Collins
On Mon, 2003-11-17 at 07:48, Len Bright wrote: > Hi, > Is there an alternative to the setup.exe network installation such as a > standalone program to install the cygwin core program(s)? setup.exe is a standalone program. Whats your issue? Rob -- GPG key available at:

setup.exe alternative?

2003-11-16 Thread Len Bright
Hi, Is there an alternative to the setup.exe network installation such as a standalone program to install the cygwin core program(s)? Thanks, -Len -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: htt

Re: Perl CPAN module help

2003-11-16 Thread Brian Dessent
Gary Nielson wrote: > > Hi, > > I am getting somewhere. I used setup and installed needed executables such > as gcc. Did a force install in cpan for LWP modules and it seemed to be go > great. All tests were successful in make test. But when running make install > I got the error: > > "Cannot fo

RE: Perl CPAN module help

2003-11-16 Thread Gary Nielson
Hi, I am getting somewhere. I used setup and installed needed executables such as gcc. Did a force install in cpan for LWP modules and it seemed to be go great. All tests were successful in make test. But when running make install I got the error: "Cannot forceunlink /usr/bin/HEAD: No such file o

Exporting const variables from DLLs (GCC bug?)

2003-11-16 Thread Jon Foster
Hi, Given this source code: extern const int meaning_of_life __declspec(dllexport); const int meaning_of_life __declspec(dllexport) = 42; GCC complains: $ c++ -g -O2 -c test.cxx -o test.o test.cxx:2: error: external linkage required for symbol 'const int meaning_of_life' because of 'dllexport'

Re: No /bin directory

2003-11-16 Thread Christopher Faylor
On Sun, Nov 16, 2003 at 11:11:10AM -0500, Fran?ois-Denis Gonthier wrote: >Ach! I'm sorry, I've found the culprit of my problem. > >I recently installed a program which required the Cygwin toolset and I >mistakenly let the installer of that program install his own version of >Cygwin. The mount poin

setup 2.418 - comments

2003-11-16 Thread Hannu E K Nevalainen
1) Downloading the package list leaves text that doesn't get removed during the MD5 check phase. 2) Resizing of window - I LOVE IT! :-) WRT 2: Resizing during the following download reveals a minor graphics "bug"; look just *to the right* of the cygwin symbol { 'C-' in ascii graphics) while

RE: No /bin directory [Executable Attachment Stripped]

2003-11-16 Thread François-Denis Gonthier
Ach! I'm sorry, I've found the culprit of my problem. I recently installed a program which required the Cygwin toolset and I mistakenly let the installer of that program install his own version of Cygwin. The mount points in the registry got changed and everything that should have went in /bin wa

Cygwin-1.5.5 sscanf on floats: 20 times slower than 2 years ago

2003-11-16 Thread Wayne Hayes
Hello. Until recently I was running W2k with an ancient version of cygwin; I don't know what version it was, but if anybody cares I've put a copy of cygwin1.dll (dated 2001-May-20) at http://www.cs.toronto.edu/~wayne/tmp/cygwin1-old.dll.gz It worked fine on W2k for the past 2.5 years. I

RE: mount and ln commands

2003-11-16 Thread Hannu E K Nevalainen
> From: Erica Ramsey > Sent: Saturday, November 15, 2003 7:25 PM > I am having trouble mounting a linking to a directory. The mounted file > doesn't go to "/" as I specified in the mount command instead it goes to > /cygdrive/c/Documents\ and\ Settings/erica. What am I doing > wrong? This is > wha

OpenGL and cygwin

2003-11-16 Thread Suresh Venkatasubramanian
Hi all, I have been trying for the last few days to recreate some of the OpenGl problems that I have been asking the list about. Fortunately (or unfortunately, depending on one's perspective :)), I have been unable to get the errors reproduced in a standalone form, and in fact many of my OpenGL