Re: newby stupid question - cat mutiple files to new piped output files

2003-11-27 Thread Ronald Landheer-Cieslak
On Wed, Nov 26, 2003 at 10:42:58AM -0500, Igor Pechtchanski wrote: > On Wed, 26 Nov 2003, Ronald Landheer-Cieslak wrote: > > > On Wed, Nov 26, 2003 at 04:55:34AM -0500, c wrote: > > > Just started to get somewhere until i wanted to cat a heap of csv files and > > > then send the unique records to

[ANNOUNCEMENT] New package: tzcode-2003d-1

2003-11-27 Thread Dr. Volker Zell
The package 'tzcode' is now available with the Cygwin distribution. o http://www.twinsun.com/tz/tz-link.htm (Homepage) o ftp://elsie.nci.nih.gov/pub/ (Download location) DESCRIPTION: The public-domain time zone database contains code and data that represent the

pow math function pb.

2003-11-27 Thread ycollet
Hello, I've tried this program under cygwin: #include int main() { printf("%lf\n", pow(2,8)); return 0; } This program returns 8 instead of 256. I've tried pow(2.0,8), pow(2.0, 8.0), etc ... Seems to me that I've found a bug ? instead of pow, I'm using pow(A,B)=exp(B*log(A)) (it works) Y

lftp 2.6.8 does not support dos file format

2003-11-27 Thread Didrik Pinte
Hi everybody, I've just tried to use lftp under Cygwin and encounter the following problem. When using script file, lftp does not work properly when it is DOS formatted (CR/LF). Especially with the mirror command, it seems to work but does not recurse subdirectories. Is it a bug or a feature..

Re: pow math function pb.

2003-11-27 Thread Corinna Vinschen
On Thu, Nov 27, 2003 at 03:39:51PM +0100, [EMAIL PROTECTED] wrote: > Hello, > > I've tried this program under cygwin: > > #include > > int main() > { > printf("%lf\n", pow(2,8)); > return 0; > } > > This program returns 8 instead of 256. > I've tried pow(2.0,8), pow(2.0, 8.0), etc ... Seem

Re: pow math function pb.

2003-11-27 Thread Christopher Faylor
On Thu, Nov 27, 2003 at 04:06:30PM +0100, Corinna Vinschen wrote: >On Thu, Nov 27, 2003 at 03:39:51PM +0100, [EMAIL PROTECTED] wrote: >> Hello, >> >> I've tried this program under cygwin: >> >> #include >> >> int main() >> { >> printf("%lf\n", pow(2,8)); >> return 0; >> } >> >> This progra

RE: pow math function pb.

2003-11-27 Thread Hughes, Bill
Sent: 27 November 2003 15:29 From: Christopher Faylor > On Thu, Nov 27, 2003 at 04:06:30PM +0100, Corinna Vinschen wrote: > >Works for me with Cygwin 1.5.5 and recent developer snapshots. You > >didn't tell anything about the version you're using. > > And that's one of the reasons why we don't ha

Re: pow math function pb.

2003-11-27 Thread ycollet
Hello, Sorry, I forgot to say that I'm using the latest cygwin. gcc version is 3.3.1. I have tried again the little example and now it works. But my main program which ends by these two lines. I have cleaned my program and I attach it to this mail. Your sincerely, Yann COLLETTE > On Thu, Nov 27,

RE: pow math function pb.

2003-11-27 Thread zze-BDE balg011 VAUCHER Laurent DvSI/SIReS/GRE
> Sorry, I forgot to say that I'm using the latest cygwin. > gcc version is 3.3.1. > I have tried again the little example and now it works. > But my main program which ends by these two lines. > I have cleaned my program and I attach it to this mail. But in your main program, you don't include ma

Re: pow math function pb.

2003-11-27 Thread Corinna Vinschen
On Thu, Nov 27, 2003 at 04:55:51PM +0100, [EMAIL PROTECTED] wrote: > printf("\n\n%f\n", pow(2.0,8.0)); Did you mean %lf as in your test program? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developermailto:[EMAIL PR

Running other scripts from Bash shell

2003-11-27 Thread Ashman,Tim [PYR]
I am running Cygwin on a Windows 2000 machine. I also have GNU Octave 2.1.50 (very similar to Matlab) installed. Cygwin is a component of the GNU Octave 2.1.50 build, but I have installed Cygwin seperately as well. As a result of this, my octave and cygwin programs do not run together and have diff

Problem making rxvt

2003-11-27 Thread David A. Cobb
ions a great sinner." -- The Way of a Pilgrim: R.French, Tr. Life is too short to tolerate crappy software! make.log-clean.bz2 Description: Binary data configure.log-clean.bz2 Description: Binary data cygcheck-20031127.log.bz2 Description: Binary data -- Unsubscribe info: http://cy

Re: Running other scripts from Bash shell

2003-11-27 Thread Christopher Faylor
On Thu, Nov 27, 2003 at 08:44:15AM -0800, Ashman,Tim [PYR] wrote: >I am running Cygwin on a Windows 2000 machine. I also have GNU Octave 2.1.50 >(very similar to Matlab) installed. Cygwin is a component of the GNU Octave >2.1.50 build, but I have installed Cygwin seperately as well. As a result of

RE: Running other scripts from Bash shell

2003-11-27 Thread Ashman,Tim [PYR]
Thanks. I will contact GNU Octave. In my last posting, I was using an Octave script to explain my problem of how to run an external script from Cygwin in general. Putting Octave aside for a moment, what do I need to do (PATH setting, script header, etc) to run an external script from a bash script?

Re: Running other scripts from Bash shell

2003-11-27 Thread Cliff Hones
Ashman,Tim [PYR] wrote: > I am running Cygwin on a Windows 2000 machine. I also have GNU Octave 2.1.50 > (very similar to Matlab) installed. Cygwin is a component of the GNU Octave > 2.1.50 build, but I have installed Cygwin seperately as well. As a result of > this, my octave and cygwin programs d

Info and Document Path

2003-11-27 Thread David A. Cobb
I googled about looking for an answer, all I see is a very short thread between Chuck and Chris on . Is the policy that documentation and info is moving into /usr/share/... ? If yes, is there any ongoing process of moving things out

Perl port to cygwin question/problem

2003-11-27 Thread linda w
I'm trying to run a program that needs Registry.pm. I pull it down as part of Win32::Registry, but when I try to 'make' it, it fails: ... Writing Makefile for Win32::ODBC Checking if your kit is complete... Looks good Processing hints file hints/cygwin.pl Note (probably harmless): No library foun

a couple of problems/items with managed mounts

2003-11-27 Thread Lester Ingber
(1) I have two managed mounts: @lester:~% mount C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) e:\Carchive\cygwin\managed on /cygdrive/e/Carchive/cygwin/managed type system (binmode,managed) c:\cygwin\managed on /managed type system (binmode,managed) C:\cygwin\

Running a script from Bash

2003-11-27 Thread Ashman,Tim [PYR]
In my first posting today, I was using an Octave script in explaining my problem of how to run an external script from Cygwin in general. Putting Octave aside for a moment, what do I need to do (PATH setting, script header, etc) to run any external script from a bash script? Basically, I would like

can't install or upgrade from local anymore (setup v. 2.416)

2003-11-27 Thread Urs Rau
I have been using setup.exe for months (years?) to "download from internet" the files to a "local" network location and have always been able to then "install from local directory" to other workstations installing from local "root directory". But recently it has stopped functioning. I can succes

ssmtp -t alters To: header of outgoing mail

2003-11-27 Thread Robert R Schneck
Running ssmtp -t with input like --- Date: Thu, 27 Nov 2003 16:57:42 + From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: test test --- will result in the following being sent to *both* recipients: --- Date: Thu, 27 Nov 2003 16:57:42 + From: [EMAIL PROTECTED] To: [EM

Re: Problem making rxvt

2003-11-27 Thread Thorsten Kampe
* David A. Cobb (2003-11-27 17:54 +0100) > My configure/make score is just barely above zero. I'd be sure it was > all me if it was indeed zero - but not quite. > Latest attempt: rxvt-2.7.10 Install rxvt via Setup.exe. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: a couple of problems/items with managed mounts

2003-11-27 Thread Christopher Faylor
On Thu, Nov 27, 2003 at 10:36:49AM -0800, Lester Ingber wrote: >(1) >I have two managed mounts: >@lester:~% mount >C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) >e:\Carchive\cygwin\managed on /cygdrive/e/Carchive/cygwin/managed type system >(binmode,managed) >

Re: Problem making rxvt

2003-11-27 Thread Frédéric L. W. Meunier
On Thu, 27 Nov 2003, Thorsten Kampe wrote: > * David A. Cobb (2003-11-27 17:54 +0100) > > My configure/make score is just barely above zero. I'd be sure it was > > all me if it was indeed zero - but not quite. > > > Latest attempt: rxvt-2.7.10 > > Install rxvt via Setup.exe. That won't fix the s

Re: Problem making rxvt

2003-11-27 Thread Christopher Faylor
On Thu, Nov 27, 2003 at 09:28:14PM -0200, Fr?d?ric L. W. Meunier wrote: >On Thu, 27 Nov 2003, Thorsten Kampe wrote: > >> * David A. Cobb (2003-11-27 17:54 +0100) >> > My configure/make score is just barely above zero. I'd be sure it was >> > all me if it was indeed zero - but not quite. >> >> > La

Re: a couple of problems/items with managed mounts

2003-11-27 Thread Christopher Faylor
On Thu, Nov 27, 2003 at 05:59:45PM -0500, Christopher Faylor wrote: >On Thu, Nov 27, 2003 at 10:36:49AM -0800, Lester Ingber wrote: >>I don't understand when and why ".lnk" is attached as a suffix when I >>create soft links. > >Cygwin has a random "mean" mode. It is very effective in producing >un

Re: Problem making rxvt

2003-11-27 Thread Mark Blackburn
Did you read /usr/doc/Cygwin/rxvt-2.7.10.README ? It says to configure like so: ./configure --enable-utmp --enable-wtmp --enable-lastlog \ --enable-xpm-background --enable-menubar --enable-rxvt-scroll \ --enable-next-scroll --enable-xterm-scroll --enable-frills \ --enable-linespace --enable-mous

Crash of mysql under cygwin with g++ 3.3.1

2003-11-27 Thread Fabrice Marchal
I dont know if this is a problem of mysql, g++ or cygwin but the following simple code keeps crashing with g++3.3.1 Platform: cygwin-1.5.5, mysql 3.23 (and mysql 4.1 as well). Note that the code does not crash if all the mysql_ calls are made from inside the "main()" block. GDB reports that the cr

Re: Problem making rxvt

2003-11-27 Thread David A. Cobb
Christopher Faylor wrote: On Thu, Nov 27, 2003 at 09:28:14PM -0200, Fr?d?ric L. W. Meunier wrote: On Thu, 27 Nov 2003, Thorsten Kampe wrote: * David A. Cobb (2003-11-27 17:54 +0100) My configure/make score is just barely above zero. I'd be sure it was all me if it was indeed zero

Re: Problem making rxvt

2003-11-27 Thread David A. Cobb
Mark Blackburn wrote: Did you read /usr/doc/Cygwin/rxvt-2.7.10.README ? It says to configure like so: ./configure --enable-utmp --enable-wtmp --enable-lastlog \ --enable-xpm-background --enable-menubar --enable-rxvt-scroll \ --enable-next-scroll --enable-xterm-scroll --enable-frills \ --enable-

Re: [ANNOUNCEMENT] Updated: keychain-2.0.3-1

2003-11-27 Thread Karl M
Hi All... I believe I found a small bug in the latest keychain. For Cygwin, keychain now does a "ps -e -u -f" to look for ssh-agent processes...I believe it should be a "ps -u -f" instead. The reason is as follows...the -e shows processes for all users. If multiple users have ssh-agent proce

Question on features built into Cygwin Vim binary (for Corinna)

2003-11-27 Thread Frank P. Hart
I noticed that Cygwin-distributed Vim binary did not have support for Cscope built-in ('-cscope' returned from the :version command), so I downloaded the source and after about a dozen failed attempts -- mostly due to operator error -- I finally got a build that will work. However, I noticed that