Re: csh Shell

2005-01-23 Thread Alexis Cothenet
Hi, Thank you very much for your help, now when i write echo $SHELL i can see tcsh! Cheers, Alexis On Fri, 21 Jan 2005, Igor Pechtchanski wrote: > On Fri, 21 Jan 2005, Igor Pechtchanski wrote: > > > On Fri, 21 Jan 2005, Alexis Cothenet wrote: > > > > > I have installed cygwin but i see that m

gencat not found.

2005-01-23 Thread Vadiraj
Hello all, gencat a tool to create message catalog is not present in cygwin. Is someone working on it? If some one could point me to the source so that I can create it on for cygwin. -- cheers, Vadi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Cygwin Time Machine

2005-01-23 Thread Peter A. Castro
On Sun, 23 Jan 2005, Larry Hall wrote: > At 02:19 AM 1/23/2005, you wrote: > >I'm probably going to regret this :) > > > >For some time, I've been keeping a private mirror of Cygwin for my own > >personal use. Unlike other mirrors, I've been keeping all of the > >versions of all packages, along w

ld error while making a dll for module

2005-01-23 Thread Pradip Jadav
hi all , here i m having a prob regarding creating a shared dll. what exactly is that i m having a code which is abt a proxy server. It is linux based source code and i m porting it to windows with the help of CYGWIN .. Its exe is working fine ..Now i m going to create add-on module for that proj

Re: 1.5.12-1: documentation bug in lib[cm].texinfo

2005-01-23 Thread Joshua Daniel Franklin
On Sat, 22 Jan 2005 07:18:31 -0500 (GMT-05:00), Steve Munson wrote: > From the info dir file in /usr/share/info, you can't get to the info > files for libc or libm, because their entries are wrong. The file > cygwin-1.5.12-1/newlib/libc/libc.texinfo in the source distribution > for cygwin-1.5.12-1

Re: cygwin bughunt (FAQ alert?)

2005-01-23 Thread Joshua Daniel Franklin
> On Sat, Jan 22, 2005 at 03:42:15PM -0800, Joshua Daniel Franklin wrote: > >Yep, I missed that. It's gone, but with the other FAQ additions it moved: > > > >http://cygwin.com/faq/faq0.html#SEC104 On Sat, 22 Jan 2005 18:46:41 -0500, Christopher Faylor wrote: > This feels vaguely like I'm programmi

Re: Where can I get the source code for setup.exe

2005-01-23 Thread Igor Pechtchanski
On Sun, 23 Jan 2005, Dan Ch wrote: > The current version of setup.exe is 2.457.2.1 but the Cygwin > distribution contains version 2.427, i.e. setup installs the 2.427 > source code instead of 2.457.2.1. See . The version of the executable is dete

Where can I get the source code for setup.exe

2005-01-23 Thread Dan Ch
The current version of setup.exe is 2.457.2.1 but the Cygwin distribution contains version 2.427, i.e. setup installs the 2.427 source code instead of 2.457.2.1. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: setup.hint coreutils editing (was: [ANNOUNCEMENT] Updated: coreutils-5.2.1-3)

2005-01-23 Thread Steve Munson
On Thu, 23 Dec 2004 17:45:07 -0500, Christopher Faylor wrote: > Yes, good point. I've swept through the setup.hints, changed all of the > fileutils|sh-utils|textutils to 'coreutils', and removed duplicates. > ... > AFAICT, my list coincided with yours so everything should be up-to-date > now. Ac

Re: Fw: bug in texi2dvi, and hack patch

2005-01-23 Thread Karl Berry
Greetings, Regarding texi2dvi and cygwin, please see if the new version (below) works. (Akim, I'm cc-ing you since you've worked so much on texi2dvi, not to mention autoconf, that I figured you might spot problems.) Thanks, karl #! /bin/sh # texi2dvi --- produce DVI (or PDF) files from Texinfo

Re: CPAN install of LWP::UserAgent

2005-01-23 Thread Gerrit P. Haase
Alex Beamish wrote: On Sun, 23 Jan 2005 20:06:36 +0100, Gerrit P. Haase <[EMAIL PROTECTED]> wrote: Alex Beamish wrote: Just wondering if anyone else had problems installing LWP::UserAgent using CPAN. Yes: robot/ua-get..FAILED tests 2, 7 Failed 2/8 tests, 75.00% okay robot/ua...

problems with tmpnan naming using octave.

2005-01-23 Thread Eran
while using octave on cygwin, i can't use "imread" command. it complains it can't open file: c:\cygwin\tmp/oct-22fb00.0 i think the problem comes becuse of the "\" or "/" direction. tmpnam() gives: c:\cygwin\tmp/oct-22fb00.0 any sugestions? thanks, Eran. -- Unsubscribe info: http://cygw

Re: 1.5.12: find with -iregex is case-sensitive

2005-01-23 Thread johnwrussell
I found a workaround: Remake findutils 4.1.7-4 from source, and use /usr/local/bin/find.exe instead of /usr/bin/find.exe. Here's what I did: $ cd /usr/src/findutils-4.1.7-4 $ ./configure $ make $ make install $ mv /usr/bin/find.exe /usr/bin/find.exe.old $ cd /bin $ ln -s /usr/local/bin/find.ex

Re: CPAN install of LWP::UserAgent

2005-01-23 Thread Alex Beamish
On Sun, 23 Jan 2005 20:06:36 +0100, Gerrit P. Haase <[EMAIL PROTECTED]> wrote: > Alex Beamish wrote: > > > Just wondering if anyone else had problems installing LWP::UserAgent > > using CPAN. > > Yes: > > robot/ua-get..FAILED tests 2, 7 > > Failed 2/8 tests, 75.00% okay > robot

precompiled header status

2005-01-23 Thread Hans Horn
Group, what is the current status of precompiled headers under cygwin? The last post I read about this was http://sources.redhat.com/ml/cygwin/2004-10/msg01318.html - then silence! thx a bundle, H. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: htt

Re: update on hyperthreading system for cgf

2005-01-23 Thread Christopher Faylor
On Sun, Jan 23, 2005 at 10:39:07AM -0800, David Christensen wrote: >Christopher Faylor wrote: >>I don't think you've been paying attention. > >No, I haven't been following this entire thread. Fair enough. Bye, bye. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

Re: CPAN install of LWP::UserAgent

2005-01-23 Thread Gerrit P. Haase
Alex Beamish wrote: Just wondering if anyone else had problems installing LWP::UserAgent using CPAN. Yes: robot/ua-get..FAILED tests 2, 7 Failed 2/8 tests, 75.00% okay robot/ua..FAILED tests 2, 7 Failed 2/7 tests, 71.43% okay local/http-getFAILED test

RE: update on hyperthreading system for cgf

2005-01-23 Thread David Christensen
Christopher Faylor wrote: > I don't think you've been paying attention. No, I haven't been following this entire thread. I've told you what I use and recommend, and shown that my system demonstrates the Cygwin HT bug. When I build computers, my goals are reliability first, price/performance sec

Re: Share rootfs by nfs-server?

2005-01-23 Thread Larry Hall
At 01:23 PM 1/23/2005, you wrote: >I'll try and cut out all the detail to make things clear. > >Imagine I have only one computer. This computer is running Windows. >Inside it there is a 2nd hard drive with a linux ext3 root partition. >I want to make that available to other computers on the network

Re: Multiple installations and 3PPs (FAQ alert)

2005-01-23 Thread Igor Pechtchanski
On Sun, 23 Jan 2005, Steve Munson wrote: > On Sat, 22 Jan 2005 11:32:08 -0800, Joshua Daniel Franklin wrote: > > > I like the idea of it at least saving mounts. And the paths should work > > (note the "bin"). :) > > The only thing I would change is to save the state of the mounts within > the unin

Re: Share rootfs by nfs-server?

2005-01-23 Thread ajpearce
I'll try and cut out all the detail to make things clear. Imagine I have only one computer. This computer is running Windows. Inside it there is a 2nd hard drive with a linux ext3 root partition. I want to make that available to other computers on the network. Yes, I can READ the partition using

Re: Share rootfs by nfs-server?

2005-01-23 Thread Larry Hall
At 08:06 AM 1/23/2005, you wrote: >How can I share a root filesystem using Windows? > >I've had 2 ideas on how to approach this: > >- using nfs-server and a ext3 driver > >- compress the entire 18gb into one big file using cramfs and share that. > >Is there a better way? The first approach I doubt

CPAN install of LWP::UserAgent

2005-01-23 Thread Alex Beamish
Hi, Just wondering if anyone else had problems installing LWP::UserAgent using CPAN. After multiple attempts to install Cygwin on Windows 98, and various adventrues about Perl running out of memory (I deleted 4G of space, did a full defrag and expanded the page file) during CPAN install, I'm now

Re: FW: whois and man packages

2005-01-23 Thread Igor Pechtchanski
On Sun, 23 Jan 2005, Anthony W. (Tony) Parran wrote: > Hi: > > I am new to CYGWIN. I am an experienced UNIX and WINDOWS user. > > I joined this community at the request of a fellow employee since I am > designing my own aircraft but ran into a problem using AutoCAD 3D. He > suggested I use some

Re: Cygwin Time Machine

2005-01-23 Thread Larry Hall
At 02:19 AM 1/23/2005, you wrote: >I'm probably going to regret this :) > >For some time, I've been keeping a private mirror of Cygwin for my own >personal use. Unlike other mirrors, I've been keeping all of the >versions of all packages, along with a revision of setup.ini to go with >it. > >Now,

Re: cygpng12.dll not found

2005-01-23 Thread Larry Hall
At 04:03 PM 1/22/2005, you wrote: >How can I get the cygpng12.dll? >I got the libpng12 installed via setup.exe. >But there is no cygpng12.dll See the FAQ entry: What packages should I download? Where are 'make', 'gcc', 'vi', etc? So

Re: Help! Need B.20.1 src

2005-01-23 Thread Christopher Faylor
On Sun, Jan 23, 2005 at 09:28:45AM -0500, John Mellor wrote: >On Sat, 2005-22-01 at 20:22 -0500, Christopher Faylor wrote: >> On Sat, Jan 22, 2005 at 05:17:44PM -0800, Brian Dessent wrote: >> >John Mellor wrote: >> >>Correct me if I'm mistaken, but if I'm going to make a few dollars off >> >>of a n

Re: Multiple installations and 3PPs (FAQ alert)

2005-01-23 Thread Steve Munson
On Sat, 22 Jan 2005 11:32:08 -0800, Joshua Daniel Franklin wrote: > I like the idea of it at least saving mounts. And the paths should work > (note the "bin"). :) The only thing I would change is to save the state of the mounts within the uninstall script (just before uninstalling), rather than

Re: update on hyperthreading system for cgf

2005-01-23 Thread Christopher Faylor
On Sat, Jan 22, 2005 at 10:57:32PM -0800, David Christensen wrote: >I wrote: >>> http://secure.newegg.com/app/WishR.asp?ID=1251752 > >Christopher Faylor wrote: >> Well, yeah. I sort of need a hard disk, though and is that system >> *guaranteed* to exhibit this problem? > >This motherboard, case,

FW: whois and man packages

2005-01-23 Thread Anthony W. (Tony) Parran
Hi: I am new to CYGWIN. I am an experienced UNIX and WINDOWS user. I joined this community at the request of a fellow employee since I am designing my own aircraft but ran into a problem using AutoCAD 3D. He suggested I use some of the free source code available on the Internet for my 3D mode

Re: Help! Need B.20.1 src

2005-01-23 Thread Corinna Vinschen
On Jan 23 09:28, John Mellor wrote: > On Sat, 2005-22-01 at 20:22 -0500, Christopher Faylor wrote: > > On Sat, Jan 22, 2005 at 05:17:44PM -0800, Brian Dessent wrote: > > >I don't know if the ancient Bxx series was LGPL, but the current Cygwin > > >source is GPL which means you must provide not only

Re: Help! Need B.20.1 src

2005-01-23 Thread John Mellor
On Sat, 2005-22-01 at 20:06 -0500, Christopher Faylor wrote: > On Sat, Jan 22, 2005 at 08:00:00PM -0500, John Mellor wrote: > >On Sat, 2005-22-01 at 18:44 -0500, Christopher Faylor wrote: > >> On Sat, Jan 22, 2005 at 05:23:41PM -0500, John Mellor wrote: > >> >I'm looking for the source for the cygw

Re: Help! Need B.20.1 src

2005-01-23 Thread John Mellor
On Sat, 2005-22-01 at 20:22 -0500, Christopher Faylor wrote: > On Sat, Jan 22, 2005 at 05:17:44PM -0800, Brian Dessent wrote: > >John Mellor wrote: > >>Correct me if I'm mistaken, but if I'm going to make a few dollars off > >>of a non-free something that links in an open source library, I need to

Share rootfs by nfs-server?

2005-01-23 Thread ajpearce
How can I share a root filesystem using Windows? I've had 2 ideas on how to approach this: - using nfs-server and a ext3 driver - compress the entire 18gb into one big file using cramfs and share that. Is there a better way? The first approach I doubt will work because even Paragons ext3 driver

Re: gnome-vfs problems with XP SP2

2005-01-23 Thread Gerrit P. Haase
Walter Landry wrote: As I mentioned in another message, I managed to get gnome-vfs working by removing all traces of gconfd. However, I have to do this periodically, because gconfd hangs around too long. If I run my program, then gconfd doesn't exit when the program exits. So when I exit cygwin