Terminal copy-paste

2008-07-16 Thread r
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

Re: Terminal copy-paste

2008-07-17 Thread r
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

Re: Terminal copy-paste

2008-07-17 Thread r
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

bash load

2008-07-18 Thread r
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

Re: bash load

2008-07-18 Thread r
> > . "${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

Re: bash load

2008-07-18 Thread r
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

packages

2008-07-18 Thread r
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

Re: packages

2008-07-19 Thread r
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'

cron 00.27

2008-07-19 Thread r
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

Re: cron 00.27

2008-07-19 Thread r
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

Re: cron 00.27

2008-07-19 Thread r
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. >

cron jobs and email

2008-07-20 Thread r
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

Re: cron jobs and email

2008-07-20 Thread r
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

Re: bash load

2008-07-21 Thread r
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

Re: cron and mail: a stupid question (please don't kill me)

2008-07-21 Thread r
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

startup

2008-07-25 Thread r
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:

script

2008-07-26 Thread r
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

Re: script

2008-07-27 Thread r
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

message

2008-07-28 Thread r
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"

Re: script

2008-07-28 Thread r
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 ? > >

Re: Reply

2008-07-28 Thread r
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 "

Re: script

2008-07-28 Thread r
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

Compile

2008-08-01 Thread r
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

Re: Compile

2008-08-02 Thread r
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

Re: Using mutt to sendmail via remote SMTP

2008-08-03 Thread r
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

Exim problem

2008-08-05 Thread r
14:02:31 +0200 From: r <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: tststst Message-

Re: Exim problem

2008-08-06 Thread r
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/

Re: Exim problem

2008-08-06 Thread r
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

Print

2008-08-13 Thread r
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

Re: Print

2008-08-14 Thread r
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

Re: Print

2008-08-14 Thread r
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

Why do symlinks need to be system files

2003-07-01 Thread Mark R.
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:

RE: Why do symlinks need to be system files

2003-07-02 Thread Mark R.
? -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

RE: Why do symlinks need to be system files

2003-07-02 Thread Mark R.
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

Re: Win2k and cygwin memory leak

2003-08-09 Thread R. Boon
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

Win2k and cygwin memory leak

2003-08-14 Thread R. Boon
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

german characters

2004-04-01 Thread Markus R.
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

client hangs?

2002-02-27 Thread Chandrasekhar R
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.

cygwin bash 2.05b patches and "rebash" a debugger for bash (http://bashdb.sourceforge.net)

2003-09-11 Thread R. Bernstein
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

Re: cygwin bash 2.05b patches and "rebash" a debugger for bash (http://bashdb.sourceforge.net)

2003-09-11 Thread R. Bernstein
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

Re: cygwin bash 2.05b patches and "rebash" a debugger for bash (http://bashdb.sourceforge.net)

2003-09-12 Thread R. Bernstein
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

Re: cygwin bash 2.05b patches and "rebash" a debugger for bash (http://bashdb.sourceforge.net)

2003-09-12 Thread R. Bernstein
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

Re: Croatian fonts

2006-03-07 Thread b r
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... -

exceptions in c++

2006-06-06 Thread m r
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.

1.5.12: FPU affected by gethostname call

2005-02-23 Thread R . Schulz
= `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

RE: 1.5.12: FPU affected by gethostname call

2005-02-23 Thread R . Schulz
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

Buiding net-snmp perl in cygwin - Please anyone help me

2005-03-03 Thread Aparna R
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

Re: Buiding net-snmp perl in cygwin - Please anyone help me

2005-03-03 Thread Aparna R
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

Fontconfig 2.4.1-4 is missing /etc/fonts/local.conf

2007-02-25 Thread Cary R.
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.

2007-02-25 Thread Cary R.
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

Re: Fontconfig 2.4.1-4 is missing /etc/fonts/local.conf

2007-04-09 Thread Cary R.
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: > >

LyX postinstall script limitations: Was Fontconfig is missing /etc/fonts/local.conf.

2007-04-09 Thread Cary R.
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.

newlib: pow function can produce incorrect results.

2007-04-18 Thread Cary R.
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

Re: newlib: pow function can produce incorrect results.

2007-04-19 Thread Cary R.
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

Re: newlib?: pow function can produce incorrect results.

2007-04-23 Thread Cary R.
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

Re: newlib?: pow function can produce incorrect results.

2007-04-23 Thread Cary R.
> 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

Re: newlib?: pow function can produce incorrect results.

2007-05-01 Thread Cary R.
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 -

Re: newlib?: pow function can produce incorrect results.

2007-05-02 Thread Cary R.
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

Re: newlib?: pow function can produce incorrect results.

2007-05-17 Thread Cary R.
> > 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 __

latest git manual pages have some problems

2007-10-01 Thread Cary R.
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.

Minor sunrpc problem

2007-11-01 Thread Cary R.
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

cygwin-1.5.25-5 is missing newlib math updates

2007-12-10 Thread Cary R.
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:

Re: cygwin-1.5.25-5 is missing newlib math updates

2007-12-10 Thread Cary R.
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 _

Re: Updated: [experimental] cygwin-1.5.25-6

2007-12-12 Thread Cary R.
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

LyX 1.4.5-1 and /etc/fonts/local.conf

2008-01-25 Thread Cary R.
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

VIM I/O error with Vista SP1 RC

2008-02-03 Thread r . chuang
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

File system problem with Vista SP1 RC

2008-02-04 Thread r . chuang
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

Install Failure - Cygwin 1.7.27 on Windows XP

2013-12-20 Thread ravi r
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

Re: Install Failure - Cygwin 1.7.27 on Windows XP

2013-12-24 Thread ravi r
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

dladdr and Dl_info

2010-01-14 Thread Vincent R.
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

Re: [cfe-dev] cygwin updates (was: dladdr and Dl_info)

2010-01-15 Thread Vincent R.
>>> >>> 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

Re: [cfe-dev] cygwin updates (was: dladdr and Dl_info)

2010-01-15 Thread Vincent R.
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

Re: [cfe-dev] cygwin updates (was: dladdr and Dl_info)

2010-01-15 Thread Vincent R.
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

Re: [cfe-dev] cygwin updates (was: dladdr and Dl_info)

2010-01-15 Thread Vincent R.
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: >>> >>>>

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Vincent R.
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: > >

Vista feedback

2009-02-06 Thread Vincent R.
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

Re: Vista feedback

2009-02-06 Thread Vincent R.
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

Re: [OT] Vista feedback

2009-02-06 Thread Vincent R.
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)

Re: Windows Mobile?

2009-02-20 Thread Vincent R.
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

Re: Windows Mobile?

2009-02-20 Thread Vincent R.
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

BLODA list

2009-02-21 Thread Vincent R.
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

Re: BLODA list

2009-02-21 Thread Vincent R.
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 >

Git broken with cygwin-1.7

2009-02-24 Thread Vincent R.
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

Re: 1.5.25-15: First steps with ncurses programming: can NOT build Hello_world app

2009-02-27 Thread Vincent R.
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

New bloda entry

2009-03-23 Thread Vincent R.
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

[1.7] : vim - missing dependencies

2009-04-02 Thread Vincent R.
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

mintty and CTRL + ->

2009-04-27 Thread Vincent R.
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

Git still broken

2009-05-18 Thread Vincent R.
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.

Re: Git still broken

2009-05-19 Thread Vincent R.
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 >>

last update is weird

2009-06-09 Thread Vincent R.
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

Re: last update is weird

2009-06-09 Thread Vincent R.
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

Re: last update is weird

2009-06-09 Thread Vincent R.
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

Re: last update is weird

2009-06-09 Thread Vincent R.
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

Optimize cygwin on recent windows version (Vista and Seven)

2009-06-15 Thread Vincent R.
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

Re: Optimize cygwin on recent windows version (Vista and Seven)

2009-06-15 Thread Vincent R.
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.

Re: Optimize cygwin on recent windows version (Vista and Seven)

2009-06-16 Thread Vincent R.
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:

Re: Optimize cygwin on recent windows version (Vista and Seven)

2009-06-16 Thread Vincent R.
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 >>

Re: Optimize cygwin on recent windows version (Vista and Seven)

2009-06-17 Thread Vincent R.
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

Re: cygwin-1.7.0-50

2009-06-20 Thread Vincent R.
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.

weird feature

2009-06-22 Thread Vincent R.
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   2   3   4   5   6   7   8   9   10   >