Slashdot Mirror


OpenWatcom Team Looking For Help

Spritzer writes "The Inquirer has a short interview with Kendall Bennett, founder of Scitech Software, about the future of the OpenWatcom project. In short they are in need of some talented people with experience in shared libraries and AMD64 extensions. 'Right now the compiler works great on Linux, but all the code has to be static linked and it uses the Open Watcom runtime library. We need the ability to generate ELF PIC compatible code, as well as link against existing SO libraries which would then allow Open Watcom to use the system GLIBC libraries.'"

3 of 17 comments (clear)

  1. No link to Open Watcom itself? by magores · · Score: 4, Informative

    Submitter and Editor should be ashamed. Here 'tis

  2. Re:2 simple questions by Anonymous Coward · · Score: 5, Informative

    Watcom has very remarkable points. Very efficient code generation, support for Windows 16 and 32 bits, DOS 16 and 32 bits extenders, OS2 16 and 32 bits. Now generating code for Linux. The best integration between ASM and C/C++ or FORTRAN. Watcom suite also has FORTRAN 77 which is importand for people in the physics comunity.

    Armando

  3. Symantec's compiler was originally Zortech by lotzmana · · Score: 2, Informative

    I believe that Symantec's C++ compiler is based on the one developed by Zortech (known to people who programmed C in the age of DOS). Presently this is Digital Mars and one of their FAQ pages talks briefly about the compiler's heritage.

    I once read in Dr. Dobb's Journal mentioning about Walter Bright acquiring back the rights of the Zortech's compiler after Symantec lost interest in its development.