search for: cmpilers

Displaying 2 results from an estimated 2 matches for "cmpilers".

Did you mean: compilers
2004 Sep 10
2
FLAC->mpc transcoding
...ted and unusable. The problem can be fixed by adding: _setmode ( _fileno (fp), _0_BINARY ); where fp is stdin or stdout if used as data source or destination. More sophisticated code you can find in the mppdec package in the file mppdec.h which is suitable for a larger list of Operating Systems/Cmpilers. This problem has nothing to do with Windows, DOS or MacOS, it is a problem related with the inflexible way C/C++ handles text files, so a translation layer in the C runtime library is necessary to tranlsate the native text representation to the only text representation C knows (Unix). This transl...
2000 Dec 29
5
build process patches
Here's an updated set of patches to fix some problems with the build process. These patches are relevant to the CVS head as of 30 Dec 2000. Overview: - Patch 1: Allowing the user to set CFLAGS/LDFLAGS before running configure in all four modules. All these patches do is essentially: cflags_save="$CFLAGS" ldflags_save="$LDFLAGS" # ... stuff to