-
Openwatcom has a linker and an assembler.
Is there any plan to drop them in favor of jwasm and jwlink while direct maintenance there?
-
I got the latest code, changed directory to the bld/wipfc/ directory, and followed the instructions in the INSTALL file. ./configure seem to have worked fine. 'make' run for a while and all seemed wel…
-
Where is wcl?? when i compile newer versions of open watcom newer versions wcl dose not appear
-
I want compile project with two files:
``` C++
// file foo.cpp
#include
int foo(int x);
int main() {
printf("foo(%d) = %d\n", 10, foo(10));
return 0;
}
```
``` C++
// file bar/baz.cpp
int foo…
-
Does anyone know why? Does anyone have regular contact with Perforce? (Perforce administers the domain and provides the server.) Did they pull the plug because they are feeling unappreciated? Can …
-
...\cpputest\src\CppUTestExt\IEEE754ExceptionsPlugin.cpp(34) : fatal error C1083: Cannot open include file: 'fenv.h': No such file or directory
This is the latest code pulled today. Could you fix thi…
-
While we are within [POSIX standards](http://pubs.opengroup.org/onlinepubs/7908799/xsh/setjmp.h.html) with the OpenWatcom implementation of setjmp.h, there are a few strange inconsistencies in the hea…
-
curl]$ ./configure
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking whether to enable debug build options... n…
-
It would be really nice if there were GAS syntax support, since this would allow using the IA16 port of GCC for compiling, and OpenWatcom for assembling and linking: [How do I assemble GAS assembly an…
-
I want compile project with two files:
``` C++
// file foo.cpp
#include
int foo(int x);
int main() {
printf("foo(%d) = %d\n", 10, foo(10));
return 0;
}
```
``` C++
// file bar/baz.cpp
int foo…