libmingw32_extended
libmingw32_extended copied to clipboard
A library for mingw32 that includes some POSIX functions but eventually all of the POSIX functions will be completed and right now the POSIX functions that are included in this repository are pipe, wa...
I tried making them more reliable by adding thread safety, as well as adding documentation and other misc. things.
The writev function that I see in this source code simply iterates over the vectors calling write() for each. This should work reasonably well for stream-oriented sockets where writes are...
The build system is missing some files typically present for an autoconf project. At a minimum, it would seem, this is install-sh or install.sh, and config.sub. Copying the files in...
both my MINGW both my MSYS systems are up to date. I can't compile with neither. ``` # make gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_FCNTL_H=1 -DHAVE_WINDOWS_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_ERRNO_H=1...
[Put what did not work and the error message if there are any error messages] **that is the error when i run make!** ------------------------------------------------------------------------ make mkdir -p obj gcc -DPACKAGE_NAME=\"\"...
I'm new to this... I get to that part in the setup and it tells me configure not found or permission denied. I think I did everything right up to...