Re: two instances of a.exe on dual processor - still only 50% performance

2004-07-07 Thread mathias . wagner
Hi Brian, Many thanks for this tip. I tried it out and indeed there is a "Set Affinity" option in the Taskmanager. Apparently, this option lets you assign one or more of the 4 virtual processors to a particular task. (W2K seems to have this concept of virtual processors, I am no expert at all

Bug in csh/tcsh 6.12 (and later): ignoring 'x' attribute on files in path

2004-07-07 Thread Tim Hubberstey
It appears that csh/tcsh executes any file it finds that matches the filename specified as a command, regardless of whether or not the 'x' bit is set. I have run the following check on both 6.12 and the latest, 6.13-2, on 3 different computers, with the same results. % ls -l not_a_script -rw-rw-rw

Re: Installing Anjuta

2004-07-07 Thread Gerrit P. Haase
fariba wrote: > Hi, > I am trying to install Anjuta on my cygwin. I ran > ./configure and got error messages about missing > libraries: > configure: error: Library requirements ( > glib-2.0 >= 2.0.6 > gtk+-2.0 >= 2.0.8 available. > ORBIT-2.0 >= 2.4.0 > libglade-2.0 >= 2.0.0

Re: Apache2 & cygwin

2004-07-07 Thread Max Bowsher
Paul-Kenji Cahier wrote: > Has anyone ever been able to compile it properly and have it run? > > a good ol' ./configure && make && make install will run almost > flawlessly(just gotta copy a few exe manually in make install) but > then trying to start httpd it exists almost instantly after a > sig

Re: two instances of a.exe on dual processor - still only 50% performance

2004-07-07 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > Many thanks for this tip. I tried it out and indeed there is a "Set > Affinity" option in the Taskmanager. Apparently, this option lets you > assign one or more of the 4 virtual processors to a particular task. (W2K > seems to have this concept of virtual processors, I a

Re[2]: Apache2 & cygwin

2004-07-07 Thread Paul-Kenji Cahier
Thanks for the info, apache2 starts well now the new prob i'm experiencing is about modperl 2 now it almost succeeds until the linking at the end: ld2 -s -L/usr/local/lib \ \ mod_perl.lo modperl_interp.lo modperl_tipool.lo modperl_log.lo modperl_config.lo modperl_cmd.lo modperl_options.lo modperl

Re: Apache2 & cygwin

2004-07-07 Thread Gerrit P. Haase
Paul-Kenji wrote: > Thanks for the info, apache2 starts well now > the new prob i'm experiencing is about modperl 2 now > it almost succeeds until the linking at the end: > ld2 -s -L/usr/local/lib \ [...] > -L/usr/local/lib > /usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/auto/DynaLoader/DynaLoa

Re[2]: Apache2 & cygwin

2004-07-07 Thread Paul-Kenji Cahier
ld2 -s -L/usr/local/lib \ \ mod_perl.lo modperl_interp.lo modperl_tipool.lo modperl_log.lo modperl_config.lo modperl_cmd.lo modperl_options.lo modperl_callback.lo modperl_handler.lo modperl_gtop.lo modperl_util.lo modperl_io.lo modperl_io_apache.lo modperl_filter.lo modperl_bucket.lo modperl_mg

Re: Apache2 & cygwin

2004-07-07 Thread Gerrit P. Haase
Paul-Kenji schrieb: > -L/usr/local/apache2/lib -L/usr/local/lib > /usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/auto/DynaLoader/DynaLoader.a > -L/usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/CORE -lperl -lcrypt > -lgdbm_compat -lapr-0 -laprutil-0 > Just tried adding libapr-0 and libapr_util-0 (

Re[2]: Apache2 & cygwin

2004-07-07 Thread Paul-Kenji Cahier
> Paul-Kenji schrieb: >> -L/usr/local/apache2/lib -L/usr/local/lib >> /usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/auto/DynaLoader/DynaLoader.a >> -L/usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/CORE -lperl -lcrypt >> -lgdbm_compat -lapr-0 -laprutil-0 >> Just tried adding libapr-0 and libapr_u

Building DLL

2004-07-07 Thread Maarten Boekhold
Hi all, Now that GTK2 is in the package tree, I thought I'd give building XFCE a try. This package depends on 'Disk based hashes' (dbh), which needs to be built as a shared library. Dbh uses libtool in its build process. Of course this complains with libtool: link: warning: undefined sym

FYI: LZW patent issues and libtiff, libjpeg

2004-07-07 Thread Charles Wilson
Today, Unisys' last patent worldwide on LZW expired -- http://yro.slashdot.org/yro/04/07/06/1717243.shtml "We were able to search the patent databases of the USA, Canada, Japan, and the European Union. The Unisys patent expired on 20 June 2003 in the USA, in Europe it expired on 18 June 2004, i

Re: Apache2 & cygwin

2004-07-07 Thread Gerrit P. Haase
Paul-Kenji wrote: >> Paul-Kenji schrieb: >>> -L/usr/local/apache2/lib -L/usr/local/lib >>> /usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/auto/DynaLoader/DynaLoader.a >>> -L/usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/CORE -lperl -lcrypt >>> -lgdbm_compat -lapr-0 -laprutil-0 >>> Just tried add

Re: Building DLL

2004-07-07 Thread Gerrit P. Haase
Maarten wrote: > Hi all, > Now that GTK2 is in the package tree, I thought I'd give building XFCE a > try. This package depends on 'Disk based hashes' (dbh), which needs to > be built as a shared library. Dbh uses libtool in its build process. > Of course this complains with > libtool:

RE: Building DLL

2004-07-07 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Gerrit P. Haase > Sent: 07 July 2004 17:35 > Maarten wrote: > which needs to > > be built as a shared library. Dbh uses libtool in its build process. > > > Of course this complains with > > > libtool: link: warning: undefine

Re: Building DLL

2004-07-07 Thread Max Bowsher
Dave Korn wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of Gerrit P. Haase >> Sent: 07 July 2004 17:35 > >> Maarten wrote: > >> which needs to >>> be built as a shared library. Dbh uses libtool in its build process. >> >>> Of course this complains with >> >>> libt

Re: two instances of a.exe on dual processor - still only 50% performance

2004-07-07 Thread Rolf Campbell
Brian Dessent wrote: [EMAIL PROTECTED] wrote: Many thanks for this tip. I tried it out and indeed there is a "Set Affinity" option in the Taskmanager. Apparently, this option lets you assign one or more of the 4 virtual processors to a particular task. (W2K seems to have this concept of virtual pro

Re: two instances of a.exe on dual processor - still only 50% performance

2004-07-07 Thread Ken Thompson
At 01:24 PM 7/7/2004, Rolf Campbell wrote: Brian Dessent wrote: mathiasdotwagneratphilipsdotcom wrote: Many thanks for this tip. I tried it out and indeed there is a "Set Affinity" option in the Taskmanager. Apparently, this option lets you assign one or more of the 4 virtual processors to a partic

Time out server mechanism in cygwin

2004-07-07 Thread Amit Grover
Hi, I read the documents of cygwin but could not find anywhere any information about timeout server mechanism in cygwin. This is what I am trying to achieve, I am looking for some kind of mechanism (timeout server mechanism) through which Process A can register some message type and user defined

Re: two instances of a.exe on dual processor - still only 50% performance

2004-07-07 Thread Rolf Campbell
Ken Thompson wrote: At 01:24 PM 7/7/2004, Rolf Campbell wrote: Sorry Brian, that is bogus. I'm running one HT processor right now. The combined CPU utilization is not an actual display of usage, but theoretical usage, based on scheduling. It's really how much of the CPU was NOT being used by t

Re: two instances of a.exe on dual processor - still only 50% performance

2004-07-07 Thread James Chaldecott
[EMAIL PROTECTED] wrote: Many thanks for this tip. I tried it out and indeed there is a "Set Affinity" option in the Taskmanager. Apparently, this option lets you assign one or more of the 4 virtual processors to a particular task. (W2K seems to have this concept of virtual processors, I am no e

Re: Installing Anjuta

2004-07-07 Thread fariba shaker
Thanks. I have downloaded and installed the package and it has all the libraries listed bellow. --- Robert Pendell <[EMAIL PROTECTED]> wrote: > You need the Gnome window manager installed to to > build this package. > The only place that I know of that is working on > porting Gnome 2 is at > thi

Re: Time out server mechanism in cygwin

2004-07-07 Thread Igor Pechtchanski
On Wed, 7 Jul 2004, Amit Grover wrote: > Hi, > I read the documents of cygwin but could not find anywhere any > information about timeout server mechanism in cygwin. > > This is what I am trying to achieve, > I am looking for some kind of mechanism (timeout server mechanism) > through which Proces

Re[2]: Apache2 & cygwin

2004-07-07 Thread Paul-Kenji Cahier
> Paul-Kenji wrote: >>> Paul-Kenji schrieb: -L/usr/local/apache2/lib -L/usr/local/lib /usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/CORE -lperl -lcrypt -lgdbm_compat -lapr-0 -laprutil-0 Just t

Re: Installing Anjuta

2004-07-07 Thread Christopher Faylor
On Wed, Jul 07, 2004 at 11:16:20AM -0700, fariba shaker wrote: >Thanks. I have downloaded and installed the package >and it has all the libraries listed bellow. I'm glad you were helped but please note that if you have problems with these libraries or any other packages on sourceforge, you should

Perl's "do" operator with varieties of absolute paths

2004-07-07 Thread René B. Nielsen
Hello there, Hope one of you guys can help me out here. I've discovered the following oddity with Cygwin Perl v. 5.8.2's "do" operator: The following two forms of "do" do work: do "c:\\foo.pl"; do "/cygdrive/c/foo.pl"; The following doesn't: do "c:/foo.pl"; The funny thing is that almost

Re: PERL and XML::Parser

2004-07-07 Thread Jani tiainen
Yaakov Selkowitz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jani tiainen wrote: | I'm trying to install XML::Parser to perl, but no success. For some | reason CPAN install fails with: | | | Anyone succeeded with this module? I have a binary package of XML::Parser 2.34 available at http://

The HOME variable

2004-07-07 Thread George
Could someone enlighten me as to how to go about changing the defaults? Ideally, I'd like to be able to change the location of $HOME altogether, but more importantly my $USERNAME contains an unfortunate space and is causing me some grief. Thanks. -- Unsubscribe info: http://cygwin.com/m

cron_diagnose.sh version 1.6

2004-07-07 Thread Harig, Mark
> > Sure enough, after creating the directory cron now works. > Neat script. > Thanks! (Shouldn't the installation have created the > directory, though?) > This diagnostic script came about because there are a number of environmental elements that have to be in place before cron can run. Al

Re: The HOME variable

2004-07-07 Thread Ken Dibble
I just edited the appropriate fields in /etc/passwd. (first field and next to last field) Ken George wrote: Could someone enlighten me as to how to go about changing the defaults? Ideally, I'd like to be able to change the location of $HOME altogether, but more importantly my $USERNAME contains

Re: The HOME variable

2004-07-07 Thread George
Ken Dibble wrote: I just edited the appropriate fields in /etc/passwd. (first field and next to last field) Ken Thanks. Now if the changing "Program Files" or "Documents and Settings" to something less inane would be so easy. Cheers. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-

Re: The HOME variable

2004-07-07 Thread Igor Pechtchanski
On Wed, 7 Jul 2004, George wrote: > Ken Dibble wrote: > > > I just edited the appropriate fields in /etc/passwd. (first field and > > next to last field) > > > > Ken > > Thanks. Now if the changing "Program Files" or "Documents and Settings" > to something less inane would be so easy. Getting to

Shared information between process

2004-07-07 Thread jackylam
Hi, I want to share "1" bit between two same cygwin processes. I know I should use cygipc or cygserver formally. But I really want to run the system in a simple and standalone way. Is there any unused bit in cygwin internal structure I can use to share that bit? Or any other idea is welcom

Running a shell Script Directly from windows

2004-07-07 Thread Scott Emerson Longley
I am wondering if Cygwin provides a way to run shell scripts or other programs that run within Cygwin, directly from windows (or a .bat). In other words, I would like to double-click something on my desktop and have it run the shell script. I have fooled a little with bash command-line options and

Re: The HOME variable

2004-07-07 Thread George
Getting to be off-topic for the Cygwin list, but here's a pointer: In particular, the first and fourth hits look relevant. As for "Program Files", as far as I know, the name isn't special in any way --

Re: Shared information between process

2004-07-07 Thread Christopher Faylor
On Thu, Jul 08, 2004 at 09:05:20AM +0800, [EMAIL PROTECTED] wrote: >I want to share "1" bit between two same cygwin processes. I know I >should use cygipc or cygserver formally. But I really want to run the >system in a simple and standalone way. Is there any unused bit in >cygwin internal struc

Re: Running a shell Script Directly from windows

2004-07-07 Thread Brian Dessent
Scott Emerson Longley wrote: > I am wondering if Cygwin provides a way to run shell scripts or other > programs that run within Cygwin, directly from windows (or a .bat). In > other words, I would like to double-click something on my desktop and have > it run the shell script. I have fooled a litt

What does clock() return?

2004-07-07 Thread Alex Vinokur
Here is an article http://groups.google.com/groups?selm=2l2ucgF7jv50U1%40uni-berlin.de from http://groups.google.com/groups?group=microsoft.public.vc.language "Victor Bazarov" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is it a known issue that in VC++ RTL the function 'clock()'

Re: Running a shell Script Directly from windows

2004-07-07 Thread Krzysztof Duleba
Brian Dessent wrote: > > I am wondering if Cygwin provides a way to run shell scripts or other > > programs that run within Cygwin, directly from windows (or a .bat). In > > other words, I would like to double-click something on my desktop and have > > it run the shell script. . > > Create a shor