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 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 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 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
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
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: http://cygwin.c
On Thu, 01 Oct 2009 10:01:45 -0400, Charles Wilson
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, 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, "Vincent R."
>>
>> > wro
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) ming
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) ming
On Wed, 16 Sep 2009 09:02:19 -0700, Andrew DeFaria
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...
>>
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 rea
On Thu, 10 Sep 2009 23:30:59 +0100, Dave Korn
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
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
On Mon, 07 Sep 2009 00:56:06 +1200, Nicholas Sherlock
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.
>
&
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
--
P
> 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
auto
> 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
On Fri, 3 Jul 2009 14:03:35 + (UTC), Eric Blake wrote:
> Edward Lam 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 with
>> 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
On Thu, 2 Jul 2009 17:35:01 +0100, Andy Koppe wrote:
> 2009/7/2 Jonathan :
>> 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 clean windows install?
>
> On
On Wed, 1 Jul 2009 13:32:46 -0400, Christopher Faylor
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 unsuit
On Wed, 1 Jul 2009 12:06:22 -0400, Christopher Faylor
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
>> wrote:
>>> On Wed, Jul 01, 2009 at 06:55:35AM +0100, Andy Koppe wrote:
>>>>20
On Wed, 1 Jul 2009 11:11:56 -0400, Christopher Faylor
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 change to the first
shell that
On Mon, 22 Jun 2009 17:38:10 +0200, "Vincent R."
wrote:
> On Mon, 22 Jun 2009 17:15:18 +0200, "Vincent R."
> wrote:
>> Hi,
>>
>> I know that my question could be a bit astonishing but I am not afraid
to
>> ask it ;-)
>> I am trying t
On Mon, 22 Jun 2009 17:15:18 +0200, "Vincent R."
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
&
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
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.
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
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 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 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.
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 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
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, 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
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 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,
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.
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,
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,
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
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,
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 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,
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 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
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, 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, 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
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 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:
>
>
52 matches
Mail list logo