Re: long_int vs int byte sizes

2014-04-05 Thread sisyphus1
-Original Message- From: Joseph Maxwell [quote] int x = 0xAB78 in decimal format is : 43896 and unsigned int y = 0xAB78 in decimal format is : 43896 The size of int is 4 bytes [/quote] Not quite what I expected, sine the leftmost bit in 'int' is 1 and would be the negative flag. No

long_int vs int byte sizes

2014-04-05 Thread Joseph Maxwell
Not sure if this is hardware, software or compiler dependent $ uname -a CYGWIN_NT-5.1 machinename 1.7.28(0.271/5/3) 2014-02-09 21:06 i686 Cygwin On a 32 bit XP SP 3 platform wrote a small profram to check some parameters; Received the following Re: Signed abd unsigned iintegers [quote] int x =

Re: setup.exe version 2.844 (32 bit): "No packages found."

2014-04-05 Thread Larry Hall (Cygwin)
On 4/5/2014 9:25 PM, Matthew Langston wrote: The "Select Pacakge" window shows "No packages found." when I run setup.exe version 2.844 (32 bit) and choose the option to “Install from Local Directory" even though there are 167 .tar.bz2 files in my local directory. These are the options I choose

setup.exe version 2.844 (32 bit): "No packages found."

2014-04-05 Thread Matthew Langston
The "Select Pacakge" window shows "No packages found." when I run setup.exe version 2.844 (32 bit) and choose the option to “Install from Local Directory" even though there are 167 .tar.bz2 files in my local directory. These are the options I choose when running setup.exe: Root Directory: C:\cy

Re: 1.7.28: Ctrl-C not working reliably

2014-04-05 Thread Larry Hall (Cygwin)
On 4/4/2014 3:35 PM, Ivan Todoroski wrote: Cygwin DLL 1.7.28 32-bit Windows 8.1 64-bit (build 6.3.9600) *Steps to reproduce* 1) Open Cygwin bash prompt 2) Type: ssh blargh # or any non-existent host 3) Press Ctrl-C immediately after that On my machine, the Ctrl-C doesn't stop SSH from trying t

Re: relocation truncated to fit: R_X86_64_PC32 against undefined symbol `len'

2014-04-05 Thread Ken Brown
On 4/5/2014 2:53 PM, Richard wrote: > On 4/5/2014 1:15 PM, Richard wrote: > binutils2.24.51-1OK There were some problems with this release of binutils. You might try updating to 2.24.51-2. Ken Great suggestion but unfortunately it didn't cure the problem

Re: relocation truncated to fit: R_X86_64_PC32 against undefined symbol `len'

2014-04-05 Thread Richard
> On 4/5/2014 1:15 PM, Richard wrote: > binutils2.24.51-1OK There were some problems with this release of binutils. You might try updating to 2.24.51-2. Ken Great suggestion but unfortunately it didn't cure the problem. -frown- Richard -- Problem re

Re: relocation truncated to fit: R_X86_64_PC32 against undefined symbol `len'

2014-04-05 Thread Ken Brown
On 4/5/2014 1:15 PM, Richard wrote: binutils2.24.51-1OK There were some problems with this release of binutils. You might try updating to 2.24.51-2. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/fa

Re: relocation truncated to fit: R_X86_64_PC32 against undefined symbol `len'

2014-04-05 Thread Richard
(don't know why a reply to your message had no text content - you must have sent it as an attachment!) Marco, I have the source available, but it's proprietary, so I can't share it, no. However, I can dig through to look for things - and make changes if absolutely necessary. Richard --

Re: relocation truncated to fit: R_X86_64_PC32 against undefined symbol `len'

2014-04-05 Thread Marco Atzeri
On 05/04/2014 18:51, Richard wrote: Hello Everyone, Any assistance greatly appreciated. Richard Hello Richard, please start from here Problem reports: http://cygwin.com/problems.html Specially the "Run cygcheck -s -v -r > cygcheck.out and include that file as an attachment in you

relocation truncated to fit: R_X86_64_PC32 against undefined symbol `len'

2014-04-05 Thread Richard
Hello Everyone, I recently (two weeks ago or so) upgraded the cygwin installation on an XP 64 bit (corp edition) box and in getting things running on it again I've been having various troubles, even though I was VERY careful to watch for any installation errors - none were noticed. Normally I

RE: 1.7.28: Ctrl-C not working reliably

2014-04-05 Thread Ivan Todoroski
Max Polk wrote on Saturday, April 5, 2014 16:50 > > On 4/4/2014 3:35 PM, Ivan Todoroski wrote: > > On my machine, the Ctrl-C doesn't stop SSH from trying to ... > > I believe console applications may require I/O to/from stdin/stdout/stderr > for Control-C (or even Control-S / Control-Q for flow c

Re: 1.7.28: Ctrl-C not working reliably

2014-04-05 Thread Max Polk
On 4/4/2014 3:35 PM, Ivan Todoroski wrote: On my machine, the Ctrl-C doesn't stop SSH from trying to ... I believe console applications may require I/O to/from stdin/stdout/stderr for Control-C (or even Control-S / Control-Q for flow control) to be noticed. In that period of time when there

Re: Request for Junctions be treated consistently

2014-04-05 Thread Linda Walsh
Corinna Vinschen wrote: On Apr 1 09:39, Linda Walsh wrote: If I mount a device using mount vol in 2 different places, will they have different device numbers the same? The same, just as on Linux. --- Why special case junctions created with 'linkd' to return as symlinks but not 'mount

NOT WORKED AROUND Re: No I/O redirection under GDB

2014-04-05 Thread Duncan Roe
Sorry for the noise everyone. I started to compose the last mail thinking "set inferior-tty" would solve my problem. Then on further testing, I found it didn't. I'm still up for fixing gdb to do the job properly - or can someone on this list tell me why I'd be wasting my time? Cheers ... Duncan.