Hi,
I have installed the 20050422 snapshot. I made a backtrace.
I hope it is more useful.
---
$gdb XWin
GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License,
> To the OP: Building your own version of GCC under Cygwin is
> easy (I've done so since the GCC 3.3.* days, can't speak for
> the earlier versions), you just have to be more careful about
> the configure options than I have been!
>
> / Mikael
I'd just add the standard Unixoid qualifier to th
Mikael wrote:
> Hmm, sorry for hi-jacking the thread, but that means if I use GCC 4.0.0 that
> I have compiled myself and I use the Win32 API I should have configured gcc
> with --enable-sjlj-exceptions in order to avoid problems, right? I didn't so
> I guess I have to re-compile.
> To the OP: Bui
"Brian Dessent" wrote:
> Reiner Suikat wrote:
>
>> This may seem like an odd question: Where can I get a Cygwin distribution
>> with gcc-3.2? The rason I am asking this:
>> I am running octave, and all versions compiled with 3.3 are terribly
>> slow,
>> loop execution is more than 10 times slower
Reiner Suikat wrote:
> This may seem like an odd question: Where can I get a Cygwin distribution
> with gcc-3.2? The rason I am asking this:
> I am running octave, and all versions compiled with 3.3 are terribly slow,
> loop execution is more than 10 times slower than a very old Windows octave
> b
Hi,
This may seem like an odd question: Where can I get a Cygwin distribution
with gcc-3.2? The rason I am asking this:
I am running octave, and all versions compiled with 3.3 are terribly slow,
loop execution is more than 10 times slower than a very old Windows octave
binary available from sourcef
"Charles Wilson" wrote:
> Mikael wrote:
>
>>const char *short_options = "";
>
> This is your problem. You need to have ':' as the first character in
> short_options, if you want the behavior you describe. (Also, if you plan
> to handle errors -- including printing the error message yoursel
Mikael wrote:
const char *short_options = "";
This is your problem. You need to have ':' as the first character in
short_options, if you want the behavior you describe. (Also, if you
plan to handle errors -- including printing the error message yourself
-- you need to set the global variabl
Hello, consider this C program and its accompanying test script:
#include
#include
static void handle_args(int, char **);
int
main(int argc, char **argv)
{
handle_args(argc, argv);
return 0;
}
#define REQUIRES_ARGUMENT 1
static void
handle_args(int argc, char **argv)
{
const struct
Group,
I'd like to create a distribution media that allows my group to do custom
offline installations of cygwin.
I want this distribution to contain EXACTLY what is currently installed on a
master machine, plus ALL the corresponding src packages.
Now, I know that I can have setup to just downloa
On Sun, Apr 24, 2005 at 01:15:04PM +0200, Reini Urban wrote:
>The problem was not related to bash, but to my testing of the mount -X
>switch for /usr/local/bin (cygexec) which caused all my non-cygwin exes
>there to fail.
So, it's a feature, not a bug.
cgf
--
Unsubscribe info: http://cygw
On Sun, Apr 24, 2005 at 02:05:52PM +0200, Alexander Gottwald wrote:
>Rodrigo Medina wrote:
>
>> null screen fn ReparentWindow
>> null screen fn RestackWindow
>> InitQueue - Calling pthread_mutex_init
>> InitQueue - pthread_mutex_init returned
>> InitQueue - Calling pthread_cond_init
>> InitQueue -
Rodrigo Medina wrote:
> null screen fn ReparentWindow
> null screen fn RestackWindow
> InitQueue - Calling pthread_mutex_init
> InitQueue - pthread_mutex_init returned
> InitQueue - Calling pthread_cond_init
> InitQueue - pthread_cond_init returned
> ---Type to continue, or q to quit---
>
> Prog
Christopher Faylor schrieb:
On Thu, Apr 21, 2005 at 07:45:28AM +0200, Reini Urban wrote:
The problem is bash related.
lame.exe invocation or mencoder.exe (probably arg parsing) also fails
with a 1.5.15s-20050413 and latest bash-2.05b.0(1)-release (2.05b-17),
but I haven't found time to debug it.
With -x it works fine.
Thank you.
angelo.
--
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/
Cliff Hones hones.org.uk> writes:
>
> Simon wrote:
> > Hi,
> >
> > I am new to cygwin and my main goal is to get the JTAG stuff working over
LPT1
> > on a PC.
> >
> > I wonder if anyone has installed it and got it working. I tried jtag v0.4
and
> > it didnÂt work.
> >
> > Also I have trie
16 matches
Mail list logo