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, just the Clang llvmc plugin and

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 corinna-cyg...@cygwin.com 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, but had no time to produce a proper package yet. Attached are my cygport files

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[PATH_MAX]; /* Filename of defining object */ void

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 cgf-use-tqsdqsdqsd...@cygwin.com 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: I have a working cygwin llvm and llvm-gcc, but had

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

Calling cygwin binaries from dos prompt : access denied

2009-10-20 Thread Vincent R.
Hi, When trying to get gcc version from a dos command by entering C:\cygwin-1.7\bin\gcc -v I get a access denied error message. Is it possible change that and allow to call it from external world ? -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: coredump when compiling gettext from source

2009-10-01 Thread Vincent R.
On Thu, 1 Oct 2009 15:46:29 +0200, Corinna Vinschen corinna-cyg...@cygwin.com wrote: On Oct 1 14:19, Vincent R. wrote: On Thu, 01 Oct 2009 14:16:45 +0200, Vincent R. foru...@smartmobili.com wrote: On Thu, 01 Oct 2009 13:59:32 +0200, Vincent R. foru...@smartmobili.com wrote: Wrong

Re: coredump when compiling gettext from source

2009-10-01 Thread Vincent R.
On Thu, 01 Oct 2009 10:01:45 -0400, Charles Wilson cyg...@cwilson.fastmail.fm wrote: Vincent R. wrote: On Thu, 1 Oct 2009 15:46:29 +0200, Corinna Vinschen wrote: On Oct 1 14:19, Vincent R. wrote: On Thu, 01 Oct 2009 14:16:45 +0200, Vincent R. wrote: On Thu, 01 Oct 2009 13:59:32 +0200

Re: Bug or feature missing in rsync.

2009-09-17 Thread Vincent R.
Hi, After having started some debate about cygdrive prefix (it was not my goal) I think I have another dilemna ;-) I want to try to compile cegcc-4.4.0 (gcc targetting windows ce) with a mingw compiler but I don't know which one to choose. As always with open source software I can use : a)

mingw question : Post repetita

2009-09-17 Thread Vincent R.
Hi, After having started some debate about cygdrive prefix (it was not my goal) I think I have another dilemna ;-) I want to try to compile cegcc-4.4.0 (gcc targetting windows ce) with a mingw compiler but I don't know which one to choose. As always with open source software I can use : a)

cygdrive prefix

2009-09-16 Thread Vincent R.
Hi, Is there any good reason to force user to use /cygdrive/ before accessing a drive ? I am asking it because I regularly switch from cygwin to mingw and some simple script needs to be adapted every time. Wouldn't be easier to access directly to a drive without entering cygdrive? Is there any

Re: cygdrive prefix

2009-09-16 Thread Vincent R.
On Wed, 16 Sep 2009 09:02:19 -0700, Andrew DeFaria and...@defaria.com wrote: Vincent R. wrote: Hi, Is there any good reason to force user to use /cygdrive/ before accessing a drive ? Considering you aren't forced to use /cygdrive/ (see mount(1m)) no... I am asking it because I regularly

Re: gcc4.4

2009-09-11 Thread Vincent R.
On Thu, 10 Sep 2009 23:30:59 +0100, Dave Korn dave.korn.cyg...@googlemail.com wrote: Vincent R. wrote: Hi, when will you release a gcc-4.4 package for cygwin ? Right now I'm concentrating on getting a stable 4.3.4 package out that will have all the fixes for all the known problems

gcc4.4

2009-09-10 Thread Vincent R.
Hi, when will you release a gcc-4.4 package for cygwin ? Thanks -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

-mnocygwin alternative

2009-09-06 Thread Vincent R.
Hi, Back in old times it was possible to compile with no cygwin dependencies using something like -mno-cygwin. Will it be possible to compile again with mingw-4.4 from cygwin console ? I think I read (or maybe dream) that there might be a mingw-4.4-gcc package, what is the status ? Thanks --

Re: -mnocygwin alternative

2009-09-06 Thread Vincent R.
On Mon, 07 Sep 2009 00:56:06 +1200, Nicholas Sherlock n.sherl...@gmail.com wrote: Vincent R. wrote: Back in old times it was possible to compile with no cygwin dependencies using something like -mno-cygwin. I hear that a proper cross-compiler is coming to replace -mno-cygwin

Re: [ANNOUNCEMENT] [1.7] Updated: binutils-2.19.51-1

2009-07-05 Thread Vincent R.
I backed down on bash version which required install of libreadline6. bash still fails. This is on NT4. Maybe I need a different combination of binutils, libreadline, and bash. I will play with this for a bit. Jerry I have installed new binutils and previous bash version and now it

Re: fresh 1.7, bash fails with STATUS_ACCESS_VIOLATION

2009-07-05 Thread Vincent R.
Post cygcheck output, both of you, and let's compare. $ cygcheck -c Cygwin Package Information Package VersionStatus _update-info-dir 00826-1OK alternatives 1.3.30c-10 OK ash 20040127-4 OK

Re: [ANNOUNCEMENT] [1.7] Updated [security]: bash-3.2.49-23 and Windows 7 RC

2009-07-03 Thread Vincent R.
Ok, so I can confirm a problem with bash 3.2.49-23 on Windows 7 RC build 7100 64-bit. Basically, bash just crashes on startup. I don't have access to a Vista machine right now but it's worthwhile confirming on it. I don't have access to any of these (just XP, here), so I can't really tell

Re: [ANNOUNCEMENT] [1.7] Updated [security]: bash-3.2.49-23 and Windows 7 RC

2009-07-03 Thread Vincent R.
On Fri, 3 Jul 2009 14:03:35 + (UTC), Eric Blake e...@byu.net wrote: Edward Lam edward at sidefx.com writes: 61020293 looks like an address in the dll range, probably cygwin1.dll. It would be nice to know what function is dying, but doing that may require rebuilding a bash image

Re: 1.7 ssh/rsync consuming all cpu on x64 Vista

2009-07-02 Thread Vincent R.
On Thu, 2 Jul 2009 17:35:01 +0100, Andy Koppe andy.ko...@gmail.com wrote: 2009/7/2 Jonathan jonat...@kc8onw.net: I still see 100% CPU usage per core with the latest snapshot (2009-07-01) I've tried removing tortoisesvn and virtualbox and still have performance issues, is my next step trying a

Re: fork and exec (was: Re: Proposed patch to system.XWinrc)

2009-07-01 Thread Vincent R.
On Wed, 1 Jul 2009 11:11:56 -0400, Christopher Faylor cgf-use-the-mailinglist-ple...@cygwin.com wrote: On Wed, Jul 01, 2009 at 06:55:35AM +0100, Andy Koppe wrote: 2009/6/23 Christopher Faylor: If posix_spawn() ever gets implemented in Cygwin to avoid the slowness of fork(), /bin/sh might well

Re: fork and exec (was: Re: Proposed patch to system.XWinrc)

2009-07-01 Thread Vincent R.
On Wed, 1 Jul 2009 12:06:22 -0400, Christopher Faylor cgf-use-the-mailinglist-ple...@cygwin.com wrote: On Wed, Jul 01, 2009 at 05:32:14PM +0200, Vincent R. wrote: On Wed, 1 Jul 2009 11:11:56 -0400, Christopher Faylor cgf-use-the-mailinglist-ple...@cygwin.com wrote: On Wed, Jul 01, 2009 at 06:55

Re: fork and exec (was: Re: Proposed patch to system.XWinrc)

2009-07-01 Thread Vincent R.
On Wed, 1 Jul 2009 13:32:46 -0400, Christopher Faylor cgf-use-the-mailinglist-ple...@cygwin.com wrote: On Wed, Jul 01, 2009 at 06:52:38PM +0200, Vincent R. wrote: On Wed, 1 Jul 2009 12:06:22 -0400, Christopher Faylor No one is asking for benchmarks! However, if we were, strace is particularly

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

Re: weird feature

2009-06-22 Thread Vincent R.
On Mon, 22 Jun 2009 17:15:18 +0200, Vincent R. foru...@smartmobili.com wrote: 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

Re: weird feature

2009-06-22 Thread Vincent R.
On Mon, 22 Jun 2009 17:38:10 +0200, Vincent R. foru...@smartmobili.com wrote: On Mon, 22 Jun 2009 17:15:18 +0200, Vincent R. foru...@smartmobili.com wrote: 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

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:

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 sisyph...@optusnet.com.au wrote: - Original Message - From: Chris Sutcliffe ir0nh...@gmail.com 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

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 edw...@sidefx.com 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)

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 ir0nh...@gmail.com 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 an

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

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 andy.ko...@gmail.com 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

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)

Re: last update is weird

2009-06-09 Thread Vincent R.
On Tue, 09 Jun 2009 11:39:05 +0200, Eric Lilja mindcoo...@gmail.com 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 windows terminal and mintty

Re: last update is weird

2009-06-09 Thread Vincent R.
On Tue, 9 Jun 2009 12:07:23 +0100, Andy Koppe andy.ko...@gmail.com 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, sorry. I forgot

Re: last update is weird

2009-06-09 Thread Vincent R.
On Tue, 9 Jun 2009 13:20:12 +0100, Andy Koppe andy.ko...@gmail.com 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

Re: Git still broken

2009-05-19 Thread Vincent R.
On Mon, 18 May 2009 05:56:04 -0600, Eric Blake e...@byu.net 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 this ? Describe doesn't work. In other words

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:

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.

[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

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

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 dave.korn.cyg...@googlemail.com 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

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

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

Re: BLODA list

2009-02-21 Thread Vincent R.
On Sat, 21 Feb 2009 13:23:57 +0100, Vincent R. foru...@smartmobili.com 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 When I try to compile

Re: Windows Mobile?

2009-02-20 Thread Vincent R.
On Fri, 20 Feb 2009 11:20:41 -, Harold Fuchs har...@wolfeden.demon.co.uk 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

Re: Windows Mobile?

2009-02-20 Thread Vincent R.
On Fri, 20 Feb 2009 13:57:49 +, Dave Korn dave.korn.cyg...@googlemail.com 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 be interested to know why

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

Re: Vista feedback

2009-02-06 Thread Vincent R.
On Fri, 06 Feb 2009 15:42:33 +0100, Vincent R. foru...@smartmobili.com 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 then I need

Re: [OT] Vista feedback

2009-02-06 Thread Vincent R.
On Fri, 06 Feb 2009 07:27:47 -0800, Tim Prince timothypri...@sbcglobal.net 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)/Vista or does

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Vincent R.
On Wed, 28 Jan 2009 09:38:47 -0500, Ralph Hempel rhem...@bmts.com 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