Re: Selectively zipping files together

2004-10-14 Thread Christopher Faylor
On Thu, Oct 14, 2004 at 10:34:11PM -0600, Siegfried Heintze wrote: >> >>-Original Message- >>From: Christopher Faylor >>Sent: Thursday, October 14, 2004 9:55 PM >>To: [EMAIL PROTECTED] >>Subject: Re: Selectively zipping files together >> >>>I'm trying to use sun's jar utility (from Sun's ja

RE: Selectively zipping files together

2004-10-14 Thread Siegfried Heintze
> >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Faylor >Sent: Thursday, October 14, 2004 9:55 PM >To: [EMAIL PROTECTED] >Subject: Re: Selectively zipping files together > >>I'm trying to use sun's jar utility (from Sun's java development kit

LibFFI or LibVM? [was: Re: SableVM & Cygwin (was: Re: sablevm + windows)]

2004-10-14 Thread Grzegorz B. Prokopski
On Wed, 2004-10-13 at 15:25, Peter Lovell wrote: > Speaking only for myself, I believe that option (2) would be the > appropriate one. It might be nice to include it also back to gcc but I > suspect that sablevm developers might prefer to not have that > dependency. As for including libffi in S

Re: Selectively zipping files together

2004-10-14 Thread Christopher Faylor
On Thu, Oct 14, 2004 at 09:48:13PM -0600, Siegfried Heintze wrote: >I did not see this bounce back to me so I am sending it again. I wonder if >the problem was with HTML/plain formatting? > > >I'm trying to use sun's jar ut

Selectively zipping files together

2004-10-14 Thread Siegfried Heintze
I did not see this bounce back to me so I am sending it again. I wonder if the problem was with HTML/plain formatting? I'm trying to use sun's jar utility (from Sun's java development kit) along with the Cygwin find comma

RE: non-interactive cygwin setup

2004-10-14 Thread Gary R. Van Sickle
> On Thu, 14 Oct 2004, Gary R. Van Sickle wrote: > > > [snip] > > > >I thought if a GUI app called printf it generally caused > a console > > > >to be opened for it. Maybe that's only with msvcrt. In > any case, > > > >the fact is that it is being run from a cmdline and so > it certainly >

Re: cygwin & openssh(d) & login without password

2004-10-14 Thread Joshua Daniel Franklin
On Wed, 13 Oct 2004 10:15:52 -0400, Christopher Faylor wrote: > > > > Did you see my suggestion that we should mention the existence of the > man and info commands in the FAQ entry? I can do that. -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

Re: Ping: Cygwin libtool / assembler problem with -DPIC

2004-10-14 Thread Charles Wilson
Gerrit P. Haase wrote: I think it is a bad thing to add -D flags unconditionally and for sure it is a bad thing if it is a noop. You're missing the point. *libtool* doesn't know that -DPIC means nothing for your code. On some platforms, you really have to compile DIFFERENT CODE, not just compil

Re: Setup failure: mount error

2004-10-14 Thread luke
Dave Korn replied to: Basically, that worked. It appears that Cygwin made some change that persisted even after deleting all the Cygwin files and registry entries. ?!?!?!? This seems highly improbable. What else _could_ there be? Maybe something different in the environment vars between the

Re: tcsh and chere-0.3-1

2004-10-14 Thread Dave
--- Andrew Grimm <[EMAIL PROTECTED]> wrote: > Igor Pechtchanski said: > > > Does anyone know of a way to get a `-` at the start of $0? I believe > > > this will force all the shells to start as login shells and is the > > > most generic solution. > > > > Sure. 'bash -c "exec -l $PROG $ARGS"'. :-)

Re: [bug] fileutils: ln --target-directory with just one target fails - cygcheck-svr.out [1/1]

2004-10-14 Thread Christopher Faylor
On Thu, Oct 14, 2004 at 04:43:56PM -0400, Andrew Schulman wrote: >$ ls -l dir1 >$ ln -fs --target-directory=dir1 ../test.txt >ln: `dir1/.': cannot overwrite directory >$ ls -l dir1 >total 0 >lrwxrwxrwx1 ASchulma None 11 Oct 14 16:42 test.txt -> >../test.txt > >What seems to happen he

[bug] fileutils: ln --target-directory with just one target fails - cygcheck-svr.out [1/1]

2004-10-14 Thread Andrew Schulman
$ ls -l dir1 $ ln -fs --target-directory=dir1 ../test.txt ln: `dir1/.': cannot overwrite directory $ ls -l dir1 total 0 lrwxrwxrwx1 ASchulma None 11 Oct 14 16:42 test.txt -> ../test.txt What seems to happen here is that when ln --target-directory is given only one target file (here

Re: Problems installing PRC-TOOLS

2004-10-14 Thread hewardt
The specific problem seemed more related to the cygwin install app rather than the individual packages, hence my question on this mailing list. I will go ahead and try to find out more information elsewhere. Thanks for the response. > On Thu, Oct 14, 2004 at 04:27:37PM +, [EMAIL PROTECTED]

Re: Distributing cygwin-based software

2004-10-14 Thread Christopher Faylor
On Thu, Oct 14, 2004 at 09:32:16PM +0200, Soeren Nils Kuklau wrote: >Hi, > >we're working on a cross-platform server daemon, and on the Windows >side, we have chosen to use Cygwin for POSIX compatibility reasons. We >have run into several issues on the way: > >1) We've looked at `cygrunsrv', and

Distributing Cygwin-based software

2004-10-14 Thread Soeren Nils Kuklau
Hi, we're working on a cross-platform server daemon, and on the Windows side, we have chosen to use Cygwin for POSIX compatibility reasons. We have run into several issues on the way: 1) We've looked at `cygrunsrv', and it appears to be a convenient tool for setting our daemon up as an NT servi

Re: tcsh and chere-0.3-1

2004-10-14 Thread Andrew Grimm
Igor Pechtchanski said: > > Does anyone know of a way to get a `-` at the start of $0? I believe > > this will force all the shells to start as login shells and is the > > most generic solution. > > Sure. 'bash -c "exec -l $PROG $ARGS"'. :-) Ya beat me to it :) Although, in the current design, t

Re: Problems installing PRC-TOOLS

2004-10-14 Thread Christopher Faylor
On Thu, Oct 14, 2004 at 04:27:37PM +, [EMAIL PROTECTED] wrote: >I've recently been trying to get started with Palm development but got >stuck fairly early on :) The problem I am encountering is that of >donwloading and installing the prc-tools package as described in the >install document on cy

Re: tcsh and chere-0.3-1 (fwd)

2004-10-14 Thread Igor Pechtchanski
On Thu, 14 Oct 2004, Dave wrote: > [snip] > > If that is the case then maybe we could get some coordination going and > > set a CYGWIN_CD_HERE environment variable or something and just have the > > login shell cd to the right directory automatically with the help of > > the /etc/* scripts. > > Th

Re: Virtual (meta-) packages

2004-10-14 Thread Igor Pechtchanski
On Thu, 14 Oct 2004, Jani Tiainen wrote: > Christopher Faylor wrote: > > On Thu, Oct 14, 2004 at 09:08:04AM +0300, Jani Tiainen wrote: > > > > > Could setup be extended (or even used in current form) to have virtual > > > packages that could install some basic tools as a whole working > > > combin

Re: non-interactive cygwin setup

2004-10-14 Thread Igor Pechtchanski
On Thu, 14 Oct 2004, Robert Pendell wrote: > Well there are ways to make a console/gui hybrid application (or at > least I read that it could be done) but there are a few tricks that > you have to pull. It would be invisible to the end-user in the end > though. ];->

RE: non-interactive cygwin setup

2004-10-14 Thread Igor Pechtchanski
On Thu, 14 Oct 2004, Gary R. Van Sickle wrote: > [snip] > > >I thought if a GUI app called printf it generally caused a console to > > >be opened for it. Maybe that's only with msvcrt. In any case, the > > >fact is that it is being run from a cmdline and so it certainly can > > >communicate with

Problems installing PRC-TOOLS

2004-10-14 Thread hewardt
Hi All, I've recently been trying to get started with Palm development but got stuck fairly early on :) The problem I am encountering is that of donwloading and installing the prc-tools package as described in the install document on cygwin.com. I keep getting: Download Incomplete error message

Re: proftpd in cygwin on win2k3

2004-10-14 Thread Jason Tishler
Rob, Please post instead of sending private email. On Thu, Oct 14, 2004 at 09:16:42AM -0400, Robert St.Denis wrote: > I seem to be getting that classic privs_relinquish error. I tried the > User cygwin_server thing but then it wouldnt start up at all ... any > ideas ? I would follow the Windows

Re: cygwin/x symantec antivirus conflict (fixed in snapshot?)

2004-10-14 Thread Owen Rees
--On 11 October 2004 00:06 -0400 Christopher Faylor <[EMAIL PROTECTED]> wrote: So, I'd appreciate reports on the latest snapshot. Does it fix any problems? Cause any problems? No change? I have XP Pro and Symantec AV - the 20041010 snapshot fixes the slowness I was having with emacs/X locally

Re: Virtual (meta-) packages

2004-10-14 Thread Jani Tiainen
Christopher Faylor wrote: On Thu, Oct 14, 2004 at 09:08:04AM +0300, Jani Tiainen wrote: Could setup be extended (or even used in current form) to have virtual packages that could install some basic tools as a whole working combination, like X11 server? More or less like it is done in Debian (my

Re: chere problem with network-share handling ?

2004-10-14 Thread Christopher Faylor
On Thu, Oct 14, 2004 at 05:08:07AM -0700, Dave wrote: >OK, this appears to be an issue with quote processing. Here is a session, >starting in a command prompt. > >- >C:\>c:\cygwin\bin\bash -l -c "cd '\\minime\music'; exec /bin/bash" >/bin/bash: line 1: cd: \minime\music: No such file or directo

line-drawing

2004-10-14 Thread towo
According to a recent mailing on [EMAIL PROTECTED], the alternate character set terminal controls (fixed wrt. the currently buggy terminfo entry) are supposed to work and to provide line drawing (like with VT100 graphics characters). Is that true? What do you see if you send "\[[11mn" to the ter

Re: Virtual (meta-) packages

2004-10-14 Thread Christopher Faylor
On Thu, Oct 14, 2004 at 09:08:04AM +0300, Jani Tiainen wrote: >Could setup be extended (or even used in current form) to have virtual >packages that could install some basic tools as a whole working >combination, like X11 server? More or less like it is done in Debian (my >favourite Linux distri

Re: vim problem with my install, y?

2004-10-14 Thread Danilo Turina
Notice that the TERM variable is set (and also a "strange" version of sh installed) by Rational Rose only you choose a specific sub-package of Rose (maybe the Model Integrator), if don't install that package, TERM var is not set by Rose setup and the "strange" sh is not installed. Ciao,

Re: tzset et al

2004-10-14 Thread Corinna Vinschen
On Oct 14 14:27, Gerrit P. Haase wrote: > Is tzname and timezone not ANSI? Why is it used in sablevm then? Or is > the Cygwin time.h wrong about this? Btw., time.h is newlib, not Cygwin. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Le

Re: tzset et al

2004-10-14 Thread Corinna Vinschen
On Oct 14 14:27, Gerrit P. Haase wrote: > Now I see that there is -ansi at the commandline and that is the > problem, tzname et al is guarded with !__STRICT_ANSI__ in time.h and > therefore it is not defined. > > Is tzname and timezone not ANSI? Why is it used in sablevm then? Or is > the Cygwi

RE: Setup failure: mount error

2004-10-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of luke > Sent: 14 October 2004 09:59 > > In other words, it appears to have nothing to do with > having run "mount" > > from a network install of Cygwin. (Since all files created > by Cygwin > > and all registry entries were deleted,

RE: vim problem with my install, y?

2004-10-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Lane, Frank L > Sent: 13 October 2004 22:47 > Thanks Chris: you nailed it. TERM was nutc, whatever that's > supposed to be, It's something done by those Rational Rose perverts[*]: http://www.google.com/search?hl=en&q=TERM%3Dnutc

RE: gcc exception handling

2004-10-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Peter Xiaochuan Huang > Sent: 13 October 2004 18:51 > > Are you using the correct command line options to > > compile with exceptions? > > I tried -mthreads that didn't fix it. What is the > right compile flag? I believe -fex

Re: tzset et al

2004-10-14 Thread Gerrit P. Haase
Corinna wrote: > On Oct 14 13:17, Gerrit P. Haase wrote: >> Corinna wrote: >> > Hmm, I just tried Robert's test program on a DLL from current CVS: >> >> > $ ./tzset.exe >> > std:WEST >> > dst:WEDT >> >> > and it works regardless if $TZ is set or not. Could you debug this further? >> >> No, I

Re: chere problem with network-share handling ?

2004-10-14 Thread Dave
OK, this appears to be an issue with quote processing. Here is a session, starting in a command prompt. - C:\>c:\cygwin\bin\bash -l -c "cd '\\minime\music'; exec /bin/bash" /bin/bash: line 1: cd: \minime\music: No such file or directory [EMAIL PROTECTED] ~ $ cd '\\minime\music' [EMAIL PROTEC

Re: chere problem with network-share handling ?

2004-10-14 Thread haro
From: Dave Date: Thu, 14 Oct 2004 03:58:21 -0700 (PDT) ::> I seem to have problem with network-share path handling with chere. ::> When I start 'Zsh Here' from Explorer on network-share like ::> "//Server/share/dir/path", I get following error message on the first ::> line of zsh window: ::> cd:

Re: tzset et al

2004-10-14 Thread Corinna Vinschen
On Oct 14 13:17, Gerrit P. Haase wrote: > Corinna wrote: > > Hmm, I just tried Robert's test program on a DLL from current CVS: > > > $ ./tzset.exe > > std:WEST > > dst:WEDT > > > and it works regardless if $TZ is set or not. Could you debug this further? > > No, I have no idea, it just don't

Re: tzset et al

2004-10-14 Thread Gerrit P. Haase
Corinna wrote: > On Oct 14 11:50, Gerrit P. Haase wrote: >> Hello, >> >> it is a mess... >> >> Whatever happend after this thread, >> http://www.cygwin.com/ml/cygwin-patches/2001-q1/msg00248.html >> it was not the result that it is working now, the simple testcase Robert >> provided still (or ag

Re: Ping: Cygwin libtool / assembler problem with -DPIC

2004-10-14 Thread Gerrit P. Haase
Hi Charles, > Libtool gives -DPIC -DDLL_EXPORT to indicate a cygwin or mingw DLL. We > undefine PIC since we don't need to be position independent in this > case and definitely don't want the ELF style _GLOBAL_OFFSET_TABLE_ etc. > ifdef(`DLL_EXPORT',`undefine(`PIC')') > Now, on *mingw*, we do i

Re: libtool / assembler problem with -DPIC

2004-10-14 Thread Gerrit P. Haase
Reini wrote: > Charles Wilson schrieb: >> Gerrit P. Haase wrote: >>> With GNU as PIC is not an noop, when -DPIC is used to invoke gas the >>> generated assembly is broken. I saw this problem with a >>> reautoconfiscated version of GMP. This may be unusual, but there was >>> libtool used to invok

RE: chere problem with network-share handling ?

2004-10-14 Thread Dave
Haro said: > I seem to have problem with network-share path handling with chere. > When I start 'Zsh Here' from Explorer on network-share like > "//Server/share/dir/path", I get following error message on the first > line of zsh window: > cd: no such file or directory: /opt/Server/share/dir/path >

Re: tcsh and chere-0.3-1 (fwd)

2004-10-14 Thread Dave
>> From: Andrew Grimm >> >> On Wed, Oct 13, 2004 at 07:02:13PM -0400, Christopher Faylor wrote: >> >Actually, All shells which support -l seem to cd to the home directory. >> >I'm not sure what the -l adds to the above since the above code just >> >calls the shell again after cd'ing to the directo

Re: tzset et al

2004-10-14 Thread Corinna Vinschen
On Oct 14 11:50, Gerrit P. Haase wrote: > Hello, > > it is a mess... > > Whatever happend after this thread, > http://www.cygwin.com/ml/cygwin-patches/2001-q1/msg00248.html > it was not the result that it is working now, the simple testcase Robert > provided still (or again) doesn't work. Even i

tzset et al

2004-10-14 Thread Gerrit P. Haase
Hello, it is a mess... Whatever happend after this thread, http://www.cygwin.com/ml/cygwin-patches/2001-q1/msg00248.html it was not the result that it is working now, the simple testcase Robert provided still (or again) doesn't work. Even if I use _tzname instead of tzname it prints out nothing.

Re: Setup failure: mount error

2004-10-14 Thread luke
luke wrote: [...] I'll let people know how I get on. Plan: first the FS check, then I'll try installing a stable known to work Cygwin, then I'll scrub and reinstall W2K, then I'll give up and try another PC. Well, since I know the MD5 checksums are correct on both our local stable Cygwin mirror

Re: Backup script not working properly

2004-10-14 Thread Fredrik Persson
Thanks, I changed to /bin/bash and now it's working fine. Fredrik -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: [SOLVED] Re: other services ok, ftp not (was 1.5.11 - tcp problems)

2004-10-14 Thread Carlo Florendo
Brian Dessent wrote: Carlo Florendo wrote: On a curious note, why do the inetutils apps like ftp, telnet, etc. still use getservbyname() and the other getserv functions when, as you said, these apps could just have the port and protocol hardcoded or specified in a config file? As far as I

Re: non-interactive cygwin setup

2004-10-14 Thread Robert Pendell
Well there are ways to make a console/gui hybrid application (or at least I read that it could be done) but there are a few tricks that you have to pull. It would be invisible to the end-user in the end though. On Thu, 14 Oct 2004 01:12:20 -0500, Gary R. Van Sickle <[EMAIL PROTECTED]> wrote: > [

Re: [SOLVED] Re: other services ok, ftp not (was 1.5.11 - tcp problems)

2004-10-14 Thread Brian Dessent
Carlo Florendo wrote: > On a curious note, why do the inetutils apps like ftp, telnet, etc. > still use getservbyname() and the other getserv functions when, as you > said, > these apps could just have the port and protocol hardcoded or specified > in a config file? As far as I know that traces

Re: Ping: Cygwin libtool / assembler problem with -DPIC

2004-10-14 Thread Charles Wilson
Gerrit P. Haase wrote: Noah Misch wrote: There was a thread about this general topic awhile ago. That GMP actively uses -DPIC to select the correct assembly came up: http://lists.gnu.org/archive/html/libtool/2003-01/msg00060.html I saw that -DPIC was used on Cygwin to compile assembly and it co

Re: Cygwin Check Package

2004-10-14 Thread Gerrit P. Haase
Hallo Andrew, Am Donnerstag, 14. Oktober 2004 um 02:39 schriebst du: > I just recently began using Cygwin and was pleased to find your port > of the Check framework. I was curious if you had noticed that a couple > of new versions have been released since your last update: > http://sourceforge.ne