Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
58 views

stddef.h: error: duplicate 'unsigned'

I'm compiling grep on the 64-bit GCC compiler for Windows 7 x64 SUA/Interix. It chokes on the marked line in stddef.h: #ifndef _SIZE_T_DEFINED #if defined (lp64) || defined(_WIN64) #ifdef lp64 ...
1
vote
1answer
823 views

Getting Windows 7 SUA's bash shell working with emacs (EmacsW32)?

Having recently purchased Windows 7 Ultimate in order to gain access to the SUA - http://www.suacommunity.com - subsystem, I have been struggling to get SUA's bash utility (/usr/local/bin/bash) ...
0
votes
1answer
40 views

C Compiler cannot create executables on SUA/Interix

Whenever I try to build an application with Interix's GCC on Windows, this is what happens: /tmp/grep-2.5.4-src/build$ ../configure --build=x86_64-pc-interix6 checking for a BSD-compatible install... ...
0
votes
0answers
42 views

Memory fault on SUA 6.1

I get a Memory fault when I run bash 4.2 on Windows 7 SUA 6.1(Subsystem for UNIX-based Applications). Is there any solution to solve it? And, when I configure the bash, it get a error that cannot ...
0
votes
1answer
532 views

How Can I Tell what Username RSH sends from SUA?

I am on a Windows Vista 64-bit Enterprise machine with Subsystem for Unix Applications installed and the applications downloaded. I am attempting to use RSH to connect to a FreeBSD server. The command ...