[M3devel] Help finding CM3 compiler for Linux?
Jay
jay.krell at cornell.edu
Wed Apr 1 08:58:19 CEST 2009
For the first part, do you have CM3_ROOT set to the root of your cvs checkout?
It should use that to find a current set of config files.
For the second part, wrong file, my fault.
That is an "unconfigured" file -- one that cminstall hasn't munged.
How about m3-sys/cminstall/src/config-no-install/cm3.cfg?
- Jay
> To: jay.krell at cornell.edu
> Date: Tue, 31 Mar 2009 23:53:38 -0700
> From: mika at async.caltech.edu
> CC: m3devel at elegosoft.com
> Subject: Re: [M3devel] Help finding CM3 compiler for Linux?
>
> To be honest, I'm not so sure what's intended.
>
> I either get this:
>
> "/home/mika/cm3/cm3-std-LINUXLIBC6-d5.7.0/bin/cm3.cfg", line 125: quake runtime error: unable to find a configuration file for (/home/mika/cm3/cm3-std-LINUXLIBC6-d5.7.0/bin/.., /afs/.ugcs/user/mika/cm3/cm3-std-LINUXLIBC6-d5.7.0, LINUXLIBC6)
>
> or, if I put back the LINUXLIBC6 file you had me delete:
>
> "/home/mika/cm3/cm3-std-LINUXLIBC6-d5.7.0/bin/cm3.cfg", line 128: quake runtime error: /home/mika/cm3/cm3-std-LINUXLIBC6-d5.7.0/bin/LINUXLIBC6, line 61: syntax error: missing: <*EOF*> (found: <string>)
>
> which refers to the following (which looks like cminstall stuff to me):
>
> INITIAL_REACTOR_EDITOR = BEGIN_CONFIG
> "What should be the default text editor for new Reactor users?" <--- this line
> 10 "EDITOR"
> 0 "emacsclient"
> 0 "emacs"
> 0 "vi"
> 0 "textedit"
> 0 "xedit"
> 6 "/usr/local/emacs/bin" "emacsclient"
> 6 "/usr/local/bin" "emacsclient"
> 6 "/usr/local/emacs/bin" "emacs"
> 6 "/usr/local/bin" "emacs"
> 6 "/usr/bin" "vi"
> 6 "/usr/local/X11R5/bin" "xedit"
> 6 "/usr/openwin/bin" "textedit"
>
> Jay writes:
> >--_55339e45-8c85-4ab6-9440-0d2131bbad69_
> >Content-Type: text/plain; charset="iso-8859-1"
> >Content-Transfer-Encoding: quoted-printable
> >
> >
> >Maybe not.
> >
> >Hm. That is bug. There is use with a cvs tree=2C and use without.
> >
> >I must have broken use without.
> >
> >=20
> >
> >Try this:
> >
> >export CM3_ROOT=3Droot of cm3 cvs (for me this is /dev2/cm3=2C
> >
> >for you=2C maybe $HOME/cm3?)
> >
> >rm $HOME/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/LINUXLIBC6
> >
> ># *Common and *common in one command
> >rm $HOME/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/*ommon
> >cp root of cm3 cvs/m3-sys/cminstall/src/config/cm3.cfg $HOME/cm3/cm3-min-LI=
> >NUXLIBC6-d5.7.0/bin
> >
> >=20
> >
> >The .cfg will delegate out to the cvs tree.
> >
> >I don't like having two copies of files..having to keep them in sync..
> >
> > Though the archives are meant to work standalone=2C without CVS.
> >
> > But I don't test that so much oops sorry.
> >
> >That /might/ not be the right file=2C but it is close.
> >
> >=20
> >
> > - Jay
> >
> >=20
> >> To: jay.krell at cornell.edu
> >> CC: m3devel at elegosoft.com
> >> Subject: Re: [M3devel] Help finding CM3 compiler for Linux?=20
> >> Date: Tue=2C 31 Mar 2009 22:59:18 -0700
> >> From: mika at async.caltech.edu
> >>=20
> >>=20
> >> Is there any documentation for this format beyond what you just
> >> wrote? Where?
> >>=20
> >> terpsichore-14: cm3
> >> --- building in ../LINUXLIBC6 ---
> >>=20
> >> new source -> compiling Main.m3
> >> "/afs/.ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/cm3cfg.common"=2C=
> > line 169: quake runtime error: undefined variable: ROOT
> >>=20
> >> --procedure-- -line- -file---
> >> GetM3Back 169 /afs/.ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/cm3c=
> >fg.common
> >> _IsM3BackFlagSupported 181 /afs/.ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5=
> >.7.0/bin/Unix.common
> >> IsM3BackFlagSupported 193 /afs/.ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5.=
> >7.0/bin/Unix.common
> >> GetM3BackFlag 197 /afs/.ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/=
> >Unix.common
> >> m3_backend 62 /afs/.ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/Unix=
> >.common
> >> program -- <builtin>
> >> 6 /afs/.ugcs.caltech.edu/user/mika/test/LINUXLIBC6/m3make.args
> >>=20
> >>=20
> >> Fatal Error: procedure "m3_backend" defined in "/afs/.ugcs/user/mika/cm3/=
> >cm3-min-LINUXLIBC6-d5.7.0/bin/cm3.cfg" failed.
> >>=20
> >> Jay writes:
> >> >--_777fdc4e-3c29-40b4-a3dd-e6243f796cee_
> >> >Content-Type: text/plain=3B charset=3D"iso-8859-1"
> >> >Content-Transfer-Encoding: quoted-printable
> >> >
> >> >
> >> >These archives do have a different format=3D2C yes.
> >> >
> >> >But it isn't a bad format.
> >> >
> >> >cminstall is pretty worthless imho.
> >> >
> >> >Extract=3D2C rename=3D2C set PATH and LD_LIBRARY_PATH.
> >> >
> >> >=3D20
> >> >
> >> > - Jay
> >> >
> >> >=3D20
> >> >> To: jay.krell at cornell.edu
> >> >> Subject: Re: [M3devel] Help finding CM3 compiler for Linux?=3D20
> >> >> Date: Tue=3D2C 31 Mar 2009 15:56:11 -0700
> >> >> From: mika at async.caltech.edu
> >> >>=3D20
> >> >> No=3D2C I'm sorry...
> >> >>=3D20
> >> >> the archives do not have the usual format. I'm expecting to unpack
> >> >> and run "cminstall" and then unpack the big source tar on top and=3D20
> >> >> build that. But there's no cminstall in the archive on this page.
> >> >> This is "the normal procedure" for installing CM3=3D2C no? It's what
> >> >> the instructions say to do=3D2C as well...
> >> >>=3D20
> >> >> And the link from the "Download" page is broken (to -d5.5.0.tgz).
> >> >>=3D20
> >> >> Mika
> >> >>=3D20
> >> >> Jay writes:
> >> >> >--_806446ae-8d10-4d74-8eea-51aa365e9204_
> >> >> >Content-Type: text/plain=3D3B charset=3D3D"iso-8859-1"
> >> >> >Content-Transfer-Encoding: quoted-printable
> >> >> >
> >> >> >
> >> >> > http://modula3.elegosoft.com/cm3/uploaded-archives
> >> >> >
> >> >> >?
> >> >> >
> >> >> >=3D3D20
> >> >> >
> >> >> >I can make another later this week.
> >> >> >
> >> >> >=3D3D20
> >> >> >
> >> >> >All you need is a working cm3 on any system.
> >> >> >
> >> >> >>From there you can build the whole system=3D3D2C targeting any syste=
> >m.
> >> >> >
> >> >> >As long as that cm3 understands LONGINT and your target system.
> >> >> >
> >> >> >And it is easier=3D3D2C but not necessary=3D3D2C if you have Python. =
> >:)
> >> >> >
> >> >> >=3D3D20
> >> >> >
> >> >> > - Jay
> >> >> >
> >> >> >=3D3D20
> >> >> >> Date: Tue=3D3D2C 31 Mar 2009 15:43:41 -0500
> >> >> >> From: martinbishop at bellsouth.net
> >> >> >> To: mika at async.caltech.edu
> >> >> >> CC: m3devel at elegosoft.com
> >> >> >> Subject: Re: [M3devel] Help finding CM3 compiler for Linux?
> >> >> >>=3D3D20
> >> >> >> Not sure if this helps=3D3D2C but on my linux system:
> >> >> >>=3D3D20
> >> >> >> Critical Mass Modula-3 version d5.7.0
> >> >> >> last updated: 2008-03-16
> >> >> >> compiled: 2008-08-14 00:56:14
> >> >> >> configuration: /usr/local/cm3/bin/cm3.cfg
> >> >> >>=3D3D20
> >> >> >> Linux thinkpad 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 200=
> >9
> >> >> >> i686 GNU/Linux
> >> >> >>=3D3D20
> >> >> >>=3D3D20
> >> >> >> I don't have the cm3 tarball=3D3D2C but I do have the sources in cm=
> >3/ st=3D
> >> >ill.
> >> >> >>=3D3D20
> >> >> >> Mika Nystrom wrote:
> >> >> >> > Hello everyone=3D3D2C
> >> >> >> >=3D3D20
> >> >> >> > This is=3D3D2C for me=3D3D2C a most unfortunate time for the CM3 =
> >servers=3D
> >> > to
> >> >> >> > have crashed. I'm teaching a class using Modula-3=3D3D2C and we n=
> >eed a
> >> >> >> > compiler... here's the uname of the system I'm trying to use:
> >> >> >> >=3D3D20
> >> >> >> > Linux lara 2.6.24ugcs1 #4 SMP Mon Feb 11 10:53:03 PST 2008 i686 G=
> >NU/=3D
> >> >Lin=3D3D
> >> >> >ux
> >> >> >> >=3D3D20
> >> >> >> > The most recent archives I have for Linux are:
> >> >> >> >=3D3D20
> >> >> >> > cm3-min-POSIX-LINUXLIBC6-5.4.0.tgz cm3-src-all-5.4.0.tgz=3D3D20
> >> >> >> >=3D3D20
> >> >> >> > And they don't seem to work on this system: I can compile a progr=
> >am
> >> >> >> > but when I try to run it=3D3D2C it says "Segmentation fault". Can=
> > anyo=3D
> >> >ne
> >> >> >> > help? (My understanding is that I need 5.5.1 or later...)
> >> >> >> >=3D3D20
> >> >> >> > Mika
> >> >> >> >=3D3D20
> >> >> >>=3D3D20
> >> >> >
> >> >> >--_806446ae-8d10-4d74-8eea-51aa365e9204_
> >> >> >Content-Type: text/html=3D3B charset=3D3D"iso-8859-1"
> >> >> >Content-Transfer-Encoding: quoted-printable
> >> >> >
> >> >> ><html>
> >> >> ><head>
> >> >> ><style>
> >> >> >.hmmessage P
> >> >> >{
> >> >> >margin:0px=3D3D3B
> >> >> >padding:0px
> >> >> >}
> >> >> >body.hmmessage
> >> >> >{
> >> >> >font-size: 10pt=3D3D3B
> >> >> >font-family:Verdana
> >> >> >}
> >> >> ></style>
> >> >> ></head>
> >> >> ><body class=3D3D3D'hmmessage'>
> >> >> > =3D3D3B<A href=3D3D3D"http://modula3.elegosoft.com/cm3/uploaded-=
> >archive=3D
> >> >s" targ=3D3D
> >> >> >et=3D3D3D_blank><FONT color=3D3D3D#0068cf>http://modula3.elegosoft.co=
> >m/cm3/u=3D
> >> >ploaded=3D3D
> >> >> >-archives</FONT></A><BR>
> >> >> >?<BR>
> >> >> > =3D3D3B<BR>
> >> >> >I can make another later this week.<BR>
> >> >> > =3D3D3B<BR>
> >> >> >All you need is a working cm3 on any system.<BR>
> >> >> >>From there you can build the whole system=3D3D2C targeting any syste=
> >m.<BR=3D
> >> >>
> >> >> >As long as that cm3 understands LONGINT and your target system.<BR>
> >> >> >And it is easier=3D3D2C but not necessary=3D3D2C if you have Python. =
> >:)<BR>
> >> >> > =3D3D3B<BR>
> >> >> > =3D3D3B- Jay<BR><BR> =3D3D3B<BR>>=3D3D3B Date: Tue=3D3D2C =
> >31 Mar 2009=3D
> >> > 15:43:41 -=3D3D
> >> >> >0500<BR>>=3D3D3B From: martinbishop at bellsouth.net<BR>>=3D3D3B To:=
> > mika at a=3D
> >> >sync.ca=3D3D
> >> >> >ltech.edu<BR>>=3D3D3B CC: m3devel at elegosoft.com<BR>>=3D3D3B Subje=
> >ct: Re:=3D
> >> > [M3dev=3D3D
> >> >> >el] Help finding CM3 compiler for Linux?<BR>>=3D3D3B <BR>>=3D3D3B=
> > Not su=3D
> >> >re if t=3D3D
> >> >> >his helps=3D3D2C but on my linux system:<BR>>=3D3D3B <BR>>=3D3D3B=
> > Critical=3D
> >> > Mass Mod=3D3D
> >> >> >ula-3 version d5.7.0<BR>>=3D3D3B last updated: 2008-03-16<BR>>=3D=
> >3D3B co=3D
> >> >mpiled:=3D3D
> >> >> > 2008-08-14 00:56:14<BR>>=3D3D3B configuration: /usr/local/cm3/bin/=
> >cm3.c=3D
> >> >fg<BR=3D3D
> >> >> >>>=3D3D3B <BR>>=3D3D3B Linux thinkpad 2.6.27-11-generic #1 SMP Th=
> >u Jan 2=3D
> >> >9 19:24=3D3D
> >> >> >:39 UTC 2009<BR>>=3D3D3B i686 GNU/Linux<BR>>=3D3D3B <BR>>=3D3D3=
> >B <BR>>=3D
> >> >=3D3D3B I don=3D3D
> >> >> >'t have the cm3 tarball=3D3D2C but I do have the sources in cm3/ stil=
> >l.<BR=3D
> >> >>>=3D3D
> >> >> >=3D3D3B <BR>>=3D3D3B Mika Nystrom wrote:<BR>>=3D3D3B >=3D3D3B H=
> >ello everyo=3D
> >> >ne=3D3D2C<BR>&g=3D3D
> >> >> >t=3D3D3B >=3D3D3B <BR>>=3D3D3B >=3D3D3B This is=3D3D2C for me=
> >=3D3D2C a most un=3D
> >> >fortunate time =3D3D
> >> >> >for the CM3 servers to<BR>>=3D3D3B >=3D3D3B have crashed. I'm tea=
> >ching a=3D
> >> > class =3D3D
> >> >> >using Modula-3=3D3D2C and we need a<BR>>=3D3D3B >=3D3D3B compiler=
> >... here'=3D
> >> >s the una=3D3D
> >> >> >me of the system I'm trying to use:<BR>>=3D3D3B >=3D3D3B <BR>>=
> >=3D3D3B &g=3D
> >> >t=3D3D3B Linu=3D3D
> >> >> >x lara 2.6.24ugcs1 #4 SMP Mon Feb 11 10:53:03 PST 2008 i686 GNU/Linux=
> ><BR=3D
> >> >>&g=3D3D
> >> >> >t=3D3D3B >=3D3D3B <BR>>=3D3D3B >=3D3D3B The most recent archive=
> >s I have fo=3D
> >> >r Linux are=3D3D
> >> >> >:<BR>>=3D3D3B >=3D3D3B <BR>>=3D3D3B >=3D3D3B cm3-min-POSIX-LI=
> >NUXLIBC6-5.=3D
> >> >4.0.tgz cm3=3D3D
> >> >> >-src-all-5.4.0.tgz <BR>>=3D3D3B >=3D3D3B <BR>>=3D3D3B >=3D3D3=
> >B And they =3D
> >> >don't seem =3D3D
> >> >> >to work on this system: I can compile a program<BR>>=3D3D3B >=3D3=
> >D3B but=3D
> >> > when I=3D3D
> >> >> > try to run it=3D3D2C it says "Segmentation fault". Can anyone<BR>>=
> >=3D3D3B=3D
> >> > >=3D3D3B=3D3D
> >> >> > help? (My understanding is that I need 5.5.1 or later...)<BR>>=3D3=
> >D3B &=3D
> >> >gt=3D3D3B=3D3D
> >> >> > <BR>>=3D3D3B >=3D3D3B Mika<BR>>=3D3D3B >=3D3D3B <BR>>=3D3D=
> >3B <BR></body=3D
> >> >>
> >> >> ></html>=3D3D
> >> >> >
> >> >> >--_806446ae-8d10-4d74-8eea-51aa365e9204_--
> >> >
> >> >--_777fdc4e-3c29-40b4-a3dd-e6243f796cee_
> >> >Content-Type: text/html=3B charset=3D"iso-8859-1"
> >> >Content-Transfer-Encoding: quoted-printable
> >> >
> >> ><html>
> >> ><head>
> >> ><style>
> >> >.hmmessage P
> >> >{
> >> >margin:0px=3D3B
> >> >padding:0px
> >> >}
> >> >body.hmmessage
> >> >{
> >> >font-size: 10pt=3D3B
> >> >font-family:Verdana
> >> >}
> >> ></style>
> >> ></head>
> >> ><body class=3D3D'hmmessage'>
> >> >These archives do have a different format=3D2C yes.<BR>
> >> >But it isn't a bad format.<BR>
> >> >cminstall is pretty worthless imho.<BR>
> >> >Extract=3D2C rename=3D2C set PATH and LD_LIBRARY_PATH.<BR>
> >> > =3D3B<BR>
> >> > =3D3B- Jay<BR><BR> =3D3B<BR>>=3D3B To: jay.krell at cornell.edu<=
> >BR>>=3D3B=3D
> >> > Subject: Re: [M3devel] Help finding CM3 compiler for Linux? <BR>>=3D3=
> >B Dat=3D
> >> >e: Tue=3D2C 31 Mar 2009 15:56:11 -0700<BR>>=3D3B From: mika at async.calt=
> >ech.edu=3D
> >> ><BR>>=3D3B <BR>>=3D3B No=3D2C I'm sorry...<BR>>=3D3B <BR>>=3D3B =
> >the archives =3D
> >> >do not have the usual format. I'm expecting to unpack<BR>>=3D3B and ru=
> >n "cm=3D
> >> >install" and then unpack the big source tar on top and <BR>>=3D3B buil=
> >d tha=3D
> >> >t. But there's no cminstall in the archive on this page.<BR>>=3D3B Thi=
> >s is =3D
> >> >"the normal procedure" for installing CM3=3D2C no? It's what<BR>>=3D3B=
> > the in=3D
> >> >structions say to do=3D2C as well...<BR>>=3D3B <BR>>=3D3B And the li=
> >nk from t=3D
> >> >he "Download" page is broken (to -d5.5.0.tgz).<BR>>=3D3B <BR>>=3D3B =
> >Mika<BR=3D
> >> >>>=3D3B <BR>>=3D3B Jay writes:<BR>>=3D3B >=3D3B--_806446ae-8d10-=
> >4d74-8eea-5=3D
> >> >1aa365e9204_<BR>>=3D3B >=3D3BContent-Type: text/plain=3D3B charset=
> >=3D3D"iso-885=3D
> >> >9-1"<BR>>=3D3B >=3D3BContent-Transfer-Encoding: quoted-printable<BR>=
> >>=3D3B =3D
> >> >>=3D3B<BR>>=3D3B >=3D3B<BR>>=3D3B >=3D3B http://modula3.elegos=
> >oft.com/cm3/u=3D
> >> >ploaded-archives<BR>>=3D3B >=3D3B<BR>>=3D3B >=3D3B?<BR>>=3D3B =
> >>=3D3B<BR>>=3D
> >> >=3D3B >=3D3B=3D3D20<BR>>=3D3B >=3D3B<BR>>=3D3B >=3D3BI can mak=
> >e another later t=3D
> >> >his week.<BR>>=3D3B >=3D3B<BR>>=3D3B >=3D3B=3D3D20<BR>>=3D3B &=
> >gt=3D3B<BR>>=3D3B=3D
> >> > >=3D3BAll you need is a working cm3 on any system.<BR>>=3D3B >=3D=
> >3B<BR>>=3D
> >> >=3D3B >=3D3B>=3D3BFrom there you can build the whole system=3D3D2C t=
> >argeting an=3D
> >> >y system.<BR>>=3D3B >=3D3B<BR>>=3D3B >=3D3BAs long as that cm3 u=
> >nderstands =3D
> >> >LONGINT and your target system.<BR>>=3D3B >=3D3B<BR>>=3D3B >=3D3=
> >BAnd it is =3D
> >> >easier=3D3D2C but not necessary=3D3D2C if you have Python. :)<BR>>=3D3=
> >B >=3D3B<=3D
> >> >BR>>=3D3B >=3D3B=3D3D20<BR>>=3D3B >=3D3B<BR>>=3D3B >=3D3B - =
> >Jay<BR>>=3D3B >=3D
> >> >=3D3B<BR>>=3D3B >=3D3B=3D3D20<BR>>=3D3B >=3D3B>=3D3B Date: Tue=
> >=3D3D2C 31 Mar 2009=3D
> >> > 15:43:41 -0500<BR>>=3D3B >=3D3B>=3D3B From: martinbishop at bellsout=
> >h.net<BR>=3D
> >> >>=3D3B >=3D3B>=3D3B To: mika at async.caltech.edu<BR>>=3D3B >=3D3=
> >B>=3D3B CC: m=3D
> >> >3devel at elegosoft.com<BR>>=3D3B >=3D3B>=3D3B Subject: Re: [M3devel]=
> > Help fin=3D
> >> >ding CM3 compiler for Linux?<BR>>=3D3B >=3D3B>=3D3B=3D3D20<BR>>=
> >=3D3B >=3D3B&g=3D
> >> >t=3D3B Not sure if this helps=3D3D2C but on my linux system:<BR>>=3D3B=
> > >=3D3B&g=3D
> >> >t=3D3B=3D3D20<BR>>=3D3B >=3D3B>=3D3B Critical Mass Modula-3 versio=
> >n d5.7.0<BR>&=3D
> >> >gt=3D3B >=3D3B>=3D3B last updated: 2008-03-16<BR>>=3D3B >=3D3B&g=
> >t=3D3B compiled=3D
> >> >: 2008-08-14 00:56:14<BR>>=3D3B >=3D3B>=3D3B configuration: /usr/l=
> >ocal/cm3/=3D
> >> >bin/cm3.cfg<BR>>=3D3B >=3D3B>=3D3B=3D3D20<BR>>=3D3B >=3D3B>=
> >=3D3B Linux thinkp=3D
> >> >ad 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009<BR>>=3D3B >=
> >=3D3B&g=3D
> >> >t=3D3B i686 GNU/Linux<BR>>=3D3B >=3D3B>=3D3B=3D3D20<BR>>=3D3B &g=
> >t=3D3B>=3D3B=3D3D20=3D
> >> ><BR>>=3D3B >=3D3B>=3D3B I don't have the cm3 tarball=3D3D2C but I =
> >do have the=3D
> >> > sources in cm3/ still.<BR>>=3D3B >=3D3B>=3D3B=3D3D20<BR>>=3D3B =
> >>=3D3B>=3D3B =3D
> >> >Mika Nystrom wrote:<BR>>=3D3B >=3D3B>=3D3B >=3D3B Hello everyone=
> >=3D3D2C<BR>&g=3D
> >> >t=3D3B >=3D3B>=3D3B >=3D3B=3D3D20<BR>>=3D3B >=3D3B>=3D3B >=
> >=3D3B This is=3D3D2C fo=3D
> >> >r me=3D3D2C a most unfortunate time for the CM3 servers to<BR>>=3D3B &=
> >gt=3D3B&g=3D
> >> >t=3D3B >=3D3B have crashed. I'm teaching a class using Modula-3=3D3D2C=
> > and we n=3D
> >> >eed a<BR>>=3D3B >=3D3B>=3D3B >=3D3B compiler... here's the uname=
> > of the sys=3D
> >> >tem I'm trying to use:<BR>>=3D3B >=3D3B>=3D3B >=3D3B=3D3D20<BR>&=
> >gt=3D3B >=3D3B&=3D
> >> >gt=3D3B >=3D3B Linux lara 2.6.24ugcs1 #4 SMP Mon Feb 11 10:53:03 PST 2=
> >008 i68=3D
> >> >6 GNU/Lin=3D3D<BR>>=3D3B >=3D3Bux<BR>>=3D3B >=3D3B>=3D3B >=
> >=3D3B=3D3D20<BR>>=3D
> >> >=3D3B >=3D3B>=3D3B >=3D3B The most recent archives I have for Linu=
> >x are:<BR>&=3D
> >> >gt=3D3B >=3D3B>=3D3B >=3D3B=3D3D20<BR>>=3D3B >=3D3B>=3D3B &g=
> >t=3D3B cm3-min-POSIX-=3D
> >> >LINUXLIBC6-5.4.0.tgz cm3-src-all-5.4.0.tgz=3D3D20<BR>>=3D3B >=3D3B&g=
> >t=3D3B >=3D
> >> >=3D3B=3D3D20<BR>>=3D3B >=3D3B>=3D3B >=3D3B And they don't seem t=
> >o work on this =3D
> >> >system: I can compile a program<BR>>=3D3B >=3D3B>=3D3B >=3D3B bu=
> >t when I tr=3D
> >> >y to run it=3D3D2C it says "Segmentation fault". Can anyone<BR>>=3D3B =
> >>=3D3B&=3D
> >> >gt=3D3B >=3D3B help? (My understanding is that I need 5.5.1 or later..=
> >.)<BR>&=3D
> >> >gt=3D3B >=3D3B>=3D3B >=3D3B=3D3D20<BR>>=3D3B >=3D3B>=3D3B &g=
> >t=3D3B Mika<BR>>=3D3B=3D
> >> > >=3D3B>=3D3B >=3D3B=3D3D20<BR>>=3D3B >=3D3B>=3D3B=3D3D20<BR=
> >>>=3D3B >=3D3B<BR>&=3D
> >> >gt=3D3B >=3D3B--_806446ae-8d10-4d74-8eea-51aa365e9204_<BR>>=3D3B >=
> >=3D3BConten=3D
> >> >t-Type: text/html=3D3B charset=3D3D"iso-8859-1"<BR>>=3D3B >=3D3BCont=
> >ent-Transfe=3D
> >> >r-Encoding: quoted-printable<BR>>=3D3B >=3D3B<BR>>=3D3B >=3D3B&l=
> >t=3D3Bhtml>=3D
> >> >=3D3B<BR>>=3D3B >=3D3B<=3D3Bhead>=3D3B<BR>>=3D3B >=3D3B<=
> >=3D3Bstyle>=3D3B<BR>&=3D
> >> >gt=3D3B >=3D3B.hmmessage P<BR>>=3D3B >=3D3B{<BR>>=3D3B >=3D3Bm=
> >argin:0px=3D3D3B<=3D
> >> >BR>>=3D3B >=3D3Bpadding:0px<BR>>=3D3B >=3D3B}<BR>>=3D3B >=3D=
> >3Bbody.hmmessag=3D
> >> >e<BR>>=3D3B >=3D3B{<BR>>=3D3B >=3D3Bfont-size: 10pt=3D3D3B<BR>&g=
> >t=3D3B >=3D3Bfo=3D
> >> >nt-family:Verdana<BR>>=3D3B >=3D3B}<BR>>=3D3B >=3D3B<=3D3B/sty=
> >le>=3D3B<BR>&=3D
> >> >gt=3D3B >=3D3B<=3D3B/head>=3D3B<BR>>=3D3B >=3D3B<=3D3Bbody c=
> >lass=3D3D3D'hmmessa=3D
> >> >ge'>=3D3B<BR>>=3D3B >=3D3B&=3D3Bnbsp=3D3D3B<=3D3BA href=3D3D3=
> >D"http://modula3.=3D
> >> >elegosoft.com/cm3/uploaded-archives" targ=3D3D<BR>>=3D3B >=3D3Bet=3D=
> >3D3D_blank&=3D
> >> >gt=3D3B<=3D3BFONT color=3D3D3D#0068cf>=3D3Bhttp://modula3.elegosoft.=
> >com/cm3/upl=3D
> >> >oaded=3D3D<BR>>=3D3B >=3D3B-archives<=3D3B/FONT>=3D3B<=3D3B/A&=
> >gt=3D3B<=3D3BBR&g=3D
> >> >t=3D3B<BR>>=3D3B >=3D3B?<=3D3BBR>=3D3B<BR>>=3D3B >=3D3B&=
> >=3D3Bnbsp=3D3D3B<=3D3B=3D
> >> >BR>=3D3B<BR>>=3D3B >=3D3BI can make another later this week.<=3D=
> >3BBR>=3D3B<=3D
> >> >BR>>=3D3B >=3D3B&=3D3Bnbsp=3D3D3B<=3D3BBR>=3D3B<BR>>=3D3B &=
> >gt=3D3BAll you need=3D
> >> > is a working cm3 on any system.<=3D3BBR>=3D3B<BR>>=3D3B >=3D3B&=
> >gt=3D3BFrom t=3D
> >> >here you can build the whole system=3D3D2C targeting any system.<=3D3B=
> >BR>=3D
> >> >=3D3B<BR>>=3D3B >=3D3BAs long as that cm3 understands LONGINT and yo=
> >ur target=3D
> >> > system.<=3D3BBR>=3D3B<BR>>=3D3B >=3D3BAnd it is easier=3D3D2C b=
> >ut not necess=3D
> >> >ary=3D3D2C if you have Python. :)<=3D3BBR>=3D3B<BR>>=3D3B >=3D3B=
> >&=3D3Bnbsp=3D
> >> >=3D3D3B<=3D3BBR>=3D3B<BR>>=3D3B >=3D3B&=3D3Bnbsp=3D3D3B- Jay&=
> >lt=3D3BBR>=3D3B<=3D
> >> >=3D3BBR>=3D3B&=3D3Bnbsp=3D3D3B<=3D3BBR>=3D3B&=3D3Bgt=3D3D3B =
> >Date: Tue=3D3D2C 31 M=3D
> >> >ar 2009 15:43:41 -=3D3D<BR>>=3D3B >=3D3B0500<=3D3BBR>=3D3B&=
> >=3D3Bgt=3D3D3B From=3D
> >> >: martinbishop at bellsouth.net<=3D3BBR>=3D3B&=3D3Bgt=3D3D3B To: mik=
> >a at async.ca=3D
> >> >=3D3D<BR>>=3D3B >=3D3Bltech.edu<=3D3BBR>=3D3B&=3D3Bgt=3D3D3B =
> >CC: m3devel at elego=3D
> >> >soft.com<=3D3BBR>=3D3B&=3D3Bgt=3D3D3B Subject: Re: [M3dev=3D3D<BR=
> >>>=3D3B >=3D
> >> >=3D3Bel] Help finding CM3 compiler for Linux?<=3D3BBR>=3D3B&=3D3B=
> >gt=3D3D3B <=3D
> >> >=3D3BBR>=3D3B&=3D3Bgt=3D3D3B Not sure if t=3D3D<BR>>=3D3B >=3D3=
> >Bhis helps=3D3D2C b=3D
> >> >ut on my linux system:<=3D3BBR>=3D3B&=3D3Bgt=3D3D3B <=3D3BBR>=
> >=3D3B&=3D3Bgt=3D
> >> >=3D3D3B Critical Mass Mod=3D3D<BR>>=3D3B >=3D3Bula-3 version d5.7.0&=
> >lt=3D3BBR>=3D
> >> >=3D3B&=3D3Bgt=3D3D3B last updated: 2008-03-16<=3D3BBR>=3D3B&=
> >=3D3Bgt=3D3D3B comp=3D
> >> >iled:=3D3D<BR>>=3D3B >=3D3B 2008-08-14 00:56:14<=3D3BBR>=3D3B&am=
> >p=3D3Bgt=3D3D3B c=3D
> >> >onfiguration: /usr/local/cm3/bin/cm3.cfg<=3D3BBR=3D3D<BR>>=3D3B >=
> >=3D3B>=3D3B&=3D
> >> >amp=3D3Bgt=3D3D3B <=3D3BBR>=3D3B&=3D3Bgt=3D3D3B Linux thinkpad 2.=
> >6.27-11-generic=3D
> >> > #1 SMP Thu Jan 29 19:24=3D3D<BR>>=3D3B >=3D3B:39 UTC 2009<=3D3BBR=
> >>=3D3B&=3D
> >> >=3D3Bgt=3D3D3B i686 GNU/Linux<=3D3BBR>=3D3B&=3D3Bgt=3D3D3B <=3D=
> >3BBR>=3D3B&=3D3B=3D
> >> >gt=3D3D3B <=3D3BBR>=3D3B&=3D3Bgt=3D3D3B I don=3D3D<BR>>=3D3B &g=
> >t=3D3B't have the c=3D
> >> >m3 tarball=3D3D2C but I do have the sources in cm3/ still.<=3D3BBR>=
> >=3D3B&=3D
> >> >=3D3Bgt=3D3D<BR>>=3D3B >=3D3B=3D3D3B <=3D3BBR>=3D3B&=3D3Bgt=
> >=3D3D3B Mika Nystrom wr=3D
> >> >ote:<=3D3BBR>=3D3B&=3D3Bgt=3D3D3B &=3D3Bgt=3D3D3B Hello everyo=
> >ne=3D3D2C<=3D3BBR=3D
> >> >>=3D3B&=3D3Bg=3D3D<BR>>=3D3B >=3D3Bt=3D3D3B &=3D3Bgt=3D3D3B =
> ><=3D3BBR>=3D3B&=3D
> >> >=3D3Bgt=3D3D3B &=3D3Bgt=3D3D3B This is=3D3D2C for me=3D3D2C a most un=
> >fortunate time =3D
> >> >=3D3D<BR>>=3D3B >=3D3Bfor the CM3 servers to<=3D3BBR>=3D3B&=
> >=3D3Bgt=3D3D3B &=3D
> >> >=3D3Bgt=3D3D3B have crashed. I'm teaching a class =3D3D<BR>>=3D3B >=
> >=3D3Busing Mod=3D
> >> >ula-3=3D3D2C and we need a<=3D3BBR>=3D3B&=3D3Bgt=3D3D3B &=3D3B=
> >gt=3D3D3B compile=3D
> >> >r... here's the una=3D3D<BR>>=3D3B >=3D3Bme of the system I'm trying=
> > to use:&=3D
> >> >lt=3D3BBR>=3D3B&=3D3Bgt=3D3D3B &=3D3Bgt=3D3D3B <=3D3BBR>=3D3=
> >B&=3D3Bgt=3D3D3B &am=3D
> >> >p=3D3Bgt=3D3D3B Linu=3D3D<BR>>=3D3B >=3D3Bx lara 2.6.24ugcs1 #4 SMP =
> >Mon Feb 11 10=3D
> >> >:53:03 PST 2008 i686 GNU/Linux<=3D3BBR>=3D3B&=3D3Bg=3D3D<BR>>=
> >=3D3B >=3D3Bt=3D
> >> >=3D3D3B &=3D3Bgt=3D3D3B <=3D3BBR>=3D3B&=3D3Bgt=3D3D3B &=3D3=
> >Bgt=3D3D3B The most r=3D
> >> >ecent archives I have for Linux are=3D3D<BR>>=3D3B >=3D3B:<=3D3BBR=
> >>=3D3B&=3D
> >> >=3D3Bgt=3D3D3B &=3D3Bgt=3D3D3B <=3D3BBR>=3D3B&=3D3Bgt=3D3D3B &=
> >amp=3D3Bgt=3D3D3B cm3-m=3D
> >> >in-POSIX-LINUXLIBC6-5.4.0.tgz cm3=3D3D<BR>>=3D3B >=3D3B-src-all-5.4.=
> >0.tgz <=3D
> >> =3D3BBR>=3D3B&=3D3Bgt=3D3D3B &=3D3Bgt=3D3D3B <=3D3BBR>=3D3B&a=
> >mp=3D3Bgt=3D3D3B &=3D
> >> >=3D3Bgt=3D3D3B And they don't seem =3D3D<BR>>=3D3B >=3D3Bto work on =
> >this system: =3D
> >> >I can compile a program<=3D3BBR>=3D3B&=3D3Bgt=3D3D3B &=3D3Bgt=
> >=3D3D3B but when=3D
> >> > I=3D3D<BR>>=3D3B >=3D3B try to run it=3D3D2C it says "Segmentation =
> >fault". Can=3D
> >> > anyone<=3D3BBR>=3D3B&=3D3Bgt=3D3D3B &=3D3Bgt=3D3D3B=3D3D<BR>&=
> >gt=3D3B >=3D3B help=3D
> >> >? (My understanding is that I need 5.5.1 or later...)<=3D3BBR>=3D3B&=
> >amp=3D3Bg=3D
> >> >t=3D3D3B &=3D3Bgt=3D3D3B=3D3D<BR>>=3D3B >=3D3B <=3D3BBR>=3D3B=
> >&=3D3Bgt=3D3D3B &=3D
> >> >=3D3Bgt=3D3D3B Mika<=3D3BBR>=3D3B&=3D3Bgt=3D3D3B &=3D3Bgt=3D3D=
> >3B <=3D3BBR>=3D3B&a=3D
> >> >mp=3D3Bgt=3D3D3B <=3D3BBR>=3D3B<=3D3B/body>=3D3B<BR>>=3D3B >=
> >=3D3B<=3D3B/html>=3D
> >> >=3D3B=3D3D<BR>>=3D3B >=3D3B<BR>>=3D3B >=3D3B--_806446ae-8d10-4d7=
> >4-8eea-51aa365e=3D
> >> >9204_--<BR></body>
> >> ></html>=3D
> >> >
> >> >--_777fdc4e-3c29-40b4-a3dd-e6243f796cee_--
> >
> >--_55339e45-8c85-4ab6-9440-0d2131bbad69_
> >Content-Type: text/html; charset="iso-8859-1"
> >Content-Transfer-Encoding: quoted-printable
> >
> ><html>
> ><head>
> ><style>
> >.hmmessage P
> >{
> >margin:0px=3B
> >padding:0px
> >}
> >body.hmmessage
> >{
> >font-size: 10pt=3B
> >font-family:Verdana
> >}
> ></style>
> ></head>
> ><body class=3D'hmmessage'>
> >Maybe not.<BR>
> >Hm. That is bug. There is use with a cvs tree=2C and use without.<BR>
> >I must have broken use without.<BR>
> > =3B<BR>
> >Try this:<BR>
> >export CM3_ROOT=3Droot of cm3 cvs (for me this is /dev2/cm3=2C<BR>
> >for you=2C maybe $HOME/cm3?)<BR>
> >rm =3B$HOME/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/LINUXLIBC6<BR>
> ># *Common and *common in one command<BR>rm =3B$HOME/cm3/cm3-min-LINUXLI=
> >BC6-d5.7.0/bin/*ommon<BR>cp root of cm3 cvs/m3-sys/cminstall/src/config/cm3=
> >.cfg $HOME/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin<BR>
> > =3B<BR>
> >The .cfg will delegate out to the cvs tree.<BR>
> >I don't like having two copies of files..having to keep them in sync..<BR>
> > =3BThough the archives are meant to work standalone=2C without CVS.<BR=
> >>
> > =3B But I don't test that so much oops sorry.<BR>
> >That /might/ not be the right file=2C but it is close.<BR>
> > =3B<BR>
> > =3B- Jay<BR><BR> =3B<BR>>=3B To: jay.krell at cornell.edu<BR>>=3B=
> > CC: m3devel at elegosoft.com<BR>>=3B Subject: Re: [M3devel] Help finding CM=
> >3 compiler for Linux? <BR>>=3B Date: Tue=2C 31 Mar 2009 22:59:18 -0700<BR=
> >>>=3B From: mika at async.caltech.edu<BR>>=3B <BR>>=3B <BR>>=3B Is the=
> >re any documentation for this format beyond what you just<BR>>=3B wrote? =
> >Where?<BR>>=3B <BR>>=3B terpsichore-14: cm3<BR>>=3B --- building in .=
> >./LINUXLIBC6 ---<BR>>=3B <BR>>=3B new source ->=3B compiling Main.m3<=
> >BR>>=3B "/afs/.ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/cm3cfg.co=
> >mmon"=2C line 169: quake runtime error: undefined variable: ROOT<BR>>=3B =
> ><BR>>=3B --procedure-- -line- -file---<BR>>=3B GetM3Back 169 /afs/.ugcs=
> >/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/cm3cfg.common<BR>>=3B _IsM3B=
> >ackFlagSupported 181 /afs/.ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin=
> >/Unix.common<BR>>=3B IsM3BackFlagSupported 193 /afs/.ugcs/user/mika/cm3/c=
> >m3-min-LINUXLIBC6-d5.7.0/bin/Unix.common<BR>>=3B GetM3BackFlag 197 /afs/.=
> >ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/Unix.common<BR>>=3B m3_b=
> >ackend 62 /afs/.ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/Unix.commo=
> >n<BR>>=3B program -- <=3Bbuiltin>=3B<BR>>=3B 6 /afs/.ugcs.caltech.e=
> >du/user/mika/test/LINUXLIBC6/m3make.args<BR>>=3B <BR>>=3B <BR>>=3B Fa=
> >tal Error: procedure "m3_backend" defined in "/afs/.ugcs/user/mika/cm3/cm3-=
> >min-LINUXLIBC6-d5.7.0/bin/cm3.cfg" failed.<BR>>=3B <BR>>=3B Jay writes:=
> ><BR>>=3B >=3B--_777fdc4e-3c29-40b4-a3dd-e6243f796cee_<BR>>=3B >=3BC=
> >ontent-Type: text/plain=3B charset=3D"iso-8859-1"<BR>>=3B >=3BContent-T=
> >ransfer-Encoding: quoted-printable<BR>>=3B >=3B<BR>>=3B >=3B<BR>>=
> >=3B >=3BThese archives do have a different format=3D2C yes.<BR>>=3B >=
> >=3B<BR>>=3B >=3BBut it isn't a bad format.<BR>>=3B >=3B<BR>>=3B &=
> >gt=3Bcminstall is pretty worthless imho.<BR>>=3B >=3B<BR>>=3B >=3BE=
> >xtract=3D2C rename=3D2C set PATH and LD_LIBRARY_PATH.<BR>>=3B >=3B<BR>&=
> >gt=3B >=3B=3D20<BR>>=3B >=3B<BR>>=3B >=3B - Jay<BR>>=3B >=3B<=
> >BR>>=3B >=3B=3D20<BR>>=3B >=3B>=3B To: jay.krell at cornell.edu<BR>&=
> >gt=3B >=3B>=3B Subject: Re: [M3devel] Help finding CM3 compiler for Lin=
> >ux?=3D20<BR>>=3B >=3B>=3B Date: Tue=3D2C 31 Mar 2009 15:56:11 -0700<B=
> >R>>=3B >=3B>=3B From: mika at async.caltech.edu<BR>>=3B >=3B>=3B=
> >=3D20<BR>>=3B >=3B>=3B No=3D2C I'm sorry...<BR>>=3B >=3B>=3B=3D=
> >20<BR>>=3B >=3B>=3B the archives do not have the usual format. I'm ex=
> >pecting to unpack<BR>>=3B >=3B>=3B and run "cminstall" and then unpac=
> >k the big source tar on top and=3D20<BR>>=3B >=3B>=3B build that. But=
> > there's no cminstall in the archive on this page.<BR>>=3B >=3B>=3B T=
> >his is "the normal procedure" for installing CM3=3D2C no? It's what<BR>>=
> >=3B >=3B>=3B the instructions say to do=3D2C as well...<BR>>=3B >=
> >=3B>=3B=3D20<BR>>=3B >=3B>=3B And the link from the "Download" page=
> > is broken (to -d5.5.0.tgz).<BR>>=3B >=3B>=3B=3D20<BR>>=3B >=3B&g=
> >t=3B Mika<BR>>=3B >=3B>=3B=3D20<BR>>=3B >=3B>=3B Jay writes:<BR=
> >>>=3B >=3B>=3B >=3B--_806446ae-8d10-4d74-8eea-51aa365e9204_<BR>>=
> >=3B >=3B>=3B >=3BContent-Type: text/plain=3D3B charset=3D3D"iso-8859-=
> >1"<BR>>=3B >=3B>=3B >=3BContent-Transfer-Encoding: quoted-printable=
> ><BR>>=3B >=3B>=3B >=3B<BR>>=3B >=3B>=3B >=3B<BR>>=3B >=
> >=3B>=3B >=3B http://modula3.elegosoft.com/cm3/uploaded-archives<BR>>=
> >=3B >=3B>=3B >=3B<BR>>=3B >=3B>=3B >=3B?<BR>>=3B >=3B>=
> >=3B >=3B<BR>>=3B >=3B>=3B >=3B=3D3D20<BR>>=3B >=3B>=3B >=
> >=3B<BR>>=3B >=3B>=3B >=3BI can make another later this week.<BR>>=
> >=3B >=3B>=3B >=3B<BR>>=3B >=3B>=3B >=3B=3D3D20<BR>>=3B >=
> >=3B>=3B >=3B<BR>>=3B >=3B>=3B >=3BAll you need is a working cm3=
> > on any system.<BR>>=3B >=3B>=3B >=3B<BR>>=3B >=3B>=3B >=3B=
> >>=3BFrom there you can build the whole system=3D3D2C targeting any system=
> >.<BR>>=3B >=3B>=3B >=3B<BR>>=3B >=3B>=3B >=3BAs long as tha=
> >t cm3 understands LONGINT and your target system.<BR>>=3B >=3B>=3B &g=
> >t=3B<BR>>=3B >=3B>=3B >=3BAnd it is easier=3D3D2C but not necessary=
> >=3D3D2C if you have Python. :)<BR>>=3B >=3B>=3B >=3B<BR>>=3B >=
> >=3B>=3B >=3B=3D3D20<BR>>=3B >=3B>=3B >=3B<BR>>=3B >=3B>=
> >=3B >=3B - Jay<BR>>=3B >=3B>=3B >=3B<BR>>=3B >=3B>=3B >=
> >=3B=3D3D20<BR>>=3B >=3B>=3B >=3B>=3B Date: Tue=3D3D2C 31 Mar 2009=
> > 15:43:41 -0500<BR>>=3B >=3B>=3B >=3B>=3B From: martinbishop at bell=
> >south.net<BR>>=3B >=3B>=3B >=3B>=3B To: mika at async.caltech.edu<BR=
> >>>=3B >=3B>=3B >=3B>=3B CC: m3devel at elegosoft.com<BR>>=3B >=
> >=3B>=3B >=3B>=3B Subject: Re: [M3devel] Help finding CM3 compiler for=
> > Linux?<BR>>=3B >=3B>=3B >=3B>=3B=3D3D20<BR>>=3B >=3B>=3B &=
> >gt=3B>=3B Not sure if this helps=3D3D2C but on my linux system:<BR>>=3B=
> > >=3B>=3B >=3B>=3B=3D3D20<BR>>=3B >=3B>=3B >=3B>=3B Criti=
> >cal Mass Modula-3 version d5.7.0<BR>>=3B >=3B>=3B >=3B>=3B last u=
> >pdated: 2008-03-16<BR>>=3B >=3B>=3B >=3B>=3B compiled: 2008-08-14=
> > 00:56:14<BR>>=3B >=3B>=3B >=3B>=3B configuration: /usr/local/cm3=
> >/bin/cm3.cfg<BR>>=3B >=3B>=3B >=3B>=3B=3D3D20<BR>>=3B >=3B>=
> >=3B >=3B>=3B Linux thinkpad 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:3=
> >9 UTC 2009<BR>>=3B >=3B>=3B >=3B>=3B i686 GNU/Linux<BR>>=3B >=
> >=3B>=3B >=3B>=3B=3D3D20<BR>>=3B >=3B>=3B >=3B>=3B=3D3D20<BR=
> >>>=3B >=3B>=3B >=3B>=3B I don't have the cm3 tarball=3D3D2C but I=
> > do have the sources in cm3/ st=3D<BR>>=3B >=3Bill.<BR>>=3B >=3B>=
> >=3B >=3B>=3B=3D3D20<BR>>=3B >=3B>=3B >=3B>=3B Mika Nystrom wr=
> >ote:<BR>>=3B >=3B>=3B >=3B>=3B >=3B Hello everyone=3D3D2C<BR>&g=
> >t=3B >=3B>=3B >=3B>=3B >=3B=3D3D20<BR>>=3B >=3B>=3B >=3B&=
> >gt=3B >=3B This is=3D3D2C for me=3D3D2C a most unfortunate time for the C=
> >M3 servers=3D<BR>>=3B >=3B to<BR>>=3B >=3B>=3B >=3B>=3B >=
> >=3B have crashed. I'm teaching a class using Modula-3=3D3D2C and we need a<=
> >BR>>=3B >=3B>=3B >=3B>=3B >=3B compiler... here's the uname of =
> >the system I'm trying to use:<BR>>=3B >=3B>=3B >=3B>=3B >=3B=3D=
> >3D20<BR>>=3B >=3B>=3B >=3B>=3B >=3B Linux lara 2.6.24ugcs1 #4 S=
> >MP Mon Feb 11 10:53:03 PST 2008 i686 GNU/=3D<BR>>=3B >=3BLin=3D3D<BR>&g=
> >t=3B >=3B>=3B >=3Bux<BR>>=3B >=3B>=3B >=3B>=3B >=3B=3D3D2=
> >0<BR>>=3B >=3B>=3B >=3B>=3B >=3B The most recent archives I hav=
> >e for Linux are:<BR>>=3B >=3B>=3B >=3B>=3B >=3B=3D3D20<BR>>=
> >=3B >=3B>=3B >=3B>=3B >=3B cm3-min-POSIX-LINUXLIBC6-5.4.0.tgz cm3=
> >-src-all-5.4.0.tgz=3D3D20<BR>>=3B >=3B>=3B >=3B>=3B >=3B=3D3D20=
> ><BR>>=3B >=3B>=3B >=3B>=3B >=3B And they don't seem to work on =
> >this system: I can compile a program<BR>>=3B >=3B>=3B >=3B>=3B &g=
> >t=3B but when I try to run it=3D3D2C it says "Segmentation fault". Can anyo=
> >=3D<BR>>=3B >=3Bne<BR>>=3B >=3B>=3B >=3B>=3B >=3B help? (My=
> > understanding is that I need 5.5.1 or later...)<BR>>=3B >=3B>=3B >=
> >=3B>=3B >=3B=3D3D20<BR>>=3B >=3B>=3B >=3B>=3B >=3B Mika<BR>=
> >>=3B >=3B>=3B >=3B>=3B >=3B=3D3D20<BR>>=3B >=3B>=3B >=
> >=3B>=3B=3D3D20<BR>>=3B >=3B>=3B >=3B<BR>>=3B >=3B>=3B >=
> >=3B--_806446ae-8d10-4d74-8eea-51aa365e9204_<BR>>=3B >=3B>=3B >=3BCo=
> >ntent-Type: text/html=3D3B charset=3D3D"iso-8859-1"<BR>>=3B >=3B>=3B =
> >>=3BContent-Transfer-Encoding: quoted-printable<BR>>=3B >=3B>=3B &g=
> >t=3B<BR>>=3B >=3B>=3B >=3B<=3Bhtml>=3B<BR>>=3B >=3B>=3B &=
> >gt=3B<=3Bhead>=3B<BR>>=3B >=3B>=3B >=3B<=3Bstyle>=3B<BR>>=
> >=3B >=3B>=3B >=3B.hmmessage P<BR>>=3B >=3B>=3B >=3B{<BR>>=
> >=3B >=3B>=3B >=3Bmargin:0px=3D3D3B<BR>>=3B >=3B>=3B >=3Bpaddi=
> >ng:0px<BR>>=3B >=3B>=3B >=3B}<BR>>=3B >=3B>=3B >=3Bbody.hmm=
> >essage<BR>>=3B >=3B>=3B >=3B{<BR>>=3B >=3B>=3B >=3Bfont-siz=
> e: 10pt=3D3D3B<BR>>=3B >=3B>=3B >=3Bfont-family:Verdana<BR>>=3B &=
> >gt=3B>=3B >=3B}<BR>>=3B >=3B>=3B >=3B<=3B/style>=3B<BR>>=
> >=3B >=3B>=3B >=3B<=3B/head>=3B<BR>>=3B >=3B>=3B >=3B<=
> >=3Bbody class=3D3D3D'hmmessage'>=3B<BR>>=3B >=3B>=3B >=3B&=3Bn=
> >bsp=3D3D3B<=3BA href=3D3D3D"http://modula3.elegosoft.com/cm3/uploaded-arc=
> >hive=3D<BR>>=3B >=3Bs" targ=3D3D<BR>>=3B >=3B>=3B >=3Bet=3D3D3D=
> >_blank>=3B<=3BFONT color=3D3D3D#0068cf>=3Bhttp://modula3.elegosoft.co=
> >m/cm3/u=3D<BR>>=3B >=3Bploaded=3D3D<BR>>=3B >=3B>=3B >=3B-archi=
> >ves<=3B/FONT>=3B<=3B/A>=3B<=3BBR>=3B<BR>>=3B >=3B>=3B >=
> >=3B?<=3BBR>=3B<BR>>=3B >=3B>=3B >=3B&=3Bnbsp=3D3D3B<=3BBR&=
> >gt=3B<BR>>=3B >=3B>=3B >=3BI can make another later this week.<=
> >=3BBR>=3B<BR>>=3B >=3B>=3B >=3B&=3Bnbsp=3D3D3B<=3BBR>=3B<B=
> >R>>=3B >=3B>=3B >=3BAll you need is a working cm3 on any system.<=
> >=3BBR>=3B<BR>>=3B >=3B>=3B >=3B>=3BFrom there you can build the=
> > whole system=3D3D2C targeting any system.<=3BBR=3D<BR>>=3B >=3B>=
> >=3B<BR>>=3B >=3B>=3B >=3BAs long as that cm3 understands LONGINT an=
> >d your target system.<=3BBR>=3B<BR>>=3B >=3B>=3B >=3BAnd it is =
> >easier=3D3D2C but not necessary=3D3D2C if you have Python. :)<=3BBR>=3B=
> ><BR>>=3B >=3B>=3B >=3B&=3Bnbsp=3D3D3B<=3BBR>=3B<BR>>=3B &g=
> >t=3B>=3B >=3B&=3Bnbsp=3D3D3B- Jay<=3BBR>=3B<=3BBR>=3B&=3B=
> >nbsp=3D3D3B<=3BBR>=3B&=3Bgt=3D3D3B Date: Tue=3D3D2C 31 Mar 2009=3D<B=
> >R>>=3B >=3B 15:43:41 -=3D3D<BR>>=3B >=3B>=3B >=3B0500<=3BBR&g=
> >t=3B&=3Bgt=3D3D3B From: martinbishop at bellsouth.net<=3BBR>=3B&=3Bg=
> >t=3D3D3B To: mika at a=3D<BR>>=3B >=3Bsync.ca=3D3D<BR>>=3B >=3B>=3B =
> >>=3Bltech.edu<=3BBR>=3B&=3Bgt=3D3D3B CC: m3devel at elegosoft.com<=
> >=3BBR>=3B&=3Bgt=3D3D3B Subject: Re:=3D<BR>>=3B >=3B [M3dev=3D3D<BR=
> >>>=3B >=3B>=3B >=3Bel] Help finding CM3 compiler for Linux?<=3BBR=
> >>=3B&=3Bgt=3D3D3B <=3BBR>=3B&=3Bgt=3D3D3B Not su=3D<BR>>=3B &=
> >gt=3Bre if t=3D3D<BR>>=3B >=3B>=3B >=3Bhis helps=3D3D2C but on my l=
> >inux system:<=3BBR>=3B&=3Bgt=3D3D3B <=3BBR>=3B&=3Bgt=3D3D3B C=
> >ritical=3D<BR>>=3B >=3B Mass Mod=3D3D<BR>>=3B >=3B>=3B >=3Bula-=
> >3 version d5.7.0<=3BBR>=3B&=3Bgt=3D3D3B last updated: 2008-03-16<=
> >=3BBR>=3B&=3Bgt=3D3D3B co=3D<BR>>=3B >=3Bmpiled:=3D3D<BR>>=3B &g=
> >t=3B>=3B >=3B 2008-08-14 00:56:14<=3BBR>=3B&=3Bgt=3D3D3B configu=
> >ration: /usr/local/cm3/bin/cm3.c=3D<BR>>=3B >=3Bfg<=3BBR=3D3D<BR>>=
> >=3B >=3B>=3B >=3B>=3B&=3Bgt=3D3D3B <=3BBR>=3B&=3Bgt=3D3D3=
> >B Linux thinkpad 2.6.27-11-generic #1 SMP Thu Jan 2=3D<BR>>=3B >=3B9 19=
> >:24=3D3D<BR>>=3B >=3B>=3B >=3B:39 UTC 2009<=3BBR>=3B&=3Bgt=
> >=3D3D3B i686 GNU/Linux<=3BBR>=3B&=3Bgt=3D3D3B <=3BBR>=3B&=3Bg=
> >t=3D3D3B <=3BBR>=3B&=3Bgt=3D<BR>>=3B >=3B=3D3D3B I don=3D3D<BR>&=
> >gt=3B >=3B>=3B >=3B't have the cm3 tarball=3D3D2C but I do have the s=
> >ources in cm3/ still.<=3BBR=3D<BR>>=3B >=3B>=3B&=3Bgt=3D3D<BR>&g=
> >t=3B >=3B>=3B >=3B=3D3D3B <=3BBR>=3B&=3Bgt=3D3D3B Mika Nystrom=
> > wrote:<=3BBR>=3B&=3Bgt=3D3D3B &=3Bgt=3D3D3B Hello everyo=3D<BR>&=
> >gt=3B >=3Bne=3D3D2C<=3BBR>=3B&=3Bg=3D3D<BR>>=3B >=3B>=3B >=
> >=3Bt=3D3D3B &=3Bgt=3D3D3B <=3BBR>=3B&=3Bgt=3D3D3B &=3Bgt=3D3D3=
> >B This is=3D3D2C for me=3D3D2C a most un=3D<BR>>=3B >=3Bfortunate time =
> >=3D3D<BR>>=3B >=3B>=3B >=3Bfor the CM3 servers to<=3BBR>=3B&=
> >=3Bgt=3D3D3B &=3Bgt=3D3D3B have crashed. I'm teaching a=3D<BR>>=3B >=
> >=3B class =3D3D<BR>>=3B >=3B>=3B >=3Busing Modula-3=3D3D2C and we n=
> >eed a<=3BBR>=3B&=3Bgt=3D3D3B &=3Bgt=3D3D3B compiler... here'=3D<B=
> >R>>=3B >=3Bs the una=3D3D<BR>>=3B >=3B>=3B >=3Bme of the system=
> > I'm trying to use:<=3BBR>=3B&=3Bgt=3D3D3B &=3Bgt=3D3D3B <=3BBR=
> >>=3B&=3Bgt=3D3D3B &=3Bg=3D<BR>>=3B >=3Bt=3D3D3B Linu=3D3D<BR>&g=
> >t=3B >=3B>=3B >=3Bx lara 2.6.24ugcs1 #4 SMP Mon Feb 11 10:53:03 PST 2=
> >008 i686 GNU/Linux<=3BBR=3D<BR>>=3B >=3B>=3B&=3Bg=3D3D<BR>>=3B=
> > >=3B>=3B >=3Bt=3D3D3B &=3Bgt=3D3D3B <=3BBR>=3B&=3Bgt=3D3D3=
> >B &=3Bgt=3D3D3B The most recent archives I have fo=3D<BR>>=3B >=3Br =
> >Linux are=3D3D<BR>>=3B >=3B>=3B >=3B:<=3BBR>=3B&=3Bgt=3D3D3B=
> > &=3Bgt=3D3D3B <=3BBR>=3B&=3Bgt=3D3D3B &=3Bgt=3D3D3B cm3-min-P=
> OSIX-LINUXLIBC6-5.=3D<BR>>=3B >=3B4.0.tgz cm3=3D3D<BR>>=3B >=3B>=
> >=3B >=3B-src-all-5.4.0.tgz <=3BBR>=3B&=3Bgt=3D3D3B &=3Bgt=3D3D3=
> >B <=3BBR>=3B&=3Bgt=3D3D3B &=3Bgt=3D3D3B And they =3D<BR>>=3B &g=
> >t=3Bdon't seem =3D3D<BR>>=3B >=3B>=3B >=3Bto work on this system: I=
> > can compile a program<=3BBR>=3B&=3Bgt=3D3D3B &=3Bgt=3D3D3B but=
> >=3D<BR>>=3B >=3B when I=3D3D<BR>>=3B >=3B>=3B >=3B try to run i=
> >t=3D3D2C it says "Segmentation fault". Can anyone<=3BBR>=3B&=3Bgt=3D=
> >3D3B=3D<BR>>=3B >=3B &=3Bgt=3D3D3B=3D3D<BR>>=3B >=3B>=3B >=
> >=3B help? (My understanding is that I need 5.5.1 or later...)<=3BBR>=3B=
> >&=3Bgt=3D3D3B &=3B=3D<BR>>=3B >=3Bgt=3D3D3B=3D3D<BR>>=3B >=3B=
> >>=3B >=3B <=3BBR>=3B&=3Bgt=3D3D3B &=3Bgt=3D3D3B Mika<=3BBR&=
> >gt=3B&=3Bgt=3D3D3B &=3Bgt=3D3D3B <=3BBR>=3B&=3Bgt=3D3D3B <=
> >=3BBR>=3B<=3B/body=3D<BR>>=3B >=3B>=3B<BR>>=3B >=3B>=3B >=
> >=3B<=3B/html>=3B=3D3D<BR>>=3B >=3B>=3B >=3B<BR>>=3B >=3B>=
> >=3B >=3B--_806446ae-8d10-4d74-8eea-51aa365e9204_--<BR>>=3B >=3B<BR>&g=
> >t=3B >=3B--_777fdc4e-3c29-40b4-a3dd-e6243f796cee_<BR>>=3B >=3BContent=
> >-Type: text/html=3B charset=3D"iso-8859-1"<BR>>=3B >=3BContent-Transfer=
> >-Encoding: quoted-printable<BR>>=3B >=3B<BR>>=3B >=3B<=3Bhtml>=
> >=3B<BR>>=3B >=3B<=3Bhead>=3B<BR>>=3B >=3B<=3Bstyle>=3B<BR>&=
> >gt=3B >=3B.hmmessage P<BR>>=3B >=3B{<BR>>=3B >=3Bmargin:0px=3D3B<=
> >BR>>=3B >=3Bpadding:0px<BR>>=3B >=3B}<BR>>=3B >=3Bbody.hmmessag=
> >e<BR>>=3B >=3B{<BR>>=3B >=3Bfont-size: 10pt=3D3B<BR>>=3B >=3Bfo=
> >nt-family:Verdana<BR>>=3B >=3B}<BR>>=3B >=3B<=3B/style>=3B<BR>&=
> >gt=3B >=3B<=3B/head>=3B<BR>>=3B >=3B<=3Bbody class=3D3D'hmmessa=
> >ge'>=3B<BR>>=3B >=3BThese archives do have a different format=3D2C ye=
> >s.<=3BBR>=3B<BR>>=3B >=3BBut it isn't a bad format.<=3BBR>=3B<B=
> >R>>=3B >=3Bcminstall is pretty worthless imho.<=3BBR>=3B<BR>>=3B =
> >>=3BExtract=3D2C rename=3D2C set PATH and LD_LIBRARY_PATH.<=3BBR>=3B<=
> >BR>>=3B >=3B&=3Bnbsp=3D3B<=3BBR>=3B<BR>>=3B >=3B&=3Bnbsp=
> >=3D3B- Jay<=3BBR>=3B<=3BBR>=3B&=3Bnbsp=3D3B<=3BBR>=3B&=3B=
> >gt=3D3B To: jay.krell at cornell.edu<=3BBR>=3B&=3Bgt=3D3B=3D<BR>>=3B =
> >>=3B Subject: Re: [M3devel] Help finding CM3 compiler for Linux? <=3BBR=
> >>=3B&=3Bgt=3D3B Dat=3D<BR>>=3B >=3Be: Tue=3D2C 31 Mar 2009 15:56:1=
> >1 -0700<=3BBR>=3B&=3Bgt=3D3B From: mika at async.caltech.edu=3D<BR>>=
> >=3B >=3B<=3BBR>=3B&=3Bgt=3D3B <=3BBR>=3B&=3Bgt=3D3B No=3D2C=
> > I'm sorry...<=3BBR>=3B&=3Bgt=3D3B <=3BBR>=3B&=3Bgt=3D3B the =
> >archives =3D<BR>>=3B >=3Bdo not have the usual format. I'm expecting to=
> > unpack<=3BBR>=3B&=3Bgt=3D3B and run "cm=3D<BR>>=3B >=3Binstall"=
> > and then unpack the big source tar on top and <=3BBR>=3B&=3Bgt=3D3B=
> > build tha=3D<BR>>=3B >=3Bt. But there's no cminstall in the archive on=
> > this page.<=3BBR>=3B&=3Bgt=3D3B This is =3D<BR>>=3B >=3B"the no=
> >rmal procedure" for installing CM3=3D2C no? It's what<=3BBR>=3B&=3Bg=
> >t=3D3B the in=3D<BR>>=3B >=3Bstructions say to do=3D2C as well...<=3B=
> >BR>=3B&=3Bgt=3D3B <=3BBR>=3B&=3Bgt=3D3B And the link from t=3D<=
> >BR>>=3B >=3Bhe "Download" page is broken (to -d5.5.0.tgz).<=3BBR>=
> >=3B&=3Bgt=3D3B <=3BBR>=3B&=3Bgt=3D3B Mika<=3BBR=3D<BR>>=3B &g=
> >t=3B>=3B&=3Bgt=3D3B <=3BBR>=3B&=3Bgt=3D3B Jay writes:<=3BBR&g=
> >t=3B&=3Bgt=3D3B &=3Bgt=3D3B--_806446ae-8d10-4d74-8eea-5=3D<BR>>=3B =
> >>=3B1aa365e9204_<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3BContent-Type: =
> >text/plain=3D3B charset=3D3D"iso-885=3D<BR>>=3B >=3B9-1"<=3BBR>=3B&=
> >amp=3Bgt=3D3B &=3Bgt=3D3BContent-Transfer-Encoding: quoted-printable<=
> >=3BBR>=3B&=3Bgt=3D3B =3D<BR>>=3B >=3B&=3Bgt=3D3B<=3BBR>=3B&=
> >amp=3Bgt=3D3B &=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B htt=
> >p://modula3.elegosoft.com/cm3/u=3D<BR>>=3B >=3Bploaded-archives<=3BBR=
> >>=3B&=3Bgt=3D3B &=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=
> >=3D3B?<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D=
> ><BR>>=3B >=3B=3D3B &=3Bgt=3D3B=3D3D20<=3BBR>=3B&=3Bgt=3D3B &a=
> >mp=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3BI can make another l=
> >ater t=3D<BR>>=3B >=3Bhis week.<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=
> >=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B=3D3D20<=3BBR>=3B&=
> >=3Bgt=3D3B &=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B=3D<BR>>=3B >=3B &=
> >amp=3Bgt=3D3BAll you need is a working cm3 on any system.<=3BBR>=3B&=
> >=3Bgt=3D3B &=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D<BR>>=3B >=3B=3D3B &=
> >amp=3Bgt=3D3B&=3Bgt=3D3BFrom there you can build the whole system=3D3D2C=
> > targeting an=3D<BR>>=3B >=3By system.<=3BBR>=3B&=3Bgt=3D3B &=
> >=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3BAs long as that cm3 un=
> >derstands =3D<BR>>=3B >=3BLONGINT and your target system.<=3BBR>=3B=
> >&=3Bgt=3D3B &=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3BAnd=
> > it is =3D<BR>>=3B >=3Beasier=3D3D2C but not necessary=3D3D2C if you ha=
> >ve Python. :)<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B<=3B=3D<BR>>=3B=
> > >=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B=3D3D20<=3BBR>=3B&=3Bgt=
> >=3D3B &=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B - Jay<=3B=
> >BR>=3B&=3Bgt=3D3B &=3Bgt=3D<BR>>=3B >=3B=3D3B<=3BBR>=3B&=
> >=3Bgt=3D3B &=3Bgt=3D3B=3D3D20<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B=
> >&=3Bgt=3D3B Date: Tue=3D3D2C 31 Mar 2009=3D<BR>>=3B >=3B 15:43:41 -0=
> >500<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B From: martinbi=
> >shop at bellsouth.net<=3BBR>=3B=3D<BR>>=3B >=3B&=3Bgt=3D3B &=3Bg=
> >t=3D3B&=3Bgt=3D3B To: mika at async.caltech.edu<=3BBR>=3B&=3Bgt=3D3B=
> > &=3Bgt=3D3B&=3Bgt=3D3B CC: m=3D<BR>>=3B >=3B3devel at elegosoft.com=
> ><=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B Subject: Re: [M3d=
> >evel] Help fin=3D<BR>>=3B >=3Bding CM3 compiler for Linux?<=3BBR>=
> >=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B=3D3D20<=3BBR>=3B&=3Bg=
> >t=3D3B &=3Bgt=3D3B&=3Bg=3D<BR>>=3B >=3Bt=3D3B Not sure if this he=
> >lps=3D3D2C but on my linux system:<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D=
> >3B&=3Bg=3D<BR>>=3B >=3Bt=3D3B=3D3D20<=3BBR>=3B&=3Bgt=3D3B &am=
> >p=3Bgt=3D3B&=3Bgt=3D3B Critical Mass Modula-3 version d5.7.0<=3BBR>=
> >=3B&=3B=3D<BR>>=3B >=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B last upd=
> >ated: 2008-03-16<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B c=
> >ompiled=3D<BR>>=3B >=3B: 2008-08-14 00:56:14<=3BBR>=3B&=3Bgt=3D3=
> >B &=3Bgt=3D3B&=3Bgt=3D3B configuration: /usr/local/cm3/=3D<BR>>=3B =
> >>=3Bbin/cm3.cfg<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B=
> >=3D3D20<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B Linux thin=
> >kp=3D<BR>>=3B >=3Bad 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2=
> >009<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bg=3D<BR>>=3B >=3Bt=
> >=3D3B i686 GNU/Linux<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D=
> >3B=3D3D20<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B=3D3D20=
> >=3D<BR>>=3B >=3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D=
> >3B I don't have the cm3 tarball=3D3D2C but I do have the=3D<BR>>=3B >=
> >=3B sources in cm3/ still.<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=
> >=3Bgt=3D3B=3D3D20<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B =
> >=3D<BR>>=3B >=3BMika Nystrom wrote:<=3BBR>=3B&=3Bgt=3D3B &=3B=
> >gt=3D3B&=3Bgt=3D3B &=3Bgt=3D3B Hello everyone=3D3D2C<=3BBR>=3B&am=
> >p=3Bg=3D<BR>>=3B >=3Bt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B &=3Bgt=3D3B=
> >=3D3D20<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B &=3Bgt=
> >=3D3B This is=3D3D2C fo=3D<BR>>=3B >=3Br me=3D3D2C a most unfortunate t=
> >ime for the CM3 servers to<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=
> >=3Bg=3D<BR>>=3B >=3Bt=3D3B &=3Bgt=3D3B have crashed. I'm teaching a =
> >class using Modula-3=3D3D2C and we n=3D<BR>>=3B >=3Beed a<=3BBR>=3B=
> >&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B &=3Bgt=3D3B compiler... here=
> >'s the uname of the sys=3D<BR>>=3B >=3Btem I'm trying to use:<=3BBR&g=
> >t=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B &=3Bgt=3D3B=3D3D20<=3B=
> >BR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3B=3D<BR>>=3B >=3Bgt=3D3B &am=
> >p=3Bgt=3D3B Linux lara 2.6.24ugcs1 #4 SMP Mon Feb 11 10:53:03 PST 2008 i68=
> >=3D<BR>>=3B >=3B6 GNU/Lin=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D=
> >3Bux<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B &=3Bgt=3D3=
> >B=3D3D20<=3BBR>=3B&=3Bgt=3D<BR>>=3B >=3B=3D3B &=3Bgt=3D3B&=
> >=3Bgt=3D3B &=3Bgt=3D3B The most recent archives I have for Linux are:<=
> >=3BBR>=3B&=3B=3D<BR>>=3B >=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B =
> >&=3Bgt=3D3B=3D3D20<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=
> >=3D3B &=3Bgt=3D3B cm3-min-POSIX-=3D<BR>>=3B >=3BLINUXLIBC6-5.4.0.tgz=
> > cm3-src-all-5.4.0.tgz=3D3D20<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&am=
> >p=3Bgt=3D3B &=3Bgt=3D<BR>>=3B >=3B=3D3B=3D3D20<=3BBR>=3B&=3Bg=
> >t=3D3B &=3Bgt=3D3B&=3Bgt=3D3B &=3Bgt=3D3B And they don't seem to w=
> >ork on this =3D<BR>>=3B >=3Bsystem: I can compile a program<=3BBR>=
> >=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B &=3Bgt=3D3B but when I tr=
> >=3D<BR>>=3B >=3By to run it=3D3D2C it says "Segmentation fault". Can an=
> >yone<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3B=3D<BR>>=3B >=3Bg=
> >t=3D3B &=3Bgt=3D3B help? (My understanding is that I need 5.5.1 or later=
> >...)<=3BBR>=3B&=3B=3D<BR>>=3B >=3Bgt=3D3B &=3Bgt=3D3B&=3Bg=
> >t=3D3B &=3Bgt=3D3B=3D3D20<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=
> >=3Bgt=3D3B &=3Bgt=3D3B Mika<=3BBR>=3B&=3Bgt=3D3B=3D<BR>>=3B >=
> >=3B &=3Bgt=3D3B&=3Bgt=3D3B &=3Bgt=3D3B=3D3D20<=3BBR>=3B&=3B=
> >gt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B=3D3D20<=3BBR>=3B&=3Bgt=3D3B &am=
> >p=3Bgt=3D3B<=3BBR>=3B&=3B=3D<BR>>=3B >=3Bgt=3D3B &=3Bgt=3D3B-=
> >-_806446ae-8d10-4d74-8eea-51aa365e9204_<=3BBR>=3B&=3Bgt=3D3B &=3B=
> >gt=3D3BConten=3D<BR>>=3B >=3Bt-Type: text/html=3D3B charset=3D3D"iso-88=
> >59-1"<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3BContent-Transfe=3D<BR>>=
> >=3B >=3Br-Encoding: quoted-printable<=3BBR>=3B&=3Bgt=3D3B &=3Bg=
> >t=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Blt=3D3Bhtml&=3Bg=
> >t=3D<BR>>=3B >=3B=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=
> >=3Blt=3D3Bhead&=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=
> >=3Blt=3D3Bstyle&=3Bgt=3D3B<=3BBR>=3B&=3B=3D<BR>>=3B >=3Bgt=3D=
> >3B &=3Bgt=3D3B.hmmessage P<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B{&l=
> >t=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3Bmargin:0px=3D3D3B<=3B=3D<BR>>=
> >=3B >=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3Bpadding:0px<=3BBR>=3B&am=
> >p=3Bgt=3D3B &=3Bgt=3D3B}<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3Bbody.=
> >hmmessag=3D<BR>>=3B >=3Be<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B{&l=
> >t=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3Bfont-size: 10pt=3D3D3B<=3BBR>=
> >=3B&=3Bgt=3D3B &=3Bgt=3D3Bfo=3D<BR>>=3B >=3Bnt-family:Verdana<=
> >=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B}<=3BBR>=3B&=3Bgt=3D3B &=
> >=3Bgt=3D3B&=3Blt=3D3B/style&=3Bgt=3D3B<=3BBR>=3B&=3B=3D<BR>>=
> >=3B >=3Bgt=3D3B &=3Bgt=3D3B&=3Blt=3D3B/head&=3Bgt=3D3B<=3BBR&g=
> >t=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Blt=3D3Bbody class=3D3D3D'hmmessa=3D=
> ><BR>>=3B >=3Bge'&=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D=
> >3B&=3Bamp=3D3Bnbsp=3D3D3B&=3Blt=3D3BA href=3D3D3D"http://modula3.=3D<=
> >BR>>=3B >=3Belegosoft.com/cm3/uploaded-archives" targ=3D3D<=3BBR>=
> >=3B&=3Bgt=3D3B &=3Bgt=3D3Bet=3D3D3D_blank&=3B=3D<BR>>=3B >=3Bg=
> >t=3D3B&=3Blt=3D3BFONT color=3D3D3D#0068cf&=3Bgt=3D3Bhttp://modula3.el=
> >egosoft.com/cm3/upl=3D<BR>>=3B >=3Boaded=3D3D<=3BBR>=3B&=3Bgt=3D=
> >3B &=3Bgt=3D3B-archives&=3Blt=3D3B/FONT&=3Bgt=3D3B&=3Blt=3D3B/A=
> >&=3Bgt=3D3B&=3Blt=3D3BBR&=3Bg=3D<BR>>=3B >=3Bt=3D3B<=3BBR>=
> >=3B&=3Bgt=3D3B &=3Bgt=3D3B?&=3Blt=3D3BBR&=3Bgt=3D3B<=3BBR>=
> >=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bamp=3D3Bnbsp=3D3D3B&=3Blt=3D3B=3D=
> ><BR>>=3B >=3BBR&=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3=
> >BI can make another later this week.&=3Blt=3D3BBR&=3Bgt=3D3B<=3B=3D=
> ><BR>>=3B >=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bamp=3D3Bnbsp=
> >=3D3D3B&=3Blt=3D3BBR&=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=
> >=3D3BAll you need=3D<BR>>=3B >=3B is a working cm3 on any system.&=
> >=3Blt=3D3BBR&=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=
> >=3Bgt=3D3BFrom t=3D<BR>>=3B >=3Bhere you can build the whole system=3D3=
> >D2C targeting any system.&=3Blt=3D3BBR&=3Bgt=3D<BR>>=3B >=3B=3D3B=
> ><=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3BAs long as that cm3 understands =
> >LONGINT and your target=3D<BR>>=3B >=3B system.&=3Blt=3D3BBR&=3Bg=
> >t=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3BAnd it is easier=3D3D2C bu=
> >t not necess=3D<BR>>=3B >=3Bary=3D3D2C if you have Python. :)&=3Blt=
> >=3D3BBR&=3Bgt=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bamp=
> >=3D3Bnbsp=3D<BR>>=3B >=3B=3D3D3B&=3Blt=3D3BBR&=3Bgt=3D3B<=3BBR&=
> >gt=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bamp=3D3Bnbsp=3D3D3B- Jay&=3Blt=
> >=3D3BBR&=3Bgt=3D3B&=3Blt=3D<BR>>=3B >=3B=3D3BBR&=3Bgt=3D3B&=
> >=3Bamp=3D3Bnbsp=3D3D3B&=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3=
> >B Date: Tue=3D3D2C 31 M=3D<BR>>=3B >=3Bar 2009 15:43:41 -=3D3D<=3BBR&=
> >gt=3B&=3Bgt=3D3B &=3Bgt=3D3B0500&=3Blt=3D3BBR&=3Bgt=3D3B&=3B=
> >amp=3D3Bgt=3D3D3B From=3D<BR>>=3B >=3B: martinbishop at bellsouth.net&=
> >=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B To: mika at async.ca=3D<BR>=
> >>=3B >=3B=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3Bltech.edu&=
> >=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B CC: m3devel at elego=3D<BR>=
> >>=3B >=3Bsoft.com&=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B=
> > Subject: Re: [M3dev=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D<BR>>=
> >=3B >=3B=3D3Bel] Help finding CM3 compiler for Linux?&=3Blt=3D3BBR&=
> >=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B &=3Blt=3D<BR>>=3B >=3B=3D3BBR&=
> >=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B Not sure if t=3D3D<=3BBR>=3B&=3Bg=
> >t=3D3B &=3Bgt=3D3Bhis helps=3D3D2C b=3D<BR>>=3B >=3But on my linux s=
> >ystem:&=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B &=3Blt=3D3B=
> >BR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D<BR>>=3B >=3B=3D3D3B Critical Mass =
> >Mod=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3Bula-3 version d5.7.0&=
> >=3Blt=3D3BBR&=3Bgt=3D<BR>>=3B >=3B=3D3B&=3Bamp=3D3Bgt=3D3D3B last=
> > updated: 2008-03-16&=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B =
> >comp=3D<BR>>=3B >=3Biled:=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D=
> >3B 2008-08-14 00:56:14&=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3=
> >B c=3D<BR>>=3B >=3Bonfiguration: /usr/local/cm3/bin/cm3.cfg&=3Blt=3D=
> >3BBR=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Bgt=3D3B&=3B=
> >=3D<BR>>=3B >=3Bamp=3D3Bgt=3D3D3B &=3Blt=3D3BBR&=3Bgt=3D3B&=3B=
> >amp=3D3Bgt=3D3D3B Linux thinkpad 2.6.27-11-generic=3D<BR>>=3B >=3B #1 S=
> >MP Thu Jan 29 19:24=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B:39 UTC =
> >2009&=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D<BR>>=3B >=3B=3D3Bgt=3D3=
> >D3B i686 GNU/Linux&=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B &a=
> >mp=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3B=3D<BR>>=3B >=3Bgt=3D3D3B &a=
> >mp=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B I don=3D3D<=3BBR>=
> >=3B&=3Bgt=3D3B &=3Bgt=3D3B't have the c=3D<BR>>=3B >=3Bm3 tarball=
> >=3D3D2C but I do have the sources in cm3/ still.&=3Blt=3D3BBR&=3Bgt=
> >=3D3B&=3Bamp=3D<BR>>=3B >=3B=3D3Bgt=3D3D<=3BBR>=3B&=3Bgt=3D3B=
> > &=3Bgt=3D3B=3D3D3B &=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D=
> >3B Mika Nystrom wr=3D<BR>>=3B >=3Bote:&=3Blt=3D3BBR&=3Bgt=3D3B&am=
> >p=3Bamp=3D3Bgt=3D3D3B &=3Bamp=3D3Bgt=3D3D3B Hello everyone=3D3D2C&=3B=
> >lt=3D3BBR=3D<BR>>=3B >=3B&=3Bgt=3D3B&=3Bamp=3D3Bg=3D3D<=3BBR>=
> >=3B&=3Bgt=3D3B &=3Bgt=3D3Bt=3D3D3B &=3Bamp=3D3Bgt=3D3D3B &=3Blt=
> >=3D3BBR&=3Bgt=3D3B&=3Bamp=3D<BR>>=3B >=3B=3D3Bgt=3D3D3B &=3Bam=
> >p=3D3Bgt=3D3D3B This is=3D3D2C for me=3D3D2C a most unfortunate time =3D<BR=
> >>>=3B >=3B=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3Bfor the CM3 s=
> >ervers to&=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B &=3Bamp=
> >=3D<BR>>=3B >=3B=3D3Bgt=3D3D3B have crashed. I'm teaching a class =3D3D=
> ><=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3Busing Mod=3D<BR>>=3B >=3Bula=
> >-3=3D3D2C and we need a&=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D=
> >3B &=3Bamp=3D3Bgt=3D3D3B compile=3D<BR>>=3B >=3Br... here's the una=
> >=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3Bme of the system I'm trying=
> > to use:&=3B=3D<BR>>=3B >=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=
> >=3D3D3B &=3Bamp=3D3Bgt=3D3D3B &=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=
> >=3D3Bgt=3D3D3B &=3Bam=3D<BR>>=3B >=3Bp=3D3Bgt=3D3D3B Linu=3D3D<=3B=
> >BR>=3B&=3Bgt=3D3B &=3Bgt=3D3Bx lara 2.6.24ugcs1 #4 SMP Mon Feb 11 1=
> >0=3D<BR>>=3B >=3B:53:03 PST 2008 i686 GNU/Linux&=3Blt=3D3BBR&=3Bg=
> >t=3D3B&=3Bamp=3D3Bg=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3Bt=3D<=
> >BR>>=3B >=3B=3D3D3B &=3Bamp=3D3Bgt=3D3D3B &=3Blt=3D3BBR&=3Bgt=
> >=3D3B&=3Bamp=3D3Bgt=3D3D3B &=3Bamp=3D3Bgt=3D3D3B The most r=3D<BR>>=
> >=3B >=3Becent archives I have for Linux are=3D3D<=3BBR>=3B&=3Bgt=
> >=3D3B &=3Bgt=3D3B:&=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D<BR>>=3B =
> >>=3B=3D3Bgt=3D3D3B &=3Bamp=3D3Bgt=3D3D3B &=3Blt=3D3BBR&=3Bgt=3D3=
> >B&=3Bamp=3D3Bgt=3D3D3B &=3Bamp=3D3Bgt=3D3D3B cm3-m=3D<BR>>=3B >=
> >=3Bin-POSIX-LINUXLIBC6-5.4.0.tgz cm3=3D3D<=3BBR>=3B&=3Bgt=3D3B &=
> >=3Bgt=3D3B-src-all-5.4.0.tgz &=3Blt=3D<BR>>=3B =3D3BBR&=3Bgt=3D3B&a=
> >mp=3Bamp=3D3Bgt=3D3D3B &=3Bamp=3D3Bgt=3D3D3B &=3Blt=3D3BBR&=3Bgt=
> >=3D3B&=3Bamp=3D3Bgt=3D3D3B &=3Bamp=3D<BR>>=3B >=3B=3D3Bgt=3D3D3B =
> >And they don't seem =3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3Bto work=
> > on this system: =3D<BR>>=3B >=3BI can compile a program&=3Blt=3D3BB=
> >R&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B &=3Bamp=3D3Bgt=3D3D3B but when=
> >=3D<BR>>=3B >=3B I=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B try =
> >to run it=3D3D2C it says "Segmentation fault". Can=3D<BR>>=3B >=3B anyo=
> >ne&=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B &=3Bamp=3D3Bgt=
> >=3D3D3B=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B help=3D<BR>>=3B &=
> >gt=3B? (My understanding is that I need 5.5.1 or later...)&=3Blt=3D3BBR&=
> >amp=3Bgt=3D3B&=3Bamp=3D3Bg=3D<BR>>=3B >=3Bt=3D3D3B &=3Bamp=3D3Bgt=
> >=3D3D3B=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B &=3Blt=3D3BBR&am=
> >p=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B &=3Bamp=3D<BR>>=3B >=3B=3D3Bgt=
> >=3D3D3B Mika&=3Blt=3D3BBR&=3Bgt=3D3B&=3Bamp=3D3Bgt=3D3D3B &=3Ba=
> >mp=3D3Bgt=3D3D3B &=3Blt=3D3BBR&=3Bgt=3D3B&=3Ba=3D<BR>>=3B >=3B=
> >mp=3D3Bgt=3D3D3B &=3Blt=3D3BBR&=3Bgt=3D3B&=3Blt=3D3B/body&=3Bgt=
> >=3D3B<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=3Blt=3D3B/html&=3Bg=
> >t=3D<BR>>=3B >=3B=3D3B=3D3D<=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B&=
> >lt=3BBR>=3B&=3Bgt=3D3B &=3Bgt=3D3B--_806446ae-8d10-4d74-8eea-51aa36=
> >5e=3D<BR>>=3B >=3B9204_--<=3BBR>=3B<=3B/body>=3B<BR>>=3B >=
> >=3B<=3B/html>=3B=3D<BR>>=3B >=3B<BR>>=3B >=3B--_777fdc4e-3c29-4=
> >0b4-a3dd-e6243f796cee_--<BR></body>
> ></html>=
> >
> >--_55339e45-8c85-4ab6-9440-0d2131bbad69_--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20090401/ac0f5d8c/attachment-0002.html>
More information about the M3devel
mailing list