Hi,
On Nov 27, 4:18 pm, DougT <D...@DougTelford.com> wrote:
>
> Taking the advice of a responder, I tried cm3 (modula-3). It is a
> very nice system (at least so far), and they had a distribution for 64
> bit linux. Installed and running with no problem.
Be sure to read the SRC report(s), they are freely available. It's not
quite 100% backwards compatible with M2 (though a converter exists).
It adds objects, exceptions, threads, garbage collection. Though it's
very rarely used these days, sadly, as people prefer other things
which borrowed heavily from it (e.g. Java, Python).
> ACK (maybe could have got this to work playing with the gcc library),
Builds pretty easily (despite unconventional build system). For me it
only worked once I installed and used byacc (and not bison). There's a
mailing list, so the current maintainer might be able to help if
really curious. Oh, and make sure to set your prefix accordingly (if
you don't want to pollute your /usr/bin/ or whatever the default local
place is). I put it in /opt/ack for whatever reason. This is probably
your easiest bet (though CM3 is quite good too).
> gm2 (problem as originally posted) I compiled the source which took more
> than 20 minutes on a 4 core 3.5GHz 4GB memory system (seems very complicated)
Yes, it's silly complicated, that's GCC for you (puke). I mean, it's
awesome, but yeah, build woes are NO FUN! :-(
It has been officially tested and supported under Debian 64-bit, so in
theory it should be easy to build or use for Fedora 64-bit. But I
dunno. For a while I too was running Fedora from liveUSB, but I was
disappointed in (naively) not knowing how to get a working copy. I
like rebuilding stuff, but GCC just gives me nightmares.
> I didn't require a 64 bit
> system, but sometimes there are library problems with 32 bit systems.
I sympathize, but don't give up, try try again. GM2 is quite nice,
honestly. Surely somebody here knows a good way to get it working,
even if it requires dirty hacks (Alien: DEB -> RPM ???). Ask on the
GM2 mailing list.