Re: building lapack with cygwin

2007-08-03 Thread Angelo
Cezary Sliwa wrote: > I tried to build Lapack 3.1.1 using cygwin. Compilation works fine, but > testing reports failures. I often build lapack 3.1.1 with G77, GFortran and G95, and I do not observe any failure in testing. To build with G77 (3.4.4-3) I simply copy make.inc.example to make.inc an

Re: Cygwin coreutils assertion failed

2007-08-03 Thread Daniel
Hi Eric Thanks for the detailed and quick response. Usually such bug reports are never answered. The cause you describe sounds too bad and the occurrence is too rare (only once) that I would bother going after this. Instead I'll try to compile Emacs under Cygwin, which has caused me enough headac

Re: How to close a SSH connection from a BAT file

2007-08-03 Thread Andrew Schulman
> Brian Thanks for the suggestions and I was extreemly interested in trying > your > suggestion of running the SSH client as a service. However I have not been > successful in setting it up. Although it does install as a service, when it > is > started it immediatly stops as unable to authenti

Re: is LD_PRELOAD available in cygwin?

2007-08-03 Thread Brian Dessent
Günther Jedenastik wrote: > well, preloading a library seems working, but the function decoration > makes problems, but i'm sure this is my fault > it would be great if anyone has a simple example for cygwin func decorations Can't you just show us how you declare your replacement open()? In your

Re: How to close a SSH connection from a BAT file

2007-08-03 Thread Brian Dessent
Anthony de Sousa wrote: > Brian Thanks for the suggestions and I was extreemly interested in trying your > suggestion of running the SSH client as a service. However I have not been > successful in setting it up. Although it does install as a service, when it is > started it immediatly stops as un

Re: New rename(2) function

2007-08-03 Thread Eric Blake
Eric Blake byu.net> writes: > > However, there is still a bug: And another bug, involving the rename of a directory onto a broken symlink. On Linux: $ mkdir a $ ln -s b c $ mv a c/ mv: cannot overwrite non-directory `c' with directory `a' $ ./rename a c/ result -1, errno 20: Not a directory

RE: Request for running a test application

2007-08-03 Thread Dave Korn
On 02 August 2007 09:58, Corinna Vinschen wrote: > On Aug 1 22:44, Michael Lemke wrote: >> Here's a SD memory card via a USB card reader: >> [...] > > Thanks to all of you, guys, that was already very informative! > > Dunno if I just missed that, but I'm still looking for information > about

Re: New rename(2) function

2007-08-03 Thread Eric Blake
Eric Blake byu.net> writes: > > "If the old argument and the new argument resolve to the same existing file, > rename() shall return successfully and perform no other action." Looks like this part works in the latest snapshot. Thanks for the implementation. However, there is still a bug: $

Re: Cygwin coreutils assertion failed

2007-08-03 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://cygwin.com/acronyms/#PPIOSPE - redirecting to the list. According to Daniel on 8/3/2007 12:29 AM: > Hi Eric, > > I'm running Windows XP Professional with Cygwin 2.510.2.2. No, you aren't. You loaded cygwin using setup.exe version 2.510.2.2,

Re: building lapack with cygwin

2007-08-03 Thread Cezary Sliwa
On Thu, Aug 02, 2007 at 12:46:16AM +0200, Cezary Sliwa wrote: > > Hello, > > I tried to build Lapack 3.1.1 using cygwin. Compilation works fine, but > testing reports failures. The g77 flags were -O3 -funroll-all-loops. > > For gcc 3.3.3 failures are reported by CEV, CVX, CGV, DGV, SGV, ZGV. >

RE: Request for running a test application

2007-08-03 Thread Jörg Schaible
One more: 8MB Compact Flash Card at USB multi-reader: $ getvolinfo /mnt/P Device Type: 7 Characteristics: 121 Volume Name: <> Serial Number : 2008 Max Filenamelength : 255 Filesystemname : Flags : 6 FILE_CASE_SENSITIVE_SEARCH : FALSE FILE_C

Running DOS window as administrator (Vista)

2007-08-03 Thread zzapper
Hi, Thought I'd read somewhere that there was a Control-key sequence to raise a Vista DOS window to administrator???!? Alternatively is there a cyg command to run as administrator? (sorry if this a chestnut) (I am De-Vista-ted) -- zzapper http://www.rayninfo.co.uk/vimtips.html -- Unsubscribe i

Re: links

2007-08-03 Thread fergus
> Can you think of any real justification for > getting rid of these old-style symlinks? Yes: a user who wants a portable Cygwin on CD or DVD built by copying from HD will need all links to be of the .lnk newer variety before transfer: these will necessarily be +R on the portable medium and th

White screen & can't amend buffer size

2007-08-03 Thread gags_78
Hey folks, I installed cygwin on my local machine there recently. before when I used cygwin I got the black screen with green cygwin icon that denoted it in the taskbar. Now I get the following. http://www.nabble.com/file/p11979162/cygwin.gif It also means that i can't amend the

Re: is LD_PRELOAD available in cygwin?

2007-08-03 Thread Günther Jedenastik
Christopher Faylor schrieb: On Wed, Aug 01, 2007 at 08:23:15AM -0700, Brian Dessent wrote: G?nther Jedenastik wrote: using g++ to compile a dll which overload's the open(); glibc system call. Using preload i want to load my own dll with my open(); function. using dlsym(); i try to loa