>
> On Thu, Dec 27, 2001 at 06:22:43PM +0100, Ralf Habacker wrote:
> >> -Original Message-
> >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
> >> Of Corinna Vinschen
> >> Sent: Friday, December 14, 2001 11:36 AM
> >> To: cygwin
> >> Subject: Re: duplicate regexec/regcomp fun
- Original Message -
From: "Ralf Habacker" <[EMAIL PROTECTED]>
> > >gcc -o test -lpthread main.o [-lcygwin]
> > >
> > >This will result in multiple defined symbols for WinMain (expected
that
> > >main.o contains a main function). You can say don't do this, but
what
> > >about bigger pack
> -Original Message-
> From: Jason Tishler [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 27, 2001 7:05 PM
> To: Ralf Habacker
> Cc: Cygwin
> Subject: Re: rebase addon - Bas and Size listing of dll's without
> rebasing
>
>
> Ralf,
>
> On Wed, Dec 26, 2001 at 09:08:49PM +0100, Ralf H
redirected to cygwin!
- Original Message -
From: "Gary R. Van Sickle" <[EMAIL PROTECTED]>
> > Thanks. BTW: If you can identify what made that huge patch (my money
is
> > on indent 2.2.7 inserting ^M's)'s that would be handy.
> >
> > Rob
>
> It's highly bizarre, but AFAICT it's not inden
Robert,
2001-12-28 14:10:30, du schriebst:
>>> Thanks. BTW: If you can identify what made that huge patch (my money
>>> is on indent 2.2.7 inserting ^M's)'s that would be handy.
`indent' is linked against /lib/automode.o and adds nothing (at least no ^M's).
Gerrit
--
=^..^=
--
Unsubscribe
Isn't automode read-in-text, write in binary?
Rob
===
- Original Message -
From: "Gerrit P. Haase" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 29, 2001 12:12 AM
Subject: Re: [PATCH] Setup.exe "other URL" functionality
> Robert,
>
> 2001-12-28 14:10:30, du schrie
Just cleaning up my mailbox, found this unansewered...
I took the single question pre mail as a corollary to
"Use meaningful, specific subject headers". If you have two questions(*)
then a meaningful specific subject header becomes much less likely.
(*) Questions in the sense of a group of tight
Answering my own comment...
Digging back into the thread for completeness, Chris suggested you send
your one-question per email assertion to ESR for inclusion. I concur,
because while it's an obvious corollary to a hacker, it's likely to be
non obvious to those who will gain the most benefit from
>From an rsync mail list I have determined that using "--modify-window 2" on
the Windows 98 box fixes the problem.
Now only the updated files get copied.
"The option was added to copy between PC filesystems that have a timestamp
granularity of 2 seconds and Unix filesystems that have a granularit
Robert,
2001-12-28 15:43:22, du schriebst:
> Isn't automode read-in-text, write in binary?
Everything written is in binmode, regardless what type the
mounts are.
Gerrit
--
begin signature:
=^..^=
end
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:
Thanks for the reply Peter. While your suggestions didn't fix the problem, they did
get me thinking and digging back into things.
Ultimately turned out that the problem was that while the system PATH environment
variable had "c:\cygwin" defined, it did not include path "c:\cygwin\bin". I was
s
Hi,
Is there a better way to do a 'full' install of cygwin, rather than
clicking each and every package name 2 times to change it from "skip" to
current version number ?
Regards,
Rohit
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/b
Hi,
I have installed cygwin(with expect package) on a number of Windows 2000
systems, and on all the systems EXCEPT ONE, I am able to spawn "cmd.exe"
using the following command:
C:\>expect
expect1.1> spawn "C:\\winnt\\system32\\cmd.exe" /c echo PLEASEECHO
spawn C:\winnt\system32\cmd.exe /c ech
At 10:23 AM 12/28/2001, ROHIT X SINGH wrote:
>Hi,
>
>Is there a better way to do a 'full' install of cygwin, rather than
>clicking each and every package name 2 times to change it from "skip" to
>current version number ?
Currently, no. Review the mail list archives for details of the
discussi
At 10:41 AM 12/28/2001, ROHIT X SINGH wrote:
>Hi,
>
>I have installed cygwin(with expect package) on a number of Windows 2000
>systems, and on all the systems EXCEPT ONE, I am able to spawn "cmd.exe"
>using the following command:
>
>C:\>expect
>expect1.1> spawn "C:\\winnt\\system32\\cmd.exe" /c e
> Perhaps the output of 'cygcheck -s -r -v' would be of some help (and
> maybe not! ;-) )
Thanks Larry,
I have found something which may be able to pinpoint the source of the
error: However, I'm not competent enough to judge what's wrong! Perhaps,
you or someone in the group will be able to he
On Mon, Dec 24, 2001 at 08:43:24PM +0100, First Name Last Name wrote:
> 6 months ago I had no problem. But now I am using new versions (cygwin
> 1.3.6-6,
> postgresql 7.1.3-1 and cygipc-1.11-1) and I have the following problems:
> pq_recvbuf: unexpected EOF on client connection
> pq_recvbuf: recv
At 11:12 AM 12/28/2001, ROHIT X SINGH wrote:
> > Perhaps the output of 'cygcheck -s -r -v' would be of some help (and
> > maybe not! ;-) )
>
>
>Thanks Larry,
>
>I have found something which may be able to pinpoint the source of the
>error: However, I'm not competent enough to judge what's wrong!
Facey,
2001-12-28 16:24:25, du schriebst:
> Here is an example of my crontab.
> 0 6 * * * D:/scripta
> 0 6 * * * D:/scriptb
Try to use Cygwin PATH syntax.
> Is there something I missed? I need to get this running ASAP.
If there is an error, there are logfiles in /var/log and there is
als
On Fri, Dec 28, 2001 at 12:14:04PM +0100, Ralf Habacker wrote:
>> >gcc -o test -lpthread main.o [-lcygwin]
>> >
>> >This will result in multiple defined symbols for WinMain (expected that
>> >main.o contains a main function). You can say don't do this, but what
>> >about bigger packages like qt.
On Fri, Dec 28, 2001 at 12:50:07PM +0100, Ralf Habacker wrote:
>> -Original Message-
>> From: Jason Tishler [mailto:[EMAIL PROTECTED]]
>> On Wed, Dec 26, 2001 at 09:08:49PM +0100, Ralf Habacker wrote:
>> > On analysing this problem I added an option "-l" to the rebase tool to
>> > list dll
On Sat, Dec 29, 2001 at 12:22:10AM +1100, Robert Collins wrote:
>Isn't automode read-in-text, write in binary?
Yes.
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:
Thank you.
In fact, the problem is not very serious, since it only happens
when my program finalizes the connection with the database.
I was able to verify that everything works well, it is only when
my program disconnects that those errors appear.
I think that it can be due that my program (in
This is an automatic response.
I've received your e-mail and will respond as soon as possible. Thanks.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: h
I removed the extraneous version of the cygwin1.dll from my path and
rebooted my Pc. The problem still remains. An updated cygcheck output is
enclosed.
On Wed, Dec 26, 2001 at 11:48:37AM -0800, Mark Wood-Patrick wrote:
>I have $CYGWIN=tty
>
>I have cygwin version package 1.3.6-6
>
>Cygcheck info
Mark Wood-Patrick writes:
>
>
>I removed the extraneous version of the cygwin1.dll from my path and
>rebooted my Pc. The problem still remains. An updated cygcheck
>output is enclosed.
>
>Wednesday, 26 December, 2001 Mark Wood-Patrick [EMAIL PROTECTED]
>wrote:
>
>MWP> I am having problems with ec
Won't this just run bash at 12:15?
What I want to do is run a script, "MyScript", within a bash environment at
12:15.
So, I want to emulate the following:
1. Start bash. .bashrc is executed and shell opens with a prompt.
2. At the prompt, run MyScript
Can this be done?
Thanks.
Scott
>==
Have you looked at using cron? That would be the unixy way of doing
things. But you can invoke bash and give it a script and some parameters
in your "sh.bat" file-
at 12:15 cmd /c "c:\bla\bla\sh.bat"
contents of sh.bat-
bash -i /cygdrive/c/bla/bla/MyScript parameter1 parameter2
(the -i makes
Norman writes:
>> Yikes, that is quite the $PATH
>> You might want to think about simplifing it a bit when working
>> in a Cygwin shell
>> what is the result of issuing
>> % which echo
>> Cheers
>> Norman
I have rationalized my path some and 'which echo' returns "echo is a shell
builtin" sin
All,
In win2k service pack 2
CYGWIN set to binmode;tty;ntsec
TERM set to cygwin
I updated to the latest cygwin using setup and
I noticed that "ls *" doesn't work as expected.
It gives "ls: *: No such file or directory"
If I do
echo *
*
Using bash it works as expected; if I do ls "
I am using cygwin 1.3.3-2 and when I type "which echo" from a bash
shell, it tells me "/usr/bin/echo". That is the echo in c:\cygwin\bin.
HTH,
Peter
Mark Wood-Patrick wrote:
> Norman writes:
>
>
>>>Yikes, that is quite the $PATH
>>>You might want to think about simplifing it a bit when worki
I don't have tcsh, but I played with bash and command shell. I have
cygwin 1.3.3-2 and winnt4.0sp6
cmd.exe:
>ls *
(lists everything recursively)
>echo *
*
>ls "*"
ls: *: No such file or directory
>echo "*"
"*"
bash:
>ls *
(lists everything recursively)
>echo *
(echoes everything in
I have had only moderate success getting su.exe from the Windows 2000
Resource Kit working as a drop-in for the unix 'su' command.
The version of su.exe that I am using is one that is not yet publicly
available, but the issues still remain (I had to get the newer version to
fix another issue I was
Try commenting out the "set noglob" line in /etc/csh.cshrc
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Bill Priest
Sent: Friday, December 28, 2001 4:12 PM
To: [EMAIL PROTECTED]
Subject: Problem w/ wildcards w/ tcsh
All,
In win2k service pack 2
CYGW
When I try to compile xcircuit, the gcc has errors:
dir.h no such file
Why is that?
I tried to use the precompiled xcircuit, but it causes segmentation fault
because I believe it was compiled with version B20.1
I found it almost absurd to install an old version just because of that...
Does anyon
Hi everyone,
Pardon my ignorance on this, but I have searched the mailing list archives on this (as
well as read the user guide to look for guidance) but this problem doesn't seem to be
mentioned anywhere.
I have been using tcsh and cygwin for a long time now (since the b19 days) and have
Peter Buckley writes:
>
>I am using cygwin 1.3.3-2 and when I type "which echo" from a bash
>shell, it tells me "/usr/bin/echo". That is the echo in c:\cygwin\bin.
Exactly !
I guess I should have been more direct and asked about the results of
% which bash
% which sh
FWIW
I found this line in
On Sat, Dec 29, 2001 at 10:07:16AM +1100, Robert Collins wrote:
>Won't that cause problems on textmode mounts?
It shouldn't. A program sees \n line endings regardless.
In "text mode" the line endings can be either \r\n (CRLF) or \n (LF).
So, writing the program with just \n should be fine for e
Won't that cause problems on textmode mounts?
Rob
===
- Original Message -
From: "Gerrit P. Haase" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 29, 2001 1:44 AM
Subject: Re: [PATCH] Setup.exe "other URL" functionality
> Robert,
>
> 2001-12-28 15:43:22, du schrieb
Jeff & All,
Thanks commenting out "set noglob" fixed the problem. It would
seem to me that set noglob should not be the default in csh.cshrc. This
is not the case in Linux or Solaris. The csh.cshrc file says that these
are "neat default settings". I don't agree at least for this partic
Try using the native win2k command runas, which more closely resembles sudo than su
The su.exe from NT4 days doesn's seem to be compatible with W2k.
$ which runas
/cygdrive/c/winnt/system32/runas
$ runas
RUNAS USAGE:
RUNAS [/profile] [/env] [/netonly] /user: program
/profileif the u
I've uploaded LibXML2-2.4.12-1 to the Cygwin net distribution.
Libxml is the XML C library developped for the Gnome project. XML itself
is a metalanguage to design markup languages, i.e. text language where
semantic and structure are added to the content using extra 'markup'
information enclosed
I've uploaded LibXSLT-1.0.9-1 to the Cygwin net distribution.
Libxslt is the XSLT C library developped for the Gnome project. XSLT
itself is an XML language to define transformation for XML. Libxslt is
based on libxml2 the XML C library developped for the Gnome project. It
also implements most of
Hi,
If I wanted to take use some other gnu application in a windows environment
using the cygwin files, then what do I do? Can I use the regular cygwin setup
to detect the new gnu application to be installed under the usr/ directory?
Would I need to do something special to the gnu application t
44 matches
Mail list logo