Hello -
I saw your email on a website I visited yesterday, and thought
you might be interested in this.
A few months back I joined a program and then...promptly forgot
about it. You may have done this yourself sometime...you intend
to work the program but then get caught in your day-to-day
acti
Another useful skill on finding what is where, is the
"which" command. I type:
which vi
and I get
/usr/bin/vi
This can be useful in determining where something is.
Wayne Keen
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.h
On Sat, May 18, 2002 at 09:02:11PM +, John Vincent wrote:
>Here's an extra hint - don't look for vi - look for vim.
No hint needed. Even if you look for 'vi' you'll find the right thing.
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cy
On Fri, May 17, 2002 at 06:06:12PM +0200, Lassi A. Tuura wrote:
>I have been reading cygwin code trying to understand it better, hoping
>to contribute to it later. Pretty cool treasure trove of Windows code
>I must say. I have a question on fhandler_disk_file.cc (rev 1.9). In
>fhandler_disk_fil
Hi,
Here's an extra hint - don't look for vi - look for vim.
/John.
_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting
On Sat, May 18, 2002 at 04:09:39PM -0400, hongxun lee wrote:
>Crazy, i installed almost all packages but it is missing.. There is no
>independent package for vi, right?
No, not right. I provided you with a URL. That + some actual effort in
inspecting things should be sufficient.
Here it is ag
Crazy, i installed almost all packages but it is missing..
There is no independent package for vi, right?
I dl the packages directly by FTP, not followed the guide when setup.exe
running, and then set it up; Does it make such a diff?
- Original Message -
From: "Christopher Faylor" <[EMAI
Yes, that must be it...Argghh Novell!!!
Thanks for the clarification :).
Cheers,
Nicholas
--- Christopher Faylor <[EMAIL PROTECTED]> wrote:
> On Sat, May 18, 2002 at 10:35:55AM -0700, Nicholas Wourms wrote:
> >I just got the newer release, and now it excutes, the only problem is
On Sat, May 18, 2002 at 10:35:55AM -0700, Nicholas Wourms wrote:
>I just got the newer release, and now it excutes, the only problem is that
>it still is hanging on frcode.
Sorry. Can't duplicate that one. It works fine for me. I just tried
it on Windows 95. It takes forever but it does work
On Sat, May 18, 2002 at 03:52:11PM -0400, hongxun lee wrote:
>I just dl and installed cygwin again,but vi is missing. Which package
>includes it?
http://cygwin.com/packages/
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
I just dl and installed cygwin again,but vi is missing. Which package
includes it?
Thanks
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.
Hi
I would like to share my findings with you. I have found out how to use
Oracle embedded SQL (Pro*C++) together with CygWin. If you are interrested,
please visit my Cygwin site:
cimtec.dk/cygwin/CygwinAndOracle.htm
Best regards,
Kaj Bromose
--
Unsubscribe info: http://cygwin.com/ml/#unsub
Lapo Luchini wrote:
> I added Cc to Charles Wilson, CygWin's CVS package mantainer, sorry if
> I quote everything, but it's for him getting a sense out of the message ^_^
>
> Introduction: I filed a bug on TortoiceCVS "feature reqeust" tracker to
> improve support of cygwin's CVS bty Tortoise
Chris,
I just got the newer release, and now it excutes, the only problem is that
it still is hanging on frcode. I ran the updatedb script with "set -x",
and this is what I got:
+ old=no
+ : /
+ :
+ : /tmp /usr/tmp /var/tmp /afs
+ test -z
+ echo /tmp /usr/tmp /var/tmp /afs
+ sed -e s,^,\\(^, -e
> -Original Message-
> From: Michael Young [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, May 18, 2002 1:35 PM
> To: Robert Collins; [EMAIL PROTECTED]
> Subject: Re: PGP signatures for packages?
>
>
> > And adding GPG as a package should be easy. There is
> already vounteer
> > binary
Christopher Faylor writes:
> On Sat, Jul 06, 2002 at 11:55:17AM +0100, Philip Aston wrote:
> >The list in thread.h is specific to a type, and intrusive. I used a
> >mutex to create my own thread-safe, non-intrusive list. I used pthread
> >mutexes instead of mutos since mutos must be allocated
Athlon XP 1600+ on a MSI NForce MB
Randy.
-Original Message-
From: Bobby McNulty Junior [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 17, 2002 11:20 PM
To: Ranal Sims; [EMAIL PROTECTED]
Subject: Re: setup 2.218.2.9 on XP Pro still 100% cpu!
What CPU are you using?
- Original Messa
One othe rlittle thing, why limit the seeding to 512 bytes?
To avoid "spamming" a function that is "slow"?
Wouldn't this delay anyhow go in the caller's thread?
--
Lapo 'Raist' Luchini
[EMAIL PROTECTED] (PGP & X.509 keys available)
http://www.lapo.it (ICQ UIN: 529796)
--
Unsubscribe info:
>
>
>int
>fhandler_dev_random::write (const void *ptr, size_t len)
>{
> if (!len)
>return 0;
> if (!ptr)
>{
> set_errno (EINVAL);
> return -1;
>}
>
> /* Limit len to a value <= 512 since we don't want to overact.
> Copy to local buffer because CryptGenRandom violates c
David Starks-Browning <[EMAIL PROTECTED]> wrote in
[EMAIL PROTECTED]:">news:[EMAIL PROTECTED]:
>
> We can't see what's on the CD, and you don't tell us how you are
> trying to install it, so it's difficult to diagnose your problem.
> Perhaps your friend did not copy setup.ini properly.
>
> My
> We need a cygwin build -- perhaps built using a cygwin-targetted cross
> compiler on linux-host, but definitely not using a
> native-mswindows(mingw) targetted cross compiler on any host platform.
This ML message says it is not "so easy" to compile latest version for
Cygwin: http://lists.gn
On Saturday 18 May 02, CiccioSPICE writes:
> Hi,
> a friend of mine has copied setup and every pachage on a CD, but I find a
> prolem during the installation. The list of avalaible package are empty and
> there is a message"nothing to install/update". My os is win 98. What can I
> do? Excuse me
Hi,
a friend of mine has copied setup and every pachage on a CD, but I find a
prolem during the installation. The list of avalaible package are empty and
there is a message"nothing to install/update". My os is win 98. What can I
do? Excuse me for my very bad english and thank you for your preci
23 matches
Mail list logo