Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
291 views

C++ : Interix signals

How to compile/ use signals on the Interix platform? I am unable to get it to compile because Interix appears to be non-POSIX compliant, at least in its implementation of signal.h. If anyone has ...
3
votes
1answer
89 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
369 views

Does Interix implement fork()?

On Unix to Windows Porting Dictionary for HPC page for fork() it's written There is no equivalent Windows API to the Unix fork() or vfork(). The Microsoft Subsystem for Unix-based ...
0
votes
1answer
70 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
69 views

How to launch a batch script remotely on a Windows XP system with Interix?

I want to run a batch file (and get the output) on a remote Windows XP machine, in which I have installed SFU 3.5 and the Interix subsystem. I want to execute the batch script from an Ubuntu Linux ...