Open Watcom 1.2 Released 71
An anonymous reader writes "Open Watcom 1.2 has been released and is now available
for download from
the Open Watcom website. This release contains a large number of new
features, product enhancements and several fixs designed to bring Open Watcom
to a higher level of quality and compatibility. SciTech software Inc, the official
maintainers of the Open Watcom project, have also announced the availability
of an updated Open
Watcom CD, complete with SciTechs installer for DOS,
OS/2, and windows. Support for the update will be handled exclusively through
the Open Watcom website. Read More." According to the web site, "the Watcom C/C++ and Fortran products will be the first mass market, proprietary compilers to be Open Sourced."
Is it worth it? (Score:3, Interesting)
Do you people think it's a worthwhile product? Has it retained the value it used to have back in the day when most DOS games were compiled using Watcom?
Re:Is it worth it? (Score:2)
I use it because it builds nice fast executables.
For log processing utilities you want to be able to run on any ms os, it works great.
Re:Is it worth it? (Score:3, Informative)
http://www.openwatcom.org/about/info_content.ht m l
One could say what is the point of starting the fsf/gcc project. It dont run on anything other than what the devs started on... At the time they started working on it I mean.. not now :=).
---
Re:Is it worth it? (Score:2)
Which is coming along quite nicely. I believe it even can compile itself on linux.
Re:Is it worth it? (Score:5, Informative)
It's already 100% functional as a cross-compiler
(from Linux too DOS/Windows/OS/2 but still not there yet as a native compiler: it has to use it's own libc and cannot output ELF objects (only ELF executables). The debugger works too, but
symbolic debugging only works with OW compiled
executables.
That means it's fine for statically linked plain ANSI C executables on Linux but does not integrate very well with the GNU toolchain, X libraries,
Ahhh, the old days (Score:3, Funny)
Is this still a useful product for people? Is the Windows support going to be good enough that it will supplant any of the other development options a Windows user has?
Most importantly, does it support Expanded and Extended memory?
Re:Ahhh, the old days (Score:1)
I *believe* it comes with a free DOS extender, so yes. It certainly has support for several (once-)common ones.
--
Paul
Re:Ahhh, the old days (Score:5, Informative)
> I *believe* it comes with a free DOS extender, so yes. It certainly has support for several (once-)common ones.
From the Open Watcom site:
"Free DOS extenders included!
Open Watcom C/C++ and FORTRAN includes a number of royalty free and Open Source DOS extenders right out of the box. Thanks to Tenberry Software's gracious donation, the original DOS/4GW DOS extender from Watcom C/C++ and FORTRAN is included royalty free with the Open Watcom compilers. Also included is the now free CauseWay DOS extender developed by Michael Devore. Both binaries are included as well as complete source code in the source archives. Finally we have also included the free PMODE/W and DOS/32A DOS extenders as part of the package."
--
Paul
Thinking about that old stuff... (Score:4, Interesting)
I didn't know anyone on the BBS's that had Watcom (or knew much about it beyond its memory setup), but most of us wanted it (everyone noticed it in the Doom load screens). Perhaps having it available will usher in a new wave of retro programming from my generation.
Re:Ahhh, the old days (Score:1)
I did pay for the Watcom 32-bit compiler for DOS, Windows and OS/2, back then. Never used it very much though, the main reason for using it was learning the OS/2 Presentation Manager API, but I never got really far.
Before I got enough hardware to run Linux, I bought several compilers, two versions of Zortech C++, and after that the Watcom compiler, because Symantec did not support OS/2 anymore.
And now I only use scripting languages with Tk.
Jurgen
Why does this get put on the frontpage, (Score:1)
Re:Why does this get put on the frontpage, (Score:1)
Re:Why does this get put on the frontpage, (Score:1)
Re:Why does this get put on the frontpage, (Score:5, Informative)
The Watcom compiler was a very popular DOS C/C++ compiler. Combined with DOS4GW [tenberry.com] from Tenberry (formerly Rational Systems), it was used to create many DOS games such as Doom. Traditional DOS compilers were only 16-bit tools whereas Watcom was 32-bit
SciTech [scitechsoft.com] scooped up Watcom's goods. They're also behind MGL [scitechsoft.com], wxWindows [scitechsoft.com], SNAP for Linux, Display Doctor, and GLDirect.
Re:Why does this get put on the frontpage, (Score:2)
Yes of course. We all are "in" and know all the terminology and all the acronyms and abbreviations that we create just that anyone outside people -call them losers- doesn't understand us. And we know every obscure little app for linux that only can be compiled from cvs sources -from a cvs server know only by ip by us- after you create your own build system. In fact we don't even need to say what program are we talking about. And we know every
Re:Why does this get put on the frontpage, (Score:1)
Are you sure that you don't have it backwards?
I don't know what a current directory user id is, though.
Re:Why does this get put on the frontpage, (Score:2)
Re:Why does this get put on the frontpage, (Score:1)
Re:Why does this get put on the frontpage, (Score:2)
Why would someone use Watcom rather than GCC? (Score:2)
I understand that the Fortran compiler may be better than free alternatives.
Re:Why would someone use Watcom rather than GCC? (Score:1, Informative)
Re:Why would someone use Watcom rather than GCC? (Score:1)
Because they like an IDE?
Because Watcom has better support for Windows
I think the main reason though, is "Why not?". Why use GCC instead of Watcom? There's no overriding reason not to use Watcom. A lot of people have been using it for a while. Why switch?
Re:Why would someone use Watcom rather than GCC? (Score:2)
As a large fan of Watcom, Regular user of it, and poster on the watcom newsgroups, I must say that GCC has superior support for windows DLLs. Now Watcom has its own eccentricities for using DLLs, such as the command line NOSTDCALL to strip the _ and @N from stdcall exported stdcall functions. However, gcc's dlltool lets you do all sorts of fun things, and GCC lets you you specify a DLL on on the command line instead of an import lib to resolve e
Re:Why would someone use Watcom rather than GCC? (Score:1)
Yes and no. WatFor77 was/is indeed very good, but it's a little dated.
The future is G95 [sf.net].
Re:Why would someone use Watcom rather than GCC? (Score:1)
There's lots of choices.
Re:Why would someone use Watcom rather than GCC? (Score:5, Informative)
* a very fast compiler (compile-time speed)
* that produces very compact code (in terms of size)
* so the generated code *may* even be faster than gcc's (if a loop just fits in the cache), despite the fact that gcc has quite a few more years of optimization improvements now.
* it also feels more native on non-UNIX platforms
(whatever that means
* can generate 16-bit code, useful for bootloaders (and FreeDOS
* even supports "far" (48-bit) pointers in protected mode
* all in all very good for embedded and driver work IMHO
on the other hand GCC is much better now in terms of standard compliance (in particularly C++); OW is slowly catching up a bit, has a more extensive warning system, supports SSE(2), custom Athlon and p4 optimizations, profile guided optimization, supports many other CPUs,
etc etc.
Thanks. (Score:1, Redundant)
Sheesh. (Score:2)
Re:Why would someone use Watcom rather than GCC? (Score:2)
But is it usable? (Score:1, Interesting)
Anyone know if it's been improved for this release?
Re:But is it usable? (Score:2)
If you want to use an IDE, go use and IDE. No one is stopping you. I have nothing against them. But a compiler is not and should be an IDE.
Re:But is it usable? (Score:1)
Re:But is it usable? (Score:2, Interesting)
Re:But is it usable? (Score:2)
may be they fixed that after 10.6
Re:But is it usable? (Score:1)
Re:But is it usable? (Score:2)
Re:But is it usable? (Score:4, Informative)
There were industry rumours of Sybase dropping SQL Anywhere (formerly Watcom SQL, now Adaptive Server Anywhere) early on after the 1995 acquisition, but nothing beyond apparently.
The ASA engineering group (Waterloo Ontario) and ASE group (Dublin California) have worked together on joint projects, but the two products remain independently architected and developed. The main joint task forces seem to work(ed) on adding T-SQLisms to ASA and on the IQ product.
Re:But is it usable? (Score:2)
Re:But is it usable? (Score:2)
Watcom 10's tools had sucky UI (but awesome compiler with DOS4GW - a godsend). Borland (Turbo C++?) had a crappy compiler (but awesome UI).
Solution? Link Borland's IDE to Watcom's tools. Worked like a charm.
Back in the day.... (Score:4, Insightful)
and the only reason we used protected mode?
BIG RAM BABY
thanks to the (in)famous 640k 'barrier'
though to some extent i'm not sure how relevant the toolset is today....
DB? (Score:2, Interesting)
I think that would be a great tool to have in Windows. Give MySQL a run for its money and could kill Access on the desktop.
Re:DB? (Score:5, Interesting)
There's zero chance.
RDBMS is the core business at Sybase. They'd have to completely redefine the company and its businss model. Watcom C++ is something they ended up with by pure accident, and were wise to unload.
Watcom was acquired by PowerBuilder as part of the deal which got them Sql Anywhere (pretty much comparable and competitive with Interbase that begat Firebird). PowerBuilder needed a fairly robust database for the same reason Borland coupled Interbase with Delphi. PowerBuilder at one point threw Watcom SQL into some of their PowerBuilder configurations, and may have used parts of it in their native code generation. However, it wasn't really very key to their product strategy, it's just something they got with SQL Anywhere.
Sybase, during one of its more feckless management period, puchased PowerBuilder. I don't know why, probably so they'd have a RAD platform to compete with Oracles forms products. In the process the obtained SQL Anywhere (nee Watcom SQL) and Watcom C++.
SQL Anywhere was a secondary acquisition they got with PowerBuilder, but it actually (in some twisted way) made sense, since its low footprint allowed it to be deployed on mobile devices, giving Sybase a "small" database engine to compete with Oracle's "Personal" database, the way Adaptive Server Enterprise competes with Oracle's flagship database. They rechristened it Adaptive Server Anywhere (although they may have re-rechristened it yet again, since they seem to be very schizo about what they call this product). They also spun off a separate company to promote ASA in mobile apps.
Watcom C++ was not only not a primary consideration in the PowerBuilder acquisition, it wasn't even secondary. It doesn't fit in with what Sybase does, even in a wild flight of imagination. Furthermore, by that time even they had no illusions that they might compete with Microsoft in Win32 compilers.
So, in a rare fit of enlightenment, they opened the source rather than abandoning the users. One of the few product management decisions they've made that I agree with. It makes perfect, selfish sense: there's no value in maintaining the product, but they don't want to alienate customers. So just pass the buck to somebody who wants to maintain it, provide a little engineering help to extricate pieces with license problems, and write the expense off as PR.
Re:DB? (Score:3, Funny)
Re:DB? (Score:2)
Re:DB? (Score:2)
Re:DB? (Score:3, Informative)
Adaptive Server Enterprise [sybase.com]
Adaptive Server Anywhere [ianywhere.com] (formerly Watcom SQL)
IQ [sybase.com]
Ah....MySQL and Access, you must be talking about ASA. I suspect it unlikely that ASA become open source in the foreseeable future as it is one of the key products [ianywhere.com] of iAnywhere [ianywhere.com].
ASA is a much more feature rich and powerful replacement for both above mentioned database-like repositories ;-).
For those who don't know, ASA runs on a multitude of platforms (Palm, CE, Linux, Solaris, AIX, HPUX, OS X, an
Re:DB? (Score:2)
Sybase also offers free (as in beer) releases of older versions of Adaptive Server Enterprise. ASE 11.9.2 [sybase.com] is $0 for development use only, and ASE 11.0.3.3 [sybase.com] is $0 for development or production. Since 11.9.2 is now end-of-lifed, you can't purchase a license even if you wanted to. This makes it's usability on production systems somewhat ambiguous.
There are also developer versions available as free downloads (registration required) for ASE 12.5.1 [sybase.com] and ASA 9.0 [ianywhere.com]
Well, there's always GCC ... (Score:2, Insightful)
Maybe I'm going out on a limb here, maybe I'll be the lonely voice in the wilderness, but for general purposes outside of a learning tool, I can't stand GCC. Why? There are so many reasons, I just don't know where to start.
I hesitate a little to say this because everyone seems to speak so highly of it, at least everyone that I've ever heard. But I'm sorry, the Emperor has no clothes. Whenever I start a compile on GCC I can go downstairs, have dinner, watch an episode of the
Re:Well, there's always GCC ... (Score:1, Offtopic)
Now I KNOW I'm on the right track. The Emperor really IS naked. What I didn't understand as completely as I do know is that you sourcies *like* him that way. Well, that's typical.
Re:Well, there's always GCC ... (Score:1)
Re:Well, there's always GCC ... (Score:5, Informative)
Fact is, gcc uses more memory -- a LOT more memory -- than most other compilers, especially when optimizing. That makes it much more likely that you'll have to hit the swap file, which of course, kills your speed.
Another problem is GNU make, while more flexible and powerful than the make systems for borland, msvc, etc, is also much slower. If you use something like jam instead, you'll see build times drop significantly.
Re:Well, there's always GCC ... (Score:1)
GCC is one of the flagship products of the free software movement, but it seems to be clunkier and bloatier and less conforming than just about every commercial C++ compiler. How does the mantra 'open source is better' stand up to this?
In defense of GCC (Score:2)
Development has always been and probably always will be one of the most demanding tasks you can do, even the most complex compiles on my machine (KDE, Glibc, Mozilla, etc.) max out at abot 70MB/process, which leaves me PLENTY of RAM to play with on a -j3 compile
Not really "open" source (Score:3, Interesting)
I'd have to either enable JavaScript, which I refuse to do, or spend 15-20 minutes decoding the JavaScript and making my own fake responses, which I also refuse to do.
Does anyone have any mirrors?
It is open source. (Score:2)
windows is "shared source" (Score:2)
I shouldn't have to run a script to get a file. It's like a mail-order company demanding that a salesman visit your home to place the order, rather than accepting it through mail from you.
That said, it's better than Microsoft's equivalent in which you must give them the keys to your house and let them joyride your car before you can get software. Controlling a communist empire will get you the source code.
Re:windows is "shared source" (Score:2)
It's possible to view the source, but it's not worth the trouble.
That's the trade off you have to decide upon. If you don't want to download it using the originator's methods, fair enough.
That being said, I would consider asking somebody else to download and mirror it for you, presumably at their costs, ie. free to you, to be pretty selfish. You are asking somebody else to do something which you are not prepared to do yourself. You are asking them to take the "security risk" of this javascript code, t
Re:windows is "shared source" (Score:2)
There are different levels of trust.
The main problem with JavaScript is that it is used by all sorts of people/sites for all sorts of nefarious purposes.
I know that this is guilt-by-association, but I am very paranoid in some areas, and this is one of them.
This is why I am downloading the source code instead of their convenient executables, so that I can look through it to see
Re:windows is "shared source" (Score:1)
I actually did spend a few minutes looking at the JS source to try to figure out what it does, so that I could "emulate" what it was doing manually.
It looks to me like they have deliberately made an effort (albeit a small effort) to make it diffucult for people to do this.
This leads me not to trust them enough to enable JS for their site.
(I probably could have done it after 10-30 minutes, depending, but I got annoyed first.
There may have also been problems because I also blo
Re: Web browsers and trusted sites (Score:1)
Re:Not really "open" source (Score:2)
I am downloading the source [openwatcom.com] now.
Re:really "open" source (Score:1)