I use cygwin from a few time, I would know if is there
a terminal that support copy and paste ( not rxvt ),
not in X windows system. The default terminal is
great for colour, fonts, geometry, cursor, but lack
the possibility to copy and paste.
--
Unsubscribe info: http://cygwin.com/ml/#un
Christopher Faylor cygwin.com> writes:
> There are freely available terminals out there that work better
> that the Windows cmd:
>
> http://sourceforge.net/projects/console/
> http://en.poderosa.org/
>
> I've used poderosa and it seems pretty nice. It even claims to
> support Cygwin.
>
> cgf
r inwind.it> writes:
>
> I saw " console ", really great, that's what I was looking for.
> Do you know how can I let cygwin start directly in " console "
> instead of Windows cmd ?
>
>
I solved changing cygwin link to
C:\Console\console.ex
I'm trying to set variables and aliases to /home/.bashrc
but bash doesn't read it. I tried to change
/etc/skel/.bashrc and /etc/defaults/etc/skel/.bashrc
but bash doesn't read thats too.
How can I do to make bash read my configuration file ?
--
Unsu
>
> . "${HOME}"/.bashrc
>
> Also make sure that the .bash files are in your actual home directory,
> which is usually not /home but /home/YourUserName...
>
Ok, it seems is solved putting .bash_profile in my $HOME dir.
But when I lunch cygwin before to appear bash lo
Christopher Faylor cygwin.com> writes:
> You edited the file with an editor that adds CRLF line endings.
>
> Use d2u to remove the "\r"s.
>
> cgf
ok I'll try on monday in office
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem
I'm new about cygwin, but I use from a lot SuSE and OpenSuSE
can I install packages rpm from linux distributions on cygwin ?
And tar.gz ( compiling ) ?
r
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Document
Gary Johnson spk.agilent.com> writes:
> The only way to find out is to download and unpack the .tar.gz
> archive and try to build the program, then troubleshoot any errors
> you encounter.
>
> Regards,
> Gary
>
>
ok
I lack in programming, but I'
I'm trying to use cron, I created a file called backup_cygwin
59 18 * * 6 /bin/backup_cygwin.sh
00 27 20 7 * /bin/prova.sh
and I put it in /var/cron/tabs/
then I create prova.sh as follow
SHELL=/bin/sh
Ken Jackson jackson.io> writes:
> Rather than putting putting it in a directory, it's better to let
> the crontab command do it. Put those two lines in crontab.txt:
great I didn't know
> Make sure the first line is
> #!/bin/sh
>
> And make them executable:
> chmod +x prova.sh
it has to be
René Berber computer.org> writes:
> > I started cron ( with "cron-config" command, ( is it possible
> > to configure it to start at win boot ? ))
>
> Cron-config did that.
so I did once and from next time it will be started at boot
time ? Because I did not find this information everywhere.
>
I've a problem with cron, it does not send email
when the job is done.
I read " /usr/share/doc/Cygwin/cron-4.1-6.README"
and followed all the instruction but nothing email
( the jobs in crontab are done ok ).
My /var/log/cron.log is empty, there is no
$HOME/cron.log, the exim log doesn't specify
Reini Urban x-ray.at> writes:
>
> 2008/7/20 r:
> > I've a problem with cron, it does not send email
> > when the job is done.
>
> Very good! I'm seeing improvement following
> http://www.faqs.org/rfcs/rfc1855.html Netiquette
> Esp. "Mail should h
On 2008-07-18, Christopher Faylor <[EMAIL PROTECTED]> wrote:
> On Fri, Jul 18, 2008 at 02:56:05PM +, r wrote:
>>
>>> But the short answer is that bash reads either .bashrc (non-login
>>> shell) or .bash_profile (login shell), but not both. If you want th
On 2008-07-21, Julio Emanuel <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've searched a bit already, and have been through the cron, ssmtp,
> and crontab manpages. Still, there is something that I don't quite
> understand: why on earth the cron job's output are put in e-mails??
Lucky you !! I'm find
How can I execute a script at boot time ?
I saw that init and cron are running when the system is up.
I put a line in /etc/rc.d/rc.local but it does not execute the script
I put the script in /etc/rc.d/rc3.d/ but nothing
I read man init and inittab, cygwin faq, but nothing
--
Unsubscribe info:
How can I execute a script at boot time ?
it's a simple retrieving email script with 'getmail'
I put a line in /etc/rc.d/rc.local calling the script
but it does not execute it ( if I lunch it from bash it does )
There are no messages in /var/log/messagges
I tried with chkconfig
/usr/sbin/chkconf
Saturday 26 July 2008, alle 19:36, René Berber wrote:
> r wrote:
>
> >How can I execute a script at boot time ?
> >it's a simple retrieving email script with 'getmail'
> [snip]
>
> An easy way is to use cron, with 'crontab -e' add a line l
Unlike linux, cygwin does not warn me about new mail messages
in inbox.
Is it possible to change this behaviour ?
I thought to a bash script runned by cron every ten minuts:
#!/bin/sh
if grep -q e /var/spool/mail/Proprietario
then echo "ok ci siamo"
On Monday 28 July 2008, alle 10:34, Buchbinder, Barry (NIH/NIAID) [E] wrote:
> r wrote on Sunday, July 27, 2008 11:11 AM:
> > Saturday 26 July 2008, alle 19:36, René Berber wrote:
> >> r wrote:
> >>
> >>> How can I execute a script at boot time ?
> >
On 2008-07-28, Dave Korn <[EMAIL PROTECTED]> wrote:
> r wrote on 28 July 2008 08:21:
>
>> Unlike linux, cygwin does not warn me about new mail messages
>> in inbox.
>
>> but in cygwin, there is no "write" command.
>
> And bizarrely we have "
On 2008-07-28, René Berber <[EMAIL PROTECTED]> wrote:
> Brian Mathis wrote:
>
>> On Mon, Jul 28, 2008 at 12:15 PM, r <[EMAIL PROTECTED]> wrote:
>>> ok, I'm going to learn to manage basic cygwin-linux features
>> [...]
>>> I saw unlike
I'm trying to compile a wonderful program ( command line ) to grab
videoes from youtube. It needs newt, a little utility. But when I try to
compile this utility I have the follewing errors :
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../../..-I/usr/include/pyt
On 2008-08-02, Brian Dessent <[EMAIL PROTECTED]> wrote:
> r wrote:
>
>> I'm trying to compile a wonderful program ( command line ) to grab
>> videoes from youtube. It needs newt, a little utility. But when I try to
>> compile this utility I have the follewing e
like sendmail, exim, postfix, or similar. You
> may, however, use a very simple one like ssmtp (it is available with
> cygwin). This might be your easiest solution.
>
> HTH,
>Spiro.
>
I use mutt with exim ( via remote smtp ) and it works really good.
You can choose ssmtp as
14:02:31 +0200
From: r <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: tststst
Message-
Pierre, modifing .muttrc exim changed all the fake addresses occurences
it works
R
--
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/
On 2008-08-06, Hugh Sasse <[EMAIL PROTECTED]> wrote:
>> ( I tried with the headers_rewrite = [EMAIL PROTECTED] \
>> [EMAIL PROTECTED]
>
> You need to set the flags for this as well.
> I think you want E for envelope at least in there. Check the spec
> for your
When I try to print under cygwin ( a text file too ) with 'lpr' I can hear the
printer ( Lexmark Z600 Series connected via usb to a simple desktop pc )
move the cursor to be ready for printing but nothing happens.
I tried with text files and .ps too.
'lpr test'
'lpr test2.ps'
It seems that cygw
On 2008-08-13, Brian Dessent <[EMAIL PROTECTED]> wrote:
> The thing you have to realize about lpr is that it does no translation
> of the input whatsoever, it simply sends the file to the printer
> verbatim. Most printers these days only recognise a specialized
> proprietary language, which varies
On 2008-08-14, Ken Brown <[EMAIL PROTECTED]> wrote:
> On 8/13/2008 7:13 PM, Brian Dessent wrote:
>> r wrote:
>>
>>> $ gsprint test2.ps
>>> Copyright (C) 2003-2006, Ghostgum Software Pty Ltd. All Rights Reserved.
>>> 2006-02-24 gsprint 1.9
>&g
he free version
that comes with windows 2000) where the symlinks work successfully when
installed under Windows XP?
-Mark R
University of Virginia
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
?
-Mark
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Gary R. Van Sickle
Sent: Wednesday, July 02, 2003 1:37 AM
To: [EMAIL PROTECTED]
Subject: RE: Why do symlinks need to be system files
> Mark R. wrote:
> > Hello,
> >
> > I
ectly recognizes no-extension files with the
system flag and preserves it.
Off to build a working version. Thanks for the help everyone.
-Mark R.
-Original Message-
From: Larry Hall [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 02, 2003 10:01 AM
To: Mark R.
Cc: 'Gary R. Van Sickl
I've inserted the results of my test in this message. First the status
before the test, then the status after the test. Also I've used mozilla
as memory buffer. When the system fails and I close an application, like
mozilla, I can execute commands again.
As you can see, ps shows no additional proc
Hello list,
I noticed a problem with cygwin. It seems that some installations of
cygwin running on windows 2000 are leaking memory. The memory leak is
located in some kernel part of the operating system since it is not
cleaned up after all user space applications are close.
This issue is reporte
Hi together,
I have read many articles in the newsgroup and studied the FAQ on the
cygwin homepage to enable german characters in the bash. But I didn't
find a solution.
I have a fresh cygwin install on my system. I have created a '.inputrc'
in my home directory with the following entries:
set m
Hi,
I have written a simple server and client program
using BSD socket on Cygwin. I compile them and run
them. The server is running properly. But the client
program is unable to connect to the server saying :
"Attempt to connect timed out without establishing a
connection" with errno 116.
I've been working on a modified version of bash 2.05b which has better
support for error reporting and debugging (it also has a timestamped
history). It also has a somewhat complete debugger modeled off of gdb
using the additional support. See http://bashdb.sourceforge.net for info.
I've noticed t
Corinna Vinschen writes:
> Using the bash source package from the Cygwin distro might help.
The source does not contain patches or diffs. Are there patches stored
separately from source? What happens when a new release comes out?
(Debian patches are nicely bundled for each particular problem and
Corinna Vinschen writes:
> I have just ran that diff since I'm passing over bash maintainership
> to Ronald Landheer-Cieslak.
Actually, I ran it myself yesterday and applied the cygwin-oriented
patches which are very few (but they were different and therefore
probably better than the on-the-fly
This is all a bit too cryptic for me.
Ronald Landheer-Cieslak writes:
> The patches that have not been applied yet will be applied in the next
> release.
Whose release? If you are talking about a cygwin release, yes, I'd
imagine one would want to put in public patches that are missing :-)
As
ZZZzz /,`.-'`'-. ;-;;,_ Igor Peshansky, Ph.D.
> (name changed!)
> |,4- ) )-,_. ,\ ( `'-' old name: Igor
> Pechtchanski
> '---''(_/--' `-'\_) fL a.k.a
> JaguaR-R-R-r-r-r-.-.-. Meow!
>
> "Las! je suis sot... -
Hi: I'm doing my beginnings in Cygwin and cannot solve
errors of type
"undefined reference __gxx_personality...
"undefined reference __gxa_end_catch...
etc. when compiling with gcc if I use throw or catch.
I use -fexceptions, and nothing. Can you help me? Thx.
= `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOKUME~1\ralf\LOKALE~1\Temp'
TERM = `xterm'
TERMCAP = `xterm-r6|xterm|xterm X11R6
version:am:km:mi:ms:xn:co#80:it#8:li#24:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:c
Okay, sorry: the abs() function was defined as a template in the original code
for historical reasons:
template
number abs(number) ... and so forth
Changing to std::fabs() doesn't change anything in the behavior, however.
At least now I know it's probably AMD FPU related.
-Ralf
> > Long doubl
I Downloaded net-snmp-5.2.1.tar.gz and it got successfully installed on
cygwin.
Installed Modules: ActivePerl 5.8.6
Perl that comes with cygwin
When Net-SNMP Perl modules are installed in cygwin I am getting
following error
$perl MakeFile.PL is successful
Writing
efined reference to
`_GetIpForwar
[EMAIL PROTECTED]'
/usr/local/lib/libnetsnmpmibs.a(extend.o)(.text+0x537): In function
`extend_load
_cache':
/cygdrive/d/net-snmp-5.2.1/agent/mibgroup/agent/extend.c:218: undefined
referenc
e to `_run_shell_command'
/usr/local/lib/libnetsnmpmibs.a(ext
The previous version 2.2.2-1 does include this file.
It also appears that the postinstall script needs some
updating or it may no longer be needed.
Yahoo! Music Unlimited
Access over 1 million songs.
http://mus
LyX 1.4.4-1 postinstall script has fatal error in sed
script.
The sed script is split across two lines which is
causing the script to fail while trying to add the lyx
font directory. This leaves a blank local.conf file. I
fixed the script by using a \n after the <\dir>
directive. I also added
Sorry for the tardy reply. Between too many hours
spent finishing a project and some much needed
rest/recovery after finishing it I have not been
monitoring the list as I would like to.
"Jan Nieuwenhuizen"
writes:
> "Cary R." <[EMAIL PROTECTED]> writes:
>
>
It appears that Jan would rather have LyX resolve this
problem. The basics are that fontconfig no longer
creates a default local.conf file, so LyX will need to
correctly handle this case.
It looks like adding an else clause to the existing -f
check that generates a default file will fix things
up.
I'm not certain if this is a newlib compilation flag
problem, something that has been fixed in the 1.15
version of newlib or just that newlib does things
differently. Looking at the 1.15 code implies that
some of these should work and the rest appear to be a
deviation from other systems. I tested t
Hmmm, something weird is going on at my end. I just
wrote a standalone C program to test just these cases
and some of them now work as expected! I do agree that
-1.0 to either +-infinity should be a nan, but then
using that same logic why is -1.1 to infinity and 0.9
to minus infinity equal to infin
I had some more time to look into this and when the
simple C program I mentioned earlier uses variables
like the other program, incorrect results are
produced. I have attached this C/C++ program. I
certainly don't understand what is going on. I would
have expected pow to be pass-by value which shou
> gcc -fno-builtin ./pow-error.c
Yes -fno-builtin certainly makes the results
consistent, but I would consider this result slightly
less correct.
> Unless the function call is optimized away.
Hmm, I guess I didn't think something as complicated
as pow would get optimized away. Thanks for the
in
Patch generated and applied to newlib CVS. As an added bonus I fixed a
few other inconsistencies in acos(), asin(), log() and log10().
Cary
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
One thing to keep in mind is that I was encouraged to submit patches to
make the newlib functions match the glibc implementation not the standard.
Which I don't currently have access to.
> Other potentially controversial special cases (may or may not be
> handled correctly by newlib -- I didn't c
> > newlib and my version of glibc return +0 for all these cases.
> Hmm *my* version of glibc gets all 4 cases right:
We upgraded to a new version of RHEL and guess what. Well you know!
Patches for atan2() have been applied to newlib CVS.
Cary
__
The latest update to git (1.5.3.1) changed how the manual pages are
displayed. Specifically references to other git manual pages are no longer
shown by name. Instead a reference number with a cross reference at the
end of the file is given. From a usability standpoint this is a real
inconvenience.
On my Linux machine the rpc/xdr.h header file includes rpc/types.h and the
cygwin version does not. This results in configure scripts not being able
to verify that rpc/xdr.h is a valid file. Applying the following patch
makes this work as expected.
--- xdr.h.orig 2005-03-10 13:32:52.00100 -08
Cary
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
Attached are the two ChangeLog entries from newlib and a patch of the math
directory differences between my modified 1.5.24 and 1.5.25. I did a quick
visual check and this single patch appears to match the two I originally
sent. Please let me know if I can be of further assistance.
Cary
_
GTG from my point of view. The results from 1.5.25-6 match my patched
version.
Cary
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
--
Unsubscribe info: http://cygwin.com
ut it should be close.
Regards,
Cary
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem repo
Hi,
Recently I installed Vista SP1 RC v.668 (Vista Vista Ultimate) with Cygwin DLL
1.5.25.
Now VIM seems to fail to write out files properly. Here are the symptoms
1. If I delete the last characters in a file and write it out from inside VIM
the last character is converted into a '\n' (newli
This started out as a VIM problem and now narrowed down to a simple file system
problem
>cat foo
>cat bar
>cp bar foo
>cat foo
AAA
>
foo - file contains "\n"
bar - file contains "\n"
I can duplicate the same problem in VIM but cannot duplicate using notepad
So i
is no bash.exe file in
the
bin directory.
Output of cygcheck -s -v -r:
Cygwin Configuration Diagnostics
Current System Time: Fri Dec 20 19:34:50 2013
Windows XP Professional Ver 5.1 Build 2600 Service Pack 3
Path:C:\watcom-1.3\binnt
C:\watcom-1.3\binw
C:\Program Files\MiKTeX 2.9\mikte
Latest output from cygchk -s -v -r:
Cygwin Configuration Diagnostics
Current System Time: Tue Dec 24 16:56:37 2013
Windows XP Professional Ver 5.1 Build 2600 Service Pack 3
Path:C:\watcom-1.3\binnt
C:\watcom-1.3\binw
C:\Program Files\MiKTeX 2.9\miktex\bin
c:\Program Files\AMD A
Hi,
I am trying to compile llvm on latest cygwin and I get an error about
missing
definitions for Dl_info and dladdr.
const llvm::sys::Path& CIndexer::getClangPath() {
// Did we already compute the path?
if (!ClangPath.empty())
return ClangPath;
// Find the location where this library
>>>
>>> On 14/01/2010 14:20, Reini Urban wrote:
I have a working cygwin llvm and llvm-gcc,
but had no time to produce a proper package yet.
Attached are my cygport files and my local config.
No patches were needed.
But I haven't bothered to build clang yet,
j
On Fri, 15 Jan 2010 11:19:27 +0100, Corinna Vinschen
wrote:
> On Jan 15 11:07, Vincent R. wrote:
>> >>>
>> >>> On 14/01/2010 14:20, Reini Urban wrote:
>> >>>>
>> >>>> I have a working cygwin llvm and llvm-gcc,
>> &g
On Fri, 15 Jan 2010 15:18:28 +0100, Corinna Vinschen
> On Jan 15 11:40, Vincent R. wrote:
>> It's not too difficult to add Dl_info definition (We will support only
>> retrieving path name):
>>
>> typedef struct
>> {
>> const char *dli_fname
On Fri, 15 Jan 2010 13:40:53 -0500, Christopher Faylor
wrote:
> On Fri, Jan 15, 2010 at 11:19:27AM +0100, Corinna Vinschen wrote:
>>On Jan 15 11:07, Vincent R. wrote:
>>> >>>
>>> >>> On 14/01/2010 14:20, Reini Urban wrote:
>>> >>>>
On Wed, 28 Jan 2009 09:38:47 -0500, Ralph Hempel wrote:
> Charles Wilson wrote:
>> Pursuant to a discussion on the libtool list, I'm trying to get a feel
>> for how many cygwin users rely on the cygwin environment to drive the
>> *native* MinGW gcc compiler. That is, incantations like this:
>
>
Hi,
I recently bought a new laptop and of course it was loaded with Windows
Vista(Ultimate).
So as usual I tried to install cygwin on it, I run the setup.exe, I let the
default install folder
and then I need to choose packages.
First I was surprised because I couldn't find subversion, so I quit se
On Fri, 06 Feb 2009 15:42:33 +0100, "Vincent R."
wrote:
> Hi,
>
> I recently bought a new laptop and of course it was loaded with Windows
> Vista(Ultimate).
> So as usual I tried to install cygwin on it, I run the setup.exe, I let
the
> default install folder
> and
On Fri, 06 Feb 2009 07:27:47 -0800, Tim Prince
wrote:
> Vincent R. wrote:
>
>> Ok finally I got my answers, I am cross-compiling and everything is so
>> SLO
>> that I will have to install Windows XP ...
>> Is it because of the couple laptop(Dell XPS M1530)
On Fri, 20 Feb 2009 11:20:41 -, "Harold Fuchs"
wrote:
> Are there any plans to port Cygwin to Windows Mobile? Dates?
>
> If not, I'd be interested to know why.
>
> Harold Fuchs
> London, England
>
>
>
> --
> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
> Problem report
On Fri, 20 Feb 2009 13:57:49 +, Dave Korn
wrote:
> Vincent R. wrote:
>> On Fri, 20 Feb 2009 11:20:41 -, "Harold Fuchs" wrote:
>>> Are there any plans to port Cygwin to Windows Mobile? Dates?
>
> Not that I know of.
>
>>> If not, I'd b
Hi,
Is there any BLODA list ?
If not I would like to start one and report that the following software is
not compatible :
Manufacturer : Logitech
Process : LVComSrv.exe,LVPrcSvr.exe
When I try to compile, everything starts to be very slow and sometimes sh
crashs but
as soon as I kill LVPrcSvr.ex
On Sat, 21 Feb 2009 13:23:57 +0100, "Vincent R."
wrote:
> Hi,
>
> Is there any BLODA list ?
> If not I would like to start one and report that the following software
is
> not compatible :
>
> Manufacturer : Logitech
> Process : LVComSrv.exe,LVPrcSvr.exe
>
Hi,
Everytime I try to checkout source code with git on cygwin-1.7 it fails
while the same command
works fine on cygwin-1.5/
For instance :
git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
Initialized empty Git repository in /home/Vincent/projects/sparse/.git/
remote: Counting objec
On Fri, 27 Feb 2009 15:59:13 +, Dave Korn
wrote:
> Alexey Lyubimov wrote:
>
>> 1. Why did initscr() and endwin() not require --enable-auto-import
>> option,
>> but refresh() does?
>
> It's because the initscr() and endwin() functions don't refer to the
> _stdscr
> variable internally, so
Hi,
since a few weeks everytime I tried to compile a projetc from its sources,
very often I get
permission issues like this :
/usr/bin/m4:configure.ac:2173: cannot create temporary file for diversion:
Permission denied
I have found that my antivirus (Avira antivir personal) is responsible for
th
Hi,
I have installed a fresh new cygwin 1.7 from cict.fr mirror and when I
start vim in mintty I get
:
$ vim .bashrc
/usr/bin/vim.exe: error while loading shared libraries: cygncurses-9.dll:
cannot open shared object file: No such file or directory
Maybe there is a missing dependency to libncur
Hi,
on unix terminals when I press CTRL + RIGHT_KEY or CTRL+LEFT_KEY, cursor
move from one word to another
which is very handy.
It doesn't work on mintty and I am sad about it ... ;-)
Usually CTRL+d allows me to exit from a terminal when logged in ssh for
instance but it doesn't work either.
Rega
Hi,
it seems git still doesn't work on cygwin 1.7, is there any progress about
this ?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.
On Mon, 18 May 2009 05:56:04 -0600, Eric Blake wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> According to Vincent R. on 5/18/2009 3:10 AM:
>> Hi,
>>
>> it seems git still doesn't work on cygwin 1.7, is there any progress
>> about
>>
Hi,
I have started cygwin-1.7 setup to update to latest cygwin dll and now when
I start mintty,
seems are very weird.
My terminal looks like a mix between a windows terminal and mintty, for
instance I have the following
text in black and white :
Microsoft Windows XP [version 5.1.2600]
(C) Copyrig
On Tue, 09 Jun 2009 11:39:05 +0200, Eric Lilja
wrote:
> Vincent R. wrote:
>> Hi,
>>
>> I have started cygwin-1.7 setup to update to latest cygwin dll and now
>> when
>> I start mintty,
>> seems are very weird.
>> My terminal looks like a mix between a
On Tue, 9 Jun 2009 12:07:23 +0100, Andy Koppe wrote:
> 2009/6/9 Vincent R.:
>> I already have the minus...
>> I have uninstalled and resinstalled mintty but same problem.
>> I can also see that start menu shortcut is not created anymore.
>
> Ah, packaging bug, sor
On Tue, 9 Jun 2009 13:20:12 +0100, Andy Koppe wrote:
>> I have started cygwin-1.7 setup to update to latest cygwin dll and now
>> when
>> I start mintty,
>> seems are very weird.
>> My terminal looks like a mix between a windows terminal and mintty, for
>> instance I have the following
>> text in
Hi,
Until now I was using cygwin on Windows XP and I was satisfied by
cygwin-1.7 but these last few days
I switched to a more powerful laptop with very fast hardware (Core Duo 3.0
Ghz and SSD OCZ Vertex)
and running windows Seven.
Now when I test cygwin, everything is so sloowww, I know this i
On Mon, 15 Jun 2009 19:39:39 +0100, Andy Koppe
wrote:
>> Until now I was using cygwin on Windows XP and I was satisfied by
>> cygwin-1.7 but these last few days
>> I switched to a more powerful laptop with very fast hardware (Core Duo
>> 3.0
>> Ghz and SSD OCZ Vertex)
>> and running windows Seven.
On Tue, 16 Jun 2009 00:16:11 -0400 (EDT), "Edward Lam"
wrote:
> On Mon, June 15, 2009 19:53, Sisyphus wrote:
>> Here are some timings I did recently for building the mpc-0.6 library.
>> On Vista and XP, (in the same version of the MSYS shell, and using the
>> same
>> version of MinGW's gcc) I ran:
On Tue, 16 Jun 2009 08:17:19 -0400, Chris Sutcliffe
wrote:
>> >> Times taken were:
>> >> Linux : 1.5 mimutes
>> >> XP (mingw): 6.5 minutes
>> >> Vista (mingw): 16.5 minutes
>> >> Vista (cygwin): 23.25 minutes
>>
>> Yes these figures are a good example of what I am talking about and here
>> is
>>
On Wed, 17 Jun 2009 11:52:56 +1000, "Sisyphus"
wrote:
> - Original Message -
> From: "Chris Sutcliffe"
>
>>> >> Times taken were:
>>> >> Linux : 1.5 mimutes
>>> >> XP (mingw): 6.5 minutes
>>> >> Vista (mingw): 16.5 minutes
>>> >> Vista (cygwin): 23.25 minutes
>
>> If UAC is disabled, d
Don't know how you fix it but now I am able to use git on cygwin 1.7 and
using cygwin protocol.
So cygwin is as stable as 1.5 for my use.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.
Hi,
I know that my question could be a bit astonishing but I am not afraid to
ask it ;-)
I am trying to compile a software for symbian platform and originally they
have released a SDK on windows
linked with mingw and where you use a DOS terminal to compile.
They have designed some build system mi
1 - 100 of 1636 matches
Mail list logo