compile and dynamic linking in one commandline

2003-10-09 Thread Joost Kraaijeveld
Hi all, Is it possible to compile and link a source file with a dll to an executable in one step? At this moment I use 2 steps: g++ -c -I"../include" -o"../../Objects/Main.o" Main.cpp g++ -o"../../Target/Main.exe ../../Objects/Main.o ../../Target/libObject.dll Joost Kraaijeveld Askesis B.V. Mo

Re: *** CreateFileMapping, Win32 error 5. Terminating.

2003-10-09 Thread Dylan Cuthbert
Hi there, Yes, it was just before that I dl'd the previous version (may have been the 19th), then I updated again on Monday this week. Something inbetween those versions is causing this intermittent problem as the pre-20th version worked perfectly. I say intermittent because today the cronjob ha

Re: MySQLdb under cygwin's python

2003-10-09 Thread Gerrit P. Haase
Hallo Andrew, >> An interesting issue occurs when trying to compile the whole >> mysql-4.0.15a, after I commented out all #pragma >> (interface|implementation) per other Gerrit's advice. > Why are you removing the pragma interfaces? I see them in things like > client/log_event.h which seem to

rzsz port to Cygwin

2003-10-09 Thread Vijay, Raghavan (IE10)
Hi All, I was going through the mailing archives and I came across that rzsz had been ported to Cygwin. Does anyone know where I can get this package ? Also I tried compiling lrzsz on Cygwin, the compilation went through just fine, then "make install" failed and both lrz and lsz seem broken.

Re: Installed 1.5.5, need to back off to 1.3.22

2003-10-09 Thread Rick Rankin
--- "David M. Karr" <[EMAIL PROTECTED]> wrote: > > "Larry" == Larry Hall <[EMAIL PROTECTED]> writes: > > Larry> At 08:30 PM 10/9/2003, Karr, David you wrote: > >> I have version 1.3.22 installed on another box. On a new box, I > decided > >> to go for broke and install 1.5.5. Un

Re: Installed 1.5.5, need to back off to 1.3.22

2003-10-09 Thread Rick Rankin
--- "David M. Karr" <[EMAIL PROTECTED]> wrote: > > "Larry" == Larry Hall <[EMAIL PROTECTED]> writes: > > Larry> At 08:30 PM 10/9/2003, Karr, David you wrote: > >> I have version 1.3.22 installed on another box. On a new box, I > decided > >> to go for broke and install 1.5.5. Un

RE: Downloading previous versions of Cygwin

2003-10-09 Thread Matt Berney
Thank you for the details. That answers my questions. My process has always been, when a version is available, I use the installer to "download from internet". At that time, I download all the binaries (and sometimes sources). That way, a specific version of cygwin is saved (archived for my

Re: Installed 1.5.5, need to back off to 1.3.22

2003-10-09 Thread Christopher Faylor
On Thu, Oct 09, 2003 at 08:40:20PM -0700, David M. Karr wrote: >Is there any way of "copying" a 1.3.22 distribution from one box to another >box? I know it's not that simple, but is there a list of straightforward >places I'd have to patch to make it work (like registry changes)? It is incredibly

Re: Downloading previous versions of cygwin

2003-10-09 Thread Brian Dessent
Christopher Faylor wrote: > > On Thu, Oct 09, 2003 at 06:05:58PM -0700, Matt Berney wrote: > >I didn't see an answer to my question, however. Is there a way to find > >a specific version of cygwin (and all associated tools and utilities)? > >I could search through the mirror sites, but it would b

Re: Installed 1.5.5, need to back off to 1.3.22

2003-10-09 Thread David M. Karr
> "Larry" == Larry Hall <[EMAIL PROTECTED]> writes: Larry> At 08:30 PM 10/9/2003, Karr, David you wrote: >> I have version 1.3.22 installed on another box. On a new box, I decided >> to go for broke and install 1.5.5. Unfortunately, as others have >> described, Xemacs doesn't

Re: *** CreateFileMapping, Win32 error 5. Terminating.

2003-10-09 Thread Larry Hall
At 09:35 PM 10/9/2003, Dylan Cuthbert you wrote: >> >> Did you see this whole thread? >> >> >> > >yes, but is it really related to what I'm talking about? It's hard to say. It is, however, the one place that this issue has shown up and the o

Re: Installed 1.5.5, need to back off to 1.3.22

2003-10-09 Thread Larry Hall
At 08:30 PM 10/9/2003, Karr, David you wrote: >I have version 1.3.22 installed on another box. On a new box, I decided >to go for broke and install 1.5.5. Unfortunately, as others have >described, Xemacs doesn't work in this Cygwin version. I need to >somehow uninstall what I have and install ve

Re: *** CreateFileMapping, Win32 error 5. Terminating.

2003-10-09 Thread Christopher Faylor
On Fri, Oct 10, 2003 at 10:35:37AM +0900, Dylan Cuthbert wrote: >>Did you see this whole thread? >> >> > >yes, but is it really related to what I'm talking about? Nothing is >changing this local policy in real-time is it? Also, this problem only

Pause after Calling ExitProcess

2003-10-09 Thread Milton Woods
Greetings, I have found that some external programs invoked from a shell take a long time to return control to the shell on exit. For example, typing 'hostname' at the command prompt displays a response within about 1 second, but the prompt does not appear for another 3 seconds (on a 1.6GHz P4

Re: *** CreateFileMapping, Win32 error 5. Terminating.

2003-10-09 Thread Dylan Cuthbert
> > Did you see this whole thread? > > > yes, but is it really related to what I'm talking about? Nothing is changing this local policy in real-time is it? Also, this problem only occurs with the very latest cygwin dll from setup, the version

RE: Downloading previous versions of Cygwin

2003-10-09 Thread Igor Pechtchanski
On Thu, 9 Oct 2003, Matt Berney wrote: > For testing purposes, and limiting the number of variables, it is > essential that we use one-and-only-one version of cygwin. The > variations in the tools and utilities may introduce subtle and > undesirable side-effects. Once a major release cycle is ac

Re: Downloading previous versions of cygwin

2003-10-09 Thread Christopher Faylor
On Thu, Oct 09, 2003 at 06:05:58PM -0700, Matt Berney wrote: >I didn't see an answer to my question, however. Is there a way to find >a specific version of cygwin (and all associated tools and utilities)? >I could search through the mirror sites, but it would be nice if the >cygwin installer allow

Re: undefined reference to 'class::function' error

2003-10-09 Thread Kai Xu \(Kevin\)
Yes, indeed! I get it working and thank you so much! That's what I used to do when program c++ under windows, but seems not the right way for UNIX. I will send email to list after this one :-) Kevin > - Original Message - > From: "Igor Pechtchanski" <[EMAIL PROTECTED]> > To: "Kai Xu (Ke

Re: undefined reference to 'class::function' error

2003-10-09 Thread Igor Pechtchanski
Kevin, "Please do not Cc: me" meant that all communication should go to the list (hence the Reply-To:) and that I will read your messages on the list. Please do not send personal e-mail with Cygwin questions unless specifically requested. All Cygwin questions (and answers, hopefully) should go to

RE: Downloading previous versions of Cygwin

2003-10-09 Thread Matt Berney
For testing purposes, and limiting the number of variables, it is essential that we use one-and-only-one version of cygwin. The variations in the tools and utilities may introduce subtle and undesirable side-effects. Once a major release cycle is achieved, then the decision to upgrade the cygw

Re: undefined reference to 'class::function' error

2003-10-09 Thread Igor Pechtchanski
Kevin, Please don't Cc: me, I read the list (I set the Reply-To: for a reason). More below. On Fri, 10 Oct 2003, Kai Xu (Kevin) wrote: > As I am not good at c++, I am not sure what you mean by "link the file that > defines this function into the resulting executable". I just include the .h > fil

Re: undefined reference to 'class::function' error

2003-10-09 Thread Kai Xu \(Kevin\)
As I am not good at c++, I am not sure what you mean by "link the file that defines this function into the resulting executable". I just include the .h file that defines the function in the main .cpp file. The compile command I used is: g++ sp.cpp (the main cpp file) I guess there could be some p

Re: Downloading previous versions of Cygwin

2003-10-09 Thread Igor Pechtchanski
On Thu, 9 Oct 2003, Matt Berney wrote: > We have standardized on a previous version of cygwin (1.3.17). It > appears to be quite stable for our purposes. But, I haven't found a way > to download that version (and all associated tools & utilities > associated with it). Does someone out there hav

Installed 1.5.5, need to back off to 1.3.22

2003-10-09 Thread Karr, David
I have version 1.3.22 installed on another box. On a new box, I decided to go for broke and install 1.5.5. Unfortunately, as others have described, Xemacs doesn't work in this Cygwin version. I need to somehow uninstall what I have and install version 1.3.22. I've perused the FAQ and install in

Re: setup hangs during postinstall

2003-10-09 Thread Christopher Faylor
On Thu, Oct 09, 2003 at 06:17:08PM -0500, Brian Ford wrote: >#!/bin/bash > >FOO=`cypath -S` > >but using #!/bin/sh doesn't. likewise, strace hangs here: >#!/bin/bash > >FOO=`strace -o /tmp/cygpath.strace cypath -S` > >but not using #!/bin/sh. > >Neither hang if setup is launched from bash instead

Re: setup hangs during postinstall

2003-10-09 Thread Christopher Faylor
On Thu, Oct 09, 2003 at 06:45:25PM -0500, Brian Ford wrote: >On Thu, 9 Oct 2003, Brian Ford wrote: >>Sorry, I guess I wasn't clear enough. There is no strace output file >>produced in the hang case. >> >ie. cygpath isn't in the ps of the hang either. I'm not sure if it >completed and strace just

Downloading previous versions of Cygwin

2003-10-09 Thread Matt Berney
We have standardized on a previous version of cygwin (1.3.17). It appears to be quite stable for our purposes. But, I haven't found a way to download that version (and all associated tools & utilities associated with it). Does someone out there have a solution for this? I searched the archiv

Re: setup hangs during postinstall

2003-10-09 Thread Brian Ford
On Thu, 9 Oct 2003, Brian Ford wrote: > Sorry, I guess I wasn't clear enough. There is no strace output file > produced in the hang case. > ie. cygpath isn't in the ps of the hang either. I'm not sure if it completed and strace just hasn't flushed the file, or if cygpath never got spawned. It's

Re: setup hangs during postinstall

2003-10-09 Thread Brian Ford
On Thu, 9 Oct 2003, Igor Pechtchanski wrote: > On Thu, 9 Oct 2003, Brian Ford wrote: > > but using #!/bin/sh doesn't. likewise, strace hangs here: > > #!/bin/bash > > > > FOO=`strace -o /tmp/cygpath.strace cypath -S` > > > > but not using #!/bin/sh. > > > > Neither hang if setup is launched from b

Re: setup hangs during postinstall

2003-10-09 Thread Igor Pechtchanski
On Thu, 9 Oct 2003, Brian Ford wrote: > [snip] > >So, if I can believe this trace, it looks like cygwin is hanging waiting > >for a lock while exiting. I don't see how it's possible to be waiting > >for a lock unless cygpath was a multi-threaded app or if the signal > >thread grabbed the lock and

Re: MySQLdb under cygwin's python

2003-10-09 Thread Andrew DeFaria
Alexy Khrabrov wrote: On Thu, Oct 09, 2003 at 02:14:59PM +0200, Gerrit P. Haase wrote: Configure with --enable-server=no I prefer --without-server :) -- and it works fine. An interesting issue occurs when trying to compile the whole mysql-4.0.15a, after I commented out all #pragma (interface

Re: setup hangs during postinstall

2003-10-09 Thread Brian Ford
On Thu, 9 Oct 2003, Brian Ford wrote: > but using #!/bin/sh doesn't. likewise, strace hangs here: > #!/bin/bash > > FOO=`strace -o /tmp/cygpath.strace cypath -S` > > but not using #!/bin/sh. I should have said with an almost identical backtrace. -- Brian Ford Senior Realtime Software Engineer

Re: setup hangs during postinstall

2003-10-09 Thread Brian Ford
Some replies. Then, new info at the tail. Christopher Faylor wrote: >On Wed, Oct 08, 2003 at 02:12:34PM -0500, Brian Ford wrote: >>The hand decoded trace (The same one as before. I still had gdb up.) >>is below. >Wow, that was a lot of work. Thanks for doing this. You're more than welcome. I

Re: Perl Tk in Cygwin (using X)

2003-10-09 Thread Nick Ing-Simmons
Charles Plager <[EMAIL PROTECTED]> writes: >Hello, > This is getting worse by the hour. I went and grabbed Tk800.024 from a >CPAN site. I did the setup as suggested by README.cygwin for X11 and >tried to make it. It failed (errors posted at the bottom of this error >message). > >

problems with current squid

2003-10-09 Thread Tom Oehser
The current squid and current cygwin fails with setrlimit errors about too many open files, I saw some messages in the cygwin-app group about this, but it didn't seem to be resolved. The exact messages are: $ squid -N FATAL: setrlimit: RLIMIT_NOFILE: (24) Too many open files Squid Cache (Versio

Re: mingw libs

2003-10-09 Thread y2bismil
Quoting Igor Pechtchanski <[EMAIL PROTECTED]>: > Yamin, > > Please don't Cc: me, I read the list (I set the Reply-To for a reason). > More below. > > On Thu, 9 Oct 2003 [EMAIL PROTECTED] wrote: > > > Hi Igor, > > > > I added that -mno-cygwin to both compiler and linker and have started a > > bu

Re: mingw libs

2003-10-09 Thread Igor Pechtchanski
Yamin, Please don't Cc: me, I read the list (I set the Reply-To for a reason). More below. On Thu, 9 Oct 2003 [EMAIL PROTECTED] wrote: > Hi Igor, > > I added that -mno-cygwin to both compiler and linker and have started a > build...should be about an hour or two before its donw. > > I didn't wri

Re: mingw libs

2003-10-09 Thread y2bismil
Quoting Christopher Faylor <[EMAIL PROTECTED]>: > On Thu, Oct 09, 2003 at 04:49:54PM -0400, [EMAIL PROTECTED] > wrote: > >Hi Igor, > > > >I added that -mno-cygwin to both compiler and linker and have started a > >build...should be about an hour or two before its donw. > > > >I didn't write the mak

Re: mingw libs

2003-10-09 Thread Markus Schönhaber
Does using "g++" instead of "gcc" help? Regards mks [EMAIL PROTECTED] wrote: Hi Igor, I added that -mno-cygwin to both compiler and linker and have started a build...should be about an hour or two before its donw. I didn't write the makefiles, but I have modified them to use GCC, so its really

Re: mingw libs

2003-10-09 Thread Christopher Faylor
On Thu, Oct 09, 2003 at 04:49:54PM -0400, [EMAIL PROTECTED] wrote: >Hi Igor, > >I added that -mno-cygwin to both compiler and linker and have started a >build...should be about an hour or two before its donw. > >I didn't write the makefiles, but I have modified them to use GCC, so its really >too c

Re: mingw libs

2003-10-09 Thread y2bismil
Hi Igor, I added that -mno-cygwin to both compiler and linker and have started a build...should be about an hour or two before its donw. I didn't write the makefiles, but I have modified them to use GCC, so its really too complicated to post in its entirety...but the exact linker command is as fo

Re: mingw libs

2003-10-09 Thread y2bismil
Hi Igor, I added that -mno-cygwin to both compiler and linker and have started a build...should be about an hour or two before its donw. I didn't write the makefiles, but I have modified them to use GCC, so its really too complicated to post in its entirety...but the exact linker command is as fo

Re: mingw libs

2003-10-09 Thread Igor Pechtchanski
On Thu, 9 Oct 2003 [EMAIL PROTECTED] wrote: > Hi all, > > I'm trying to build an app using cygwin-gcc and the mingw package all provided > by the standard cygwin install. This is a purely console app, whose only use > beyond standard c++ is the conio library. > > I'm getting errors like: > undefi

Re: mingw libs

2003-10-09 Thread y2bismil
correction - included. Quoting [EMAIL PROTECTED]: > Hi all, > > I'm trying to build an app using cygwin-gcc and the mingw package all > provided > by the standard cygwin install. This is a purely console app, whose only > use > beyond standard c++ is the conio library. and winsock libraries.

mingw libs

2003-10-09 Thread y2bismil
Hi all, I'm trying to build an app using cygwin-gcc and the mingw package all provided by the standard cygwin install. This is a purely console app, whose only use beyond standard c++ is the conio library. I'm getting errors like: undefined refernce to operator new undefined refernce to operator

Re: MySQLdb under cygwin's python

2003-10-09 Thread Alexy Khrabrov
On Thu, Oct 09, 2003 at 02:14:59PM +0200, Gerrit P. Haase wrote: > > Configure with --enable-server=no I prefer --without-server :) -- and it works fine. An interesting issue occurs when trying to compile the whole mysql-4.0.15a, after I commented out all #pragma (interface|implementation) per o

Re: Logon failure: unknown user name or bad password

2003-10-09 Thread Corinna Vinschen
On Thu, Oct 09, 2003 at 07:46:54PM +0100, shimsha rao wrote: > Hi Corinna, > > How to fix this problem? I changed my password. I > rebooted my system several times. But it didn't work. > Please help me in fixing this problem. I can't. You'll have to figure this out together with your domain adm

RE: Domain Users

2003-10-09 Thread John Morrison
> From: Pierre A. Humblet > On Wed, Oct 08, 2003 at 04:55:18PM -0400, Boris Mayer-St-Onge wrote: > > > > 2- Is it possible to install a older version of cygwin (we have all the > > file of version 1.3.22-1 except the setup.exe). When we try to install > > cygwin with the setup.exe from the web pag

Do you sell in Germany?

2003-10-09 Thread Steve Weiss
Inexpensive attractive offices near Frankfurt, Germany Do you need an office in Europe? It couldn't be easier: Everything you need is ready for you right now. You can choose from bare office space to fully-equipped with everything. Short or long term rental. If you want a base to market to Eu

Re: Logon failure: unknown user name or bad password

2003-10-09 Thread shimsha rao
Hi Corinna, How to fix this problem? I changed my password. I rebooted my system several times. But it didn't work. Please help me in fixing this problem. thanks, shimsha --- Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Wed, Oct 08, 2003 at 08:47:14PM +0100, shimsha > rao wrote: > > I am u

Re: Unsubscription doesn't work

2003-10-09 Thread Shankar Unni
Shankar Unni wrote: > Shankar Unni wrote: > >> Ah, something seems to be broken in that regard - what happened to the >> list-generated signature (or postscript) with all that info? > > Looks like messages posted to the newsgroup gmane.os.cygwin via NNTP > don't get the signature added. I suspect

[ANNOUNCEMENT] Updated Cygwin Package: python-2.3.2-1

2003-10-09 Thread Jason Tishler
New News: === I have updated the version of Python to 2.3.2-1. The tarballs should be available on a Cygwin mirror near you shortly. The following are the other notable changes: 1. fix embedded Cygwin Python problem (SF #794140): http://sf.net/tracker/?func=detail&atid=105470&ai

Re: cygpath hang - using gdb

2003-10-09 Thread Christopher Faylor
On Thu, Oct 09, 2003 at 08:07:14PM +0200, Hannu E K Nevalainen wrote: >I'll leave this for a day or two now. Good evening. Don't bother. Brian Ford is providing more than adequate feedback. There's no need to strain your temper or subject the mailing list to your frustration with building the too

Re: Windows Scripting and Perl

2003-10-09 Thread Paul Bezzam
Thanks much Markus. I will look into it. Paul On Thu, 9 Oct 2003, [ISO-8859-1] Markus Schönhaber wrote: > Look here: > > http://www.activestate.com/Products/ActivePerl/ > > Regards > mks > > > Paul Bezzam wrote: > > >Hello, > > > >I have a question: > > > >Is it possible to integrate Perl in

Re: 1.5.4-1: Problem with XEmacs, fonts, and subprocesses.

2003-10-09 Thread Christopher Faylor
On Thu, Oct 09, 2003 at 07:00:56PM +0100, Triza UK wrote: >I have same experience with Cygwin 1.5.5 > >I updated my Cygwin to 1.5.5 and XEmacs became unusable. Cygwin 1.3.20 >works OK. XEmacs I am using is 21.5.5, but this must be a Cygwin bug >because I only ungraded Cygwin. > >The problem star

Re: Windows Scripting and Perl

2003-10-09 Thread Markus Schönhaber
Look here: http://www.activestate.com/Products/ActivePerl/ Regards mks Paul Bezzam wrote: Hello, I have a question: Is it possible to integrate Perl into Windows Scripting(like VBScript)? I would really appreciate any pointers on this. Thanks in advance. Paul -- Unsubscribe info: htt

RE: cygpath hang - using gdb

2003-10-09 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Wednesday, October 08, 2003 9:02 PM Hannu: > >Now; Any ideas how to work further on this? > Build a cygwin1.dll with --enable-debugging, install it, build > cygpath.exe, > install it. "set CYGWIN_DEBUG=cygpath" at the command prompt > before running > setup.exe

Re: 1.5.4-1: Problem with XEmacs, fonts, and subprocesses.

2003-10-09 Thread Triza UK
I have same experience with Cygwin 1.5.5 I updated my Cygwin to 1.5.5 and XEmacs became unusable. Cygwin 1.3.20 works OK. XEmacs I am using is 21.5.5, but this must be a Cygwin bug because I only ungraded Cygwin. The problem starts when I run a subprocess from XEmacs. Good example is gnuserv.

Windows Scripting and Perl

2003-10-09 Thread Paul Bezzam
Hello, I have a question: Is it possible to integrate Perl into Windows Scripting(like VBScript)? I would really appreciate any pointers on this. Thanks in advance. Paul -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: problem with tcsh-6.12.00-7.tar.bz2

2003-10-09 Thread Andrew Grimm
>> This package includes /etc/csh.login which has the line: >> >> set TERM=cygwin >> >> This should instead read: >> >> set term=cygwin >> >> which will set the shell variable term and the environment variable >> TERM correctly when tcsh is used as the base shell for the Cygwin shell >> w

Re: Key-based auth fails - OpenSSH 3.7.1p2

2003-10-09 Thread hayward
That did it, thanks a bunch! -- Brian On Thu, 9 Oct 2003, Corinna Vinschen wrote: >On Thu, Oct 09, 2003 at 10:12:47AM -0500, [EMAIL PROTECTED] wrote: >> >> More information on file permissions: >> ls -ld / >> drwxrwxrwt+ 9 Administ 4096 Oct 9 08:57 / >> >> ls -ld /home >> drwxr

Re: *** CreateFileMapping, Win32 error 5. Terminating.

2003-10-09 Thread Larry Hall
At 02:03 AM 10/9/2003, Dylan Cuthbert you wrote: >Hi there, > >I updated Cygwin yesterday and now I get this error whenever I try to do >*anything* with cygwin: > >d:\cygwin\bin\bash.exe: *** CreateFileMapping, Win32 error 5. Terminating. > >What's odd is this doesn't happen immediately, it happen

WAITING FOR YOUR RESPONSE.

2003-10-09 Thread MR. ANTHONY KOJOAE.
MailRL_Msg.txt Description: Binary data

Re: Perl Tk in Cygwin (using X)

2003-10-09 Thread Gerrit P. Haase
Charles schrieb: > Hi Gerrit, > Not quite there yet... > I went to '/usr/X11R6/bin'. There is no file 'libX11.dll.a', but there > is a 'libX11.dll', so I did 'ln -s libX11.dll libX11.a'. I closed the > window, opened a new bash session, and tried compiling. I got the same > err

Re: Key-based auth fails - OpenSSH 3.7.1p2

2003-10-09 Thread Corinna Vinschen
On Thu, Oct 09, 2003 at 10:12:47AM -0500, [EMAIL PROTECTED] wrote: > > More information on file permissions: > ls -ld / > drwxrwxrwt+ 9 Administ 4096 Oct 9 08:57 / > > ls -ld /home > drwxr-xr-x+ 5 Administ SYSTEM 0 Oct 9 10:07 /home > > ls -ld /home/hayward > drwx

RE: Bash extremely slow when started via task scheduler

2003-10-09 Thread Chris January
> >Why not use cron instead? > > > >Jason > > Thank you for suggestion but it's an application server managed by > non-UNIX 'mouse users' which may manually start the task, so it should > be simple for them. > > It seems that not having an output window slows down the script > dramatically on each

Re: Perl Tk in Cygwin (using X)

2003-10-09 Thread Charles Plager
Hi Gerrit, Not quite there yet... I went to '/usr/X11R6/bin'. There is no file 'libX11.dll.a', but there is a 'libX11.dll', so I did 'ln -s libX11.dll libX11.a'. I closed the window, opened a new bash session, and tried compiling. I got the same error (below). Did I pick the right

Re: Perl Tk in Cygwin (using X)

2003-10-09 Thread Gerrit P. Haase
Hello, >>>Errors at very bottom of this email. >>>[snip] >>>rm -f blib/arch/auto/Tk/Tk.dll >>>LD_RUN_PATH="" gcc -shared -s -L/usr/local/lib Tk.o chnGlue.o >>>evtGlue.o objGlue.o tixGlue.o tkGlue.o tkGlue_f.o tkWin32Dll.o -o >>>blib/arch/auto/Tk/Tk.dll pTk/libpTk.a >>>/usr/lib/perl5/5.8.0/cygwin

Re: Key-based auth fails - OpenSSH 3.7.1p2

2003-10-09 Thread hayward
More information on file permissions: ls -ld / drwxrwxrwt+ 9 Administ 4096 Oct 9 08:57 / ls -ld /home drwxr-xr-x+ 5 Administ SYSTEM 0 Oct 9 10:07 /home ls -ld /home/hayward drwx--+ 3 hayward Administ0 Oct 9 10:07 /home/hayward ls -altr /home/hayward/.

Re: Logon failure: unknown user name or bad password

2003-10-09 Thread Corinna Vinschen
On Wed, Oct 08, 2003 at 08:47:14PM +0100, shimsha rao wrote: > I am using windows 2000 professional. It has one > global account and 2 > local accounts. Recently, I changed my global > account's password. > Since then, I am facing problem in running the > following commands in > cygwin: > > $ mkgr

Key-based auth fails - OpenSSH 3.7.1p2

2003-10-09 Thread hayward
I'm not sure if this should be directed at the cygwin or ssh lists. Because I haven't had any troubles with ssh keys in the past on Unix, I figured I'd start here. No matter what I do with filesystem permissions, I can't get ssh key-based authentication to work. I have tried both with Strict

Re: Perl Tk in Cygwin (using X)

2003-10-09 Thread Charles Plager
Igor Pechtchanski wrote: On Thu, 9 Oct 2003, Charles Plager wrote: Hello, This is getting worse by the hour. I went and grabbed Tk800.024 from a CPAN site. I did the setup as suggested by README.cygwin for X11 and tried to make it. It failed (errors posted at the bottom of this error m

Re: problem with tcsh-6.12.00-7.tar.bz2

2003-10-09 Thread Corinna Vinschen
On Wed, Oct 08, 2003 at 06:04:41PM -0600, Andrew Grimm wrote: > This package includes /etc/csh.login which has the line: > > set TERM=cygwin > > This should instead read: > > set term=cygwin > > which will set the shell variable term and the environment variable TERM > correctly whe

Re: Perl Tk in Cygwin (using X)

2003-10-09 Thread Igor Pechtchanski
On Thu, 9 Oct 2003, Charles Plager wrote: > Hello, > This is getting worse by the hour. I went and grabbed Tk800.024 from a > CPAN site. I did the setup as suggested by README.cygwin for X11 and > tried to make it. It failed (errors posted at the bottom of this error > message). > >

Re: Perl Tk in Cygwin (using X)

2003-10-09 Thread Charles Plager
Hello, This is getting worse by the hour. I went and grabbed Tk800.024 from a CPAN site. I did the setup as suggested by README.cygwin for X11 and tried to make it. It failed (errors posted at the bottom of this error message). I have successfully made Tk on this and another windows comput

RE: Bash extremely slow when started via task scheduler

2003-10-09 Thread Pensa, Pascal
From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] >You could put an "exec >/dev/null 2>&1 script instead. Thanks Igor, it works fine ! Pascal - congratulations to the cygwin team for this wonderful w32 unix-like -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: undefined reference to 'class::function' error

2003-10-09 Thread Igor Pechtchanski
On Thu, 9 Oct 2003, Kai Xu (Kevin) wrote: > I guess I can only post a example of the errors here, as the main program is > about 2k lines and compiler doesn't tell where the error occurs. > > I am not good at c++ and this is not my program, so please let me know > if I am not posting the right thi

Re: undefined reference to 'class::function' error

2003-10-09 Thread Kai Xu \(Kevin\)
I guess I can only post a example of the errors here, as the main program is about 2k lines and compiler doesn't tell where the error occurs. I am not good at c++ and this is not my program, so please let me know if I am not posting the right thing or anything is missing. Cheers, Kevin The error

Re: Problems with cygwin 1.5.5 and eCOS 2.0

2003-10-09 Thread Corinna Vinschen
On Thu, Oct 09, 2003 at 02:28:04PM +0200, C?dric Gaudin wrote: > Hello, > > I've a problem with cygwin 1.5.5 and eCOS. > > When i run "configtool.exe" from eCOS -> I've got "entry point _fdopen64 not > found" error. > > eCos configtool.exe works perfectly with cygwin 1.5.4. > I think there is a

Re: undefined reference to 'class::function' error

2003-10-09 Thread Igor Pechtchanski
On Thu, 9 Oct 2003, Kai Xu (Kevin) wrote: > Hi there, > > I guess this is a very simple question, but I searched all the achieves and > internet and just can not find a answer. I know little about c++ and UNIX, > so please bear with me. The problem is like this: > > I need to use someone else's c+

RE: Bash extremely slow when started via task scheduler

2003-10-09 Thread Igor Pechtchanski
On Thu, 9 Oct 2003, Pensa, Pascal wrote: > From: Jason Tishler [mailto:[EMAIL PROTECTED] > >Why not use cron instead? > > > >Jason > > Thank you for suggestion but it's an application server managed by > non-UNIX 'mouse users' which may manually start the task, so it should > be simple for them. >

Re: Bash extremely slow when started via task scheduler

2003-10-09 Thread Igor Pechtchanski
On Thu, 9 Oct 2003, Pensa, Pascal wrote: > Hi, > > As it's my first post, I hope I'm in the right list for my question, if > not I apologize and hope you'll tell me on which list I may ask (I > didn't have access to newsgroups from my location, only mail) > > I'm trying to schedule a bash script v

undefined reference to 'class::function' error

2003-10-09 Thread Kai Xu \(Kevin\)
Hi there, I guess this is a very simple question, but I searched all the achieves and internet and just can not find a answer. I know little about c++ and UNIX, so please bear with me. The problem is like this: I need to use someone else's c++ package under windows xp. The package is initially de

Problems with cygwin 1.5.5 and eCOS 2.0

2003-10-09 Thread Cédric Gaudin
Hello, I've a problem with cygwin 1.5.5 and eCOS. When i run "configtool.exe" from eCOS -> I've got "entry point _fdopen64 not found" error. eCos configtool.exe works perfectly with cygwin 1.5.4. I think there is a mistake in cygwin and not in eCOS "configtool.exe". Any idea ? a+ Cédric -- U

RE: Bash extremely slow when started via task scheduler

2003-10-09 Thread Pensa, Pascal
From: Jason Tishler [mailto:[EMAIL PROTECTED] >Why not use cron instead? > >Jason Thank you for suggestion but it's an application server managed by non-UNIX 'mouse users' which may manually start the task, so it should be simple for them. It seems that not having an output window slows down the

Re: MySQLdb under cygwin's python

2003-10-09 Thread Gerrit P. Haase
Alexy, >> As compiling mysql under cygwin itself seems dangerous (errors >> reported in database workings), I wonder what your take on it was/is? > IIRC (from the Cygwin list), the client side works under Cygwin, but the > server side has (or had) issues. Since, Python should only need the > cli

Re: Perl, the GMP library, and the Math::BigInt::GMP module

2003-10-09 Thread Gerrit P. Haase
Peter schrieb: > "Gerrit @ cygwin" <[EMAIL PROTECTED]> wrote: >> This ia a problem with MakeMaker. It just looks for .a >> libraries and doesn't see the .dll.a import library, I thought >> it was fixed, which version of perl are you using? > I am using Perl 5.8.0-5, with MakeMaker version 6.17.

Re: MySQLdb under cygwin's python

2003-10-09 Thread Jason Tishler
Alexy, Please post instead of sending private email. On Wed, Oct 08, 2003 at 10:51:22PM -0400, Alexy Khrabrov wrote: > I saw your expert commentary on python patches for cygwin, especially > for postgresql popy, and I wonder if you came across building MySQLdb > under cygwin as well. Sorry, but

Re: Perl Tk in Cygwin (using X)

2003-10-09 Thread Nick Ing-Simmons
Charles Plager <[EMAIL PROTECTED]> writes: >Hello, > I'm not sure if this is a cygwin problem or a Tk problem. I am trying >to build Tk under cygwin. I did this successfully 5 months ago, but it >doesn't work anymore. > >1) Is there a fix/work around to this problem? >2) Is there a place

Re: ugly lyrics with 2.0.1 on Windows

2003-10-09 Thread Mats Bengtsson
The problem turns out to be that the tetex-tiny package does not include all font files needed by LilyPond. Especially, it doesn't include: cmr{5,6,7,8}.pfb, cmti{5,6}.pfb, cmtt{5,6,7,8,17}.pfb, cmcsc8.pfb and cmss{5,6,7,8,9,10,12,14,17}.pfb. The Lilypond package actually includes a few cm*.pfa fon

Re: Bash extremely slow when started via task scheduler

2003-10-09 Thread Jason Tishler
Pascal, On Thu, Oct 09, 2003 at 11:13:17AM +0200, Pensa, Pascal wrote: > Any idea ? Why not use cron instead? Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscribe info: http://cygwin.co

RE: Perl, the GMP library, and the Math::BigInt::GMP module

2003-10-09 Thread Peter J. Acklam
"Gerrit @ cygwin" <[EMAIL PROTECTED]> wrote: > This ia a problem with MakeMaker. It just looks for .a > libraries and doesn't see the .dll.a import library, I thought > it was fixed, which version of perl are you using? I am using Perl 5.8.0-5, with MakeMaker version 6.17. > As a workaround try

Bash extremely slow when started via task scheduler

2003-10-09 Thread Pensa, Pascal
Hi, As it's my first post, I hope I'm in the right list for my question, if not I apologize and hope you'll tell me on which list I may ask (I didn't have access to newsgroups from my location, only mail) I'm trying to schedule a bash script via the MS task scheduler, this works well when the use

Re: telnet, ftp unknown service

2003-10-09 Thread vdu
I solved my problem, that was because my laptop was infected by a trojan called QHOSTS, here is a procedure from Trendmicro to remove it (). The automatic removal procedure does not work completely, I also had to execut