> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 5:10 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: setup.exe v.2.194.2.24 : tetex-beta-20001218-4
>
>
> Either it's the new setup.exe v.2.194.2.24, or some glitch i
Either it's the new setup.exe v.2.194.2.24, or some glitch in the current
associated setup.ini (setup-timestamp: 1018593006), but every visit to
http://cygwin.com/setup.exe now results in a new installation of
tetex-beta-20001218-4. Fergus
--
Unsubscribe info: http://cygwin.com/ml/#unsubscr
Setup 2.194.2.24 has been uploaded to the usual place. It contains Pavel
Tsekov's patch, so should correct the recently reported crashing.
Cheers,
Rob
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http
I've checked the patch in. A new setup.exe will be uploaded when the
build completes.
Thanks again to Pavel for tracking these 'oversights' :} down!
Rob
> -Original Message-
> From: Pavel Tsekov [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 11, 2002 1:49 AM
> To: Eric Hanchrow
> C
> -Original Message-
> From: Alan Dobkin [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 6:25 AM
>
> Has anyone developed a mechanism to notify and automatically
> update Cygwin packages on deployed systems?
AFA I am aware, no.
> I've searched
> the list and haven't see
> [HKEY_CLASSES_ROOT\Folder\shell\Bash Prompt]
> [HKEY_CLASSES_ROOT\Folder\shell\Bash Prompt\command]
> @="bash.exe -c 'cd \"%1\"; exec bash'"
> It seems you might also have to mount the drives you want to use.
Use single quotes for the cd command so that if the Windows shell
substitutes somethin
With the help of Larry Hall (thanks Larry), I have gotten this working like I
want ..
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Bash Prompt]
[HKEY_CLASSES_ROOT\Folder\shell\Bash Prompt\command]
@="bash.exe -c 'cd \"%1\"; exec bash'"
Add this to a .reg file and im
Is there a cross compiler for the mpc750 available? If
not are there instructions somewhere on how to build
one from the pc based x86 gcc compiler using the gnu source?
__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.y
On Thu, Apr 11, 2002 at 04:38:09PM -0700, C. J. wrote:
>Every time a cygwin process is started, I get a line like:
>3196: cYg 610F5EE0
>
>on my OutputDebugString monitor.
>Is this really necessary
Yes.
>and can we ditch it for the release cygwin1.dll?
No.
cgf
--
Unsubscribe info:
Every time a cygwin process is started, I get a line like:
3196: cYg 610F5EE0
on my OutputDebugString monitor.
Is this really necessary and can we ditch it for the release cygwin1.dll?
_
Send and receive Hotmail on your mo
At 06:17 PM 4/11/2002, Adam wrote:
>I am looking for a pre-made Windows shell extension to open a folder in Bash,
>or information on how to do so .. I know there is one for opening a DOS command
>prompt, but who wants to use DOS when we've got Bash?
>
>Basically what I have in mind is this: Right
I am looking for a pre-made Windows shell extension to open a folder in Bash,
or information on how to do so .. I know there is one for opening a DOS command
prompt, but who wants to use DOS when we've got Bash?
Basically what I have in mind is this: Right-click on a folder and on the
explorer m
> I've just tried it successfully with ZoneAlarm (free)
> version 2.6.357 ...
I should have mentioned that I was using the latest Cygwin
version of rsync (2.5.5-1).
-- Cliff
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
D
- Original Message -
From: "Gerrit P. Haase" <[EMAIL PROTECTED]>
Sent: Thursday, April 11, 2002 10:31 PM
> Has someone experience with rsync through a firewall?
> I have zonealarm running here and cannot rsyncing through.
rsync uses TCP over port 873 if you run it in server mode.
I have
Hallo,
Has someone experience with rsync through a firewall?
I have zonealarm running here and cannot rsyncing through.
error with an older version (rsync-2.4.6-3):
receiving file list ... done
read error: Connection reset by peer
read error: Connection reset by peer
with a newer version (2.5.4
Dose any one know, if cygwin haas any commend to log a proces,
like the script commend dose on the Solaris?
Thanks for any help
Eli
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/doc
At 04:25 PM 4/11/2002, Alan Dobkin wrote:
>Has anyone developed a mechanism to notify and automatically
>update Cygwin packages on deployed systems? I've searched
>the list and haven't seen anything like this yet, so I'm
>working on a perl script do it, which I will share if
>there is interes
Has anyone developed a mechanism to notify and automatically
update Cygwin packages on deployed systems? I've searched
the list and haven't seen anything like this yet, so I'm
working on a perl script do it, which I will share if
there is interest. The idea is similar to RedHat's RHN/
up2dat
Hi Frank,
BTW, please fix your mail settings
to use the correct charset=iso-8859-1
since iso_8859_1 is invalid!
Bye, Heribert ([EMAIL PROTECTED])
> -Original Message-
> From: Frank Motta [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, April 10, 2002 22:35
> To: [EMAIL PROTECTED]
> Cc: [
Pavel,
I am glad to have been of help finding this bug. However, a quick
question if I may.
The file version.cc. Is this part of the setup.exe source files
in http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/?cvsroot=src?
If so, what is the compiler us
Cliff,
Thanks for the help. After i saw your note, I did discover that
another computer running win98 had an older MSVCRT.DLL, and when I tried
to install Cygwin on in, the install went fine (although I still could not
install source code properly).
Thanks again,
RJ
-Orig
At 01:49 PM 4/11/2002, briseida deyanira maytorena sanchez wrote:
>Hello,
>
>Here we go again, I am writing some test code which will eventually become
>a boot loader for a microcontroller.
>I need to be able to toggle DTR and RTS lines on the serial port and would
>have liked to use ioctl() but
> somebody can show me an example Rxvt configuration file?
>
~/.Xdefaults
---
# Resources documented in the manual pages for xterm and rxvt
xterm*geometry: 90x30
xterm*background: midnightblue
xterm*foreground: grey
xterm*cursorColor: red
xterm:pointerColor: yellow
xterm:sav
Hello,
Here we go again, I am writing some test code which will eventually become
a boot loader for a microcontroller.
I need to be able to toggle DTR and RTS lines on the serial port and would
have liked to use ioctl() but TIOCMSET, TIOCM_DTR are not supported at the
moment.
Any ideas on how
Folks
To forestall calls of RTFF (Read the Fabulous FAQ) and RTFM (Read the
FAQ,Man) I should inform you that I have the Cygwin FAQ open to the
pertinent question on my browser window even as I type this.
I am attempting to get AutoGen to compile under Cygwin on a W2K machine.
This package comes
On Thu, 11 Apr 2002, Markus Hoenicka wrote:
> The date manpage tells you that date uses the environment variable
> TZ. Set this variable in your /etc/profile or ~/.bashrc to the correct
> value.
>
> regards,
> Markus
Thanx. I just answered to myself just before rea
At 12:51 PM 4/11/2002, Marcos Lorenzo de Santiago wrote:
>If there's documentation that you know over the net just redirect me to
>the page so I can stop bothering! ;)
Well, let's see. There's documentation at the Cygwin web site (user's guide,
api guide, FAQ, email list archives), there's docu
On Thu, 11 Apr 2002, Marcos Lorenzo de Santiago wrote:
> On Thu, 11 Apr 2002, Markus Hoenicka wrote:
>
> > Upon re-reading my reply I noticed that it was too terse. date shows
> > UTC in your case because you did not set up your timezone
> > correctly. If
On Thu, Apr 11, 2002 at 05:46:39PM +0100, briseida deyanira maytorena sanchez wrote:
>Hello,
>
>I've been searching through the mailing lists trying to find a painless
>way of toggling DTR/RTS lines for some test code which I am writing. I was
>trying to use ioctl() but TIOCMSET, TIOCM_DTR and all
The date manpage tells you that date uses the environment variable
TZ. Set this variable in your /etc/profile or ~/.bashrc to the correct
value.
regards,
Markus
Marcos Lorenzo de Santiago writes:
> Thanks a lot now I know what is the problem, but I don't know how to
> resolve it. I know how to
On Thu, 11 Apr 2002, Markus Hoenicka wrote:
> Upon re-reading my reply I noticed that it was too terse. date shows
> UTC in your case because you did not set up your timezone
> correctly. If you do, date will show your local time, date -u will
> show UTC.
>
> In my
Hello,
I've been searching through the mailing lists trying to find a painless
way of toggling DTR/RTS lines for some test code which I am writing. I was
trying to use ioctl() but TIOCMSET, TIOCM_DTR and all the other
definitions needed are currently unsupported.
I also found in the archive a p
"Dr. Lawrence Ward Spradley" <[EMAIL PROTECTED]> writes:
> I also looked through the Xinstall.sh script to try to assess why it
> was stopping. It appears to need a program called extract, which I
> think is part of the XFree86 download.
Yes it is. It worked for me by having extract in the same
Ok, I have done some browsing, and now I'm totally
confused.
According to Microsoft, there are 2 headers and libraries:
winsock.h
Ws2tcpip.h
Since I can seem to use the IP_HDRINCL macro, I am picking
ws2tcpip.h file.
However, I can't seem to figure out how to set the option.
When I invoke the
Upon re-reading my reply I noticed that it was too terse. date shows
UTC in your case because you did not set up your timezone
correctly. If you do, date will show your local time, date -u will
show UTC.
In my case, I set TZ to CST6CDT, which means time zone is CST, I'm 6 h
west of UTC, and my da
On Thu, 11 Apr 2002, Markus Hoenicka wrote:
> date returns UTC, time returns your local time.
>
> regards,
> Markus
Well, now the question is: how can I get *MY* localtime??
thx in advance
m4c.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug repor
date returns UTC, time returns your local time.
regards,
Markus
Marcos Lorenzo de Santiago writes:
>
> when I do in my winbox:
>
> C:\TEMP>time /T
> 17.35
>
> I get the system time, but when I do it using date I get 2 hours less than
> the true hour:
>
> C:\TEMP>c:\cygwin\bin\date
when I do in my winbox:
C:\TEMP>time /T
17.35
I get the system time, but when I do it using date I get 2 hours less than
the true hour:
C:\TEMP>c:\cygwin\bin\date
Thu Apr 11 15:35:04 2002
Anyone can give me a clue?
Thx.
m4c.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim
Thanks - I got it.
Jeff
Pavel Tsekov wrote:
> Hello Jeffrey,
>
> Thursday, April 11, 2002, 10:30:49 AM, you wrote:
>
> JDW> I performed a download for the latest cygwin release on a win2000
> JDW> machine
> JDW> and it seemed like I got all the packages including the C compilers.
> JDW>
Redirecting to the proper mailing list.
cgf
On Thu, Apr 11, 2002 at 10:17:28AM -0500, Dr. Lawrence Ward Spradley wrote:
>Sirs:
>
> This is a (hopefully more illuminating) follow-up to a post from yesterday.
>I am midstroke in installing cygwin-XFree86 on a Dell Win2000 box. As of
>yester
On Thu, Apr 11, 2002 at 04:51:09PM +0200, Pavel Tsekov wrote:
>CF> If you can't check the source, why are you responding?
>
>Because I'm mean...
Touche'! LOL for 20 seconds!
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.htm
Sirs:
This is a (hopefully more illuminating) follow-up to a post from yesterday.
I am midstroke in installing cygwin-XFree86 on a Dell Win2000 box. As of
yesterday, I had followed the directions on the webpage detailing the
installation process verbatim. This meant that I had a limite
On Thu, Apr 11, 2002 at 08:20:59AM -0600, Mark Paulus wrote:
> MTR believes it's sending out a good ICMP packet of 64 bytes (0x40).
> cygwin_sendto() also thinks it's sending out 64 bytes (as reported by strace).
>
> However, tcpdump on my linux box is receiving 84 bytes.
>
> What it looks lik
Hello Christopher,
Thursday, April 11, 2002, 4:37:27 PM, you wrote:
CF> On Thu, Apr 11, 2002 at 10:10:28AM +0200, Pavel Tsekov wrote:
>>Wednesday, April 10, 2002, 11:44:44 PM, you wrote:
>>> In file included from cygheap.cc:17:
>>SH> fhandler.h: In method `select_stuff::select_stuff()':
>>SH> fh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Greetings
I am using cygwin and cl.exe to build a project that links to some 3rd party
dlls. My issue is that libtool keeps createing static libs. Can anyone tell
me how to convince libtool to create import libs so that i can make my dll
On Thu, Apr 11, 2002 at 10:10:28AM +0200, Pavel Tsekov wrote:
>Wednesday, April 10, 2002, 11:44:44 PM, you wrote:
>> In file included from cygheap.cc:17:
>SH> fhandler.h: In method `select_stuff::select_stuff()':
>SH> fhandler.h:1089: implicit declaration of function `int memset(...)'
>SH> make: *
I am attempting to port MTR (Matt's TraceRoute), and after getting
the minires library, I can get it all to compile and it seems to run, except
for one small problem. I never see any output. So, after further
analysis, and also using iptraf & tcpdump on my linux box, I have this
to report:
MTR
At 03:45 AM 4/11/2002, Gaethofs, Danny wrote:
>Especially how can I remove the older
>version.
Run setup and uninstall it.
Larry Hall [EMAIL PROTECTED]
RFK Partners, Inc. http://www.rfk.com
838 Washington Street (508) 893-9779
At 03:46 AM 4/11/2002, Andreas Ames wrote:
>Hi all,
>
>Pavel Tsekov <[EMAIL PROTECTED]> writes:
>
> > Yes! Use the cygpath.exe utility.
>
>I've got a related question: Is there an easy to use interface (say in
>cygwin1.dll) to convert paths between cywin and windows conventions
>programmatically i
On Thu, Apr 11, 2002 at 09:46:30AM +0200, Andreas Ames wrote:
> Hi all,
>
> Pavel Tsekov <[EMAIL PROTECTED]> writes:
>
> > Yes! Use the cygpath.exe utility.
>
> I've got a related question: Is there an easy to use interface (say in
> cygwin1.dll) to convert paths between cywin and windows conve
On Fri, Apr 05, 2002 at 03:28:56PM -0600, Chetan Tiwari wrote:
> Hi,
>
> This may be a basic question, but I was wondering if there was any way
> to setup the SSH Daemon so that it authenticates users based on a text
> file or a SQL database, rather than the default passwd file/NT security
> auth
On Thursday 11 Apr 02, jinhyuk choi writes:
> I found rxvt works so cool.
> now It replaced stupid command.com but can not find
> any example Rxvt config file in doc directory.
> somebody can show me an example Rxvt configuration
> file?
"man rxvt"
David
--
Unsubscribe info: http://cygwin
- Original Message -
From: "Gerrit P. Haase" <[EMAIL PROTECTED]>
To: "Peter Andersen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, April 10, 2002 11:05 PM
Subject: Re: Bug: Wrong text file type from CVS under Perl?
...
> Oops, I am a little tired...
> I'm using perl-5.7.
Hi all,
Pavel Tsekov <[EMAIL PROTECTED]> writes:
> Yes! Use the cygpath.exe utility.
I've got a related question: Is there an easy to use interface (say in
cygwin1.dll) to convert paths between cywin and windows conventions
programmatically i.e. directly callable from C-code? If so, which
head
Hello Jeffrey,
Thursday, April 11, 2002, 10:30:49 AM, you wrote:
JDW> I performed a download for the latest cygwin release on a win2000
JDW> machine
JDW> and it seemed like I got all the packages including the C compilers.
JDW> However,
JDW> on a win98 machine I have at home, I do not get th
I performed a download for the latest cygwin release on a win2000
machine
and it seemed like I got all the packages including the C compilers.
However,
on a win98 machine I have at home, I do not get the compilers in the
install.
That is, gcc and g++ are missing entirely.
What am I doing wro
Hello Steve,
Wednesday, April 10, 2002, 11:44:44 PM, you wrote:
[snip]
SH> In file included from cygheap.cc:17:
SH> fhandler.h: In method `select_stuff::select_stuff()':
SH> fhandler.h:1089: implicit declaration of function `int memset(...)'
SH> make: *** [cygheap.o] Error 1
Obviously, this so
Hello Someshwar,
Thursday, April 11, 2002, 6:37:37 AM, you wrote:
SPlc> Dear Sir/Madam,
SPlc> Is this cygwin works on Windows 2000?
http://www.cygwin.com - read the section "What Is Cygwin ?".
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http:
Dear all,
While trying to solve my problem with PGACCES, I found that TCL/TK 8.0 has a
problem with dynamic loading and the problem should be solved in a newer
version 8.3.
My problem with PGACCESS has, from what I believe after searching several
mailing lists and reading manuals and mails, nothi
59 matches
Mail list logo