problems with COM running native win32 applications through cygwin's bash

2013-03-14 Thread Edward Peschko
All, We are having difficulties running various windows utilities through bash. Through a regular windows cmd, one can run commands like diskshadow without issue, but with bash, we are having problems with COM calls not working. We have posted an example below. Is there a good bug tracking system

[ANNOUNCEMENT] Updated: upx-3.09-1 / ucl-1.03-2

2013-03-14 Thread ASSI
A new version 3.09-1 of upx upx-debuginfo and a rebuilt version 1.03-2 of ucl ucl-debuginfo is available for the Cygwin distribution. UPX is a free, portable, extendable, high-performance executable packer for several executable formats. UCL is a portable lossless data compression library w

Re: Problem with relative path containing nonexisting directory

2013-03-14 Thread Andrey Repin
Greetings, Jacob Kroon! > I'm having problems compiling EGLIBC in Cygwin. I think the reason is > the following: > Doing "ls foobar/../" in a Cygwin terminal, where the directory > "foobar" does _not_ exist, still returns a valid file listing of the > current path. > Doing the same operation in

Re: gdb bt gives many question marks

2013-03-14 Thread Christopher Faylor
On Thu, Mar 14, 2013 at 09:34:45AM -0400, Ryan Johnson wrote: >On 14/03/2013 3:37 AM, Ken Huang wrote: >> Hi all, >> >> I have a problem when using gdb to debug my program in cygwin, the 'bt' >> command >> gives me many '??'. >> >> So I write a quite easy program named abort.c which just aborts. a

Re: Problem with relative path containing nonexisting directory

2013-03-14 Thread Chris J. Breisch
On 3/14/2013 9:47 AM, Corinna Vinschen wrote: On Mar 14 13:19, Jacob Kroon wrote: Hi, I'm having problems compiling EGLIBC in Cygwin. I think the reason is the following: Doing "ls foobar/../" in a Cygwin terminal, where the directory "foobar" does _not_ exist, still returns a valid file listi

Re: Problem with relative path containing nonexisting directory

2013-03-14 Thread Corinna Vinschen
On Mar 14 13:19, Jacob Kroon wrote: > Hi, > > I'm having problems compiling EGLIBC in Cygwin. I think the reason is > the following: > > Doing "ls foobar/../" in a Cygwin terminal, where the directory > "foobar" does _not_ exist, still returns a valid file listing of the > current path. > > Doin

Re: gdb bt gives many question marks

2013-03-14 Thread Ryan Johnson
On 14/03/2013 3:37 AM, Ken Huang wrote: Hi all, I have a problem when using gdb to debug my program in cygwin, the 'bt' command gives me many '??'. So I write a quite easy program named abort.c which just aborts. after compiled with "gcc -g abort.c -o abort" and run with " gdb abort", it aborts

Re: gdb bt gives many question marks

2013-03-14 Thread jojelino
On 2013-03-14 PM 6:30, Ken Huang wrote: 2013/3/14 jojelino : On 2013-03-14 PM 4:37, Ken Huang wrote: Hi all, I have a problem when using gdb to debug my program in cygwin, the 'bt' command gives me many '??'. (gdb) bt full #0 0x7c92e514 in ntdll!LdrAccessResource () from /cygdrive/c/WINDOWS/

Problem with relative path containing nonexisting directory

2013-03-14 Thread Jacob Kroon
Hi, I'm having problems compiling EGLIBC in Cygwin. I think the reason is the following: Doing "ls foobar/../" in a Cygwin terminal, where the directory "foobar" does _not_ exist, still returns a valid file listing of the current path. Doing the same operation in Fedora, ls will print "No such f

Re: [closed] Intel FORTRAN time_and_date function returns UTC instead of local time

2013-03-14 Thread Earnie Boyd
On Thu, Mar 14, 2013 at 5:08 AM, Marten Jan de Ruiter wrote: > Today, the problems with the date_and_time function were gone. I have no > clue what solved the issue. I did not install upgrades from Cygwin. I did > not recompile the program. > Maybe a time shift issue? a.k.a. Daylight Savings Time

Re: gdb bt gives many question marks

2013-03-14 Thread Ken Huang
2013/3/14 jojelino : > On 2013-03-14 PM 4:37, Ken Huang wrote: >> >> Hi all, >> >> I have a problem when using gdb to debug my program in cygwin, the 'bt' >> command >> gives me many '??'. >> (gdb) bt full >> #0 0x7c92e514 in ntdll!LdrAccessResource () from >> /cygdrive/c/WINDOWS/system32/ntdll.dl

[closed] Intel FORTRAN time_and_date function returns UTC instead of local time

2013-03-14 Thread Marten Jan de Ruiter
Today, the problems with the date_and_time function were gone. I have no clue what solved the issue. I did not install upgrades from Cygwin. I did not recompile the program. What I did differently, is that I have used the Cygwin Bash shell, the Cygwin terminal and the Cygwin-X W-win server, an

Re: Run windows script remotely using Cygwin?

2013-03-14 Thread Herbert Stocker
Hi Gokulnath, On 3/13/2013 3:30 AM, Gokulnath Arjunan wrote: Hi, Below is my setup. Windows servers 2008 which is running some jboss applications. I have Cygwin installed with SSH setup I can login to windows server from any other linux machine using ssh. Use case: I am able to run the dos sc

Re: gdb bt gives many question marks

2013-03-14 Thread jojelino
On 2013-03-14 PM 4:37, Ken Huang wrote: Hi all, I have a problem when using gdb to debug my program in cygwin, the 'bt' command gives me many '??'. (gdb) bt full #0 0x7c92e514 in ntdll!LdrAccessResource () from /cygdrive/c/WINDOWS/system32/ntdll.dll No symbol table info available. #1 0x7c92df5

Re: [ANNOUNCEMENT] Updated: emacs*-24.3-1

2013-03-14 Thread Achim Gratz
Filipp Gunbin fastmail.fm> writes: > > C-h f only shows interactive functions aka commands. > > No, it shows all. Sorry, my mistake - I was thinking of M-x... Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

gdb bt gives many question marks

2013-03-14 Thread Ken Huang
Hi all, I have a problem when using gdb to debug my program in cygwin, the 'bt' command gives me many '??'. So I write a quite easy program named abort.c which just aborts. after compiled with "gcc -g abort.c -o abort" and run with " gdb abort", it aborts as expected. At this time I type "bt" in