[M3devel] Help finding CM3 compiler for Linux?

Jay jay.krell at cornell.edu
Wed Apr 1 08:56:45 CEST 2009


Sorry it is meant to be a little easier.

 

 

I'll see about putting an "install" or "readme" file in.

 

"root of cm3 cvs" is the root of a cvs checkout, not a "repository".

But it isn't meant to be required...it is just the way I always work..

  Similar to your "extracting the source tarball", though that isn't

   supposed to be necessary either.

 

Here is another avenue..roundabout, but..

You had a kind of working install from 5.4 and running its cminstall.

 cm3 ran but produced crashing binaries.

 

Take the cm3.cfg file from it and put it at.

 

$HOME/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/cm3.cfg

 

That might work.

 

 

I'll test this out more later and maybe make an updated archive.

"this" being "not having any source tree", just the extracted archive + set $PATH and $LD_LIBRARY_PATH. It should be a small fix, if it isn't fixed already, and easy to patch up existing extracted archives -- you might just try a current cm3cfg.common from the source tree, but..the "shoe" is kind of on my "foot" at this point.

 

 

 - Jay

 
> To: jay.krell at cornell.edu
> Date: Tue, 31 Mar 2009 23:27:22 -0700
> From: mika at async.caltech.edu
> CC: m3devel at elegosoft.com
> Subject: Re: [M3devel] Help finding CM3 compiler for Linux?
> 
> Hmm, I'm not sure what you mean? "root of cm3 cvs"?
> 
> I have lots of Modula-3 installations on my own machines, but I'm
> just trying to get a system installed for student use on the student
> systems (which are different)... A working binary dist for Linux
> is exactly what I'm looking for and this is what you seem to have
> directed me to, but I don't have a CVS repository...
> 
> I don't have "m3-sys/cminstall/" etc. Do I need to unpack both
> the min and std before doing these things?
> 
> What I'm *used to* is that I unpack the binary distribution, then
> unpack the sources (or CVS if you like) on top of that, and
> then compile everything. Which works about 1 time in 3.
> 
> I think Modula-3 is almost impossible to install if you don't know
> exactly what to do! (I'm sure I can figure this out with some
> work.. but is it really meant to be hard to do? I guess it keeps
> the riff-raff off the M3 mailing lists!)
> 
> Mika
> 
> 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'>
> >> >> >&nbsp=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>
> >> >> >&nbsp=3D3D3B<BR>
> >> >> >I can make another later this week.<BR>
> >> >> >&nbsp=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>
> >> >> >&nbsp=3D3D3B<BR>
> >> >> >&nbsp=3D3D3B- Jay<BR><BR>&nbsp=3D3D3B<BR>&gt=3D3D3B Date: Tue=3D3D2C =
> >31 Mar 2009=3D
> >> > 15:43:41 -=3D3D
> >> >> >0500<BR>&gt=3D3D3B From: martinbishop at bellsouth.net<BR>&gt=3D3D3B To:=
> > mika at a=3D
> >> >sync.ca=3D3D
> >> >> >ltech.edu<BR>&gt=3D3D3B CC: m3devel at elegosoft.com<BR>&gt=3D3D3B Subje=
> >ct: Re:=3D
> >> > [M3dev=3D3D
> >> >> >el] Help finding CM3 compiler for Linux?<BR>&gt=3D3D3B <BR>&gt=3D3D3B=
> > Not su=3D
> >> >re if t=3D3D
> >> >> >his helps=3D3D2C but on my linux system:<BR>&gt=3D3D3B <BR>&gt=3D3D3B=
> > Critical=3D
> >> > Mass Mod=3D3D
> >> >> >ula-3 version d5.7.0<BR>&gt=3D3D3B last updated: 2008-03-16<BR>&gt=3D=
> >3D3B co=3D
> >> >mpiled:=3D3D
> >> >> > 2008-08-14 00:56:14<BR>&gt=3D3D3B configuration: /usr/local/cm3/bin/=
> >cm3.c=3D
> >> >fg<BR=3D3D
> >> >> >>&gt=3D3D3B <BR>&gt=3D3D3B Linux thinkpad 2.6.27-11-generic #1 SMP Th=
> >u Jan 2=3D
> >> >9 19:24=3D3D
> >> >> >:39 UTC 2009<BR>&gt=3D3D3B i686 GNU/Linux<BR>&gt=3D3D3B <BR>&gt=3D3D3=
> >B <BR>&gt=3D
> >> >=3D3D3B I don=3D3D
> >> >> >'t have the cm3 tarball=3D3D2C but I do have the sources in cm3/ stil=
> >l.<BR=3D
> >> >>&gt=3D3D
> >> >> >=3D3D3B <BR>&gt=3D3D3B Mika Nystrom wrote:<BR>&gt=3D3D3B &gt=3D3D3B H=
> >ello everyo=3D
> >> >ne=3D3D2C<BR>&g=3D3D
> >> >> >t=3D3D3B &gt=3D3D3B <BR>&gt=3D3D3B &gt=3D3D3B This is=3D3D2C for me=
> >=3D3D2C a most un=3D
> >> >fortunate time =3D3D
> >> >> >for the CM3 servers to<BR>&gt=3D3D3B &gt=3D3D3B have crashed. I'm tea=
> >ching a=3D
> >> > class =3D3D
> >> >> >using Modula-3=3D3D2C and we need a<BR>&gt=3D3D3B &gt=3D3D3B compiler=
> >... here'=3D
> >> >s the una=3D3D
> >> >> >me of the system I'm trying to use:<BR>&gt=3D3D3B &gt=3D3D3B <BR>&gt=
> >=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 &gt=3D3D3B <BR>&gt=3D3D3B &gt=3D3D3B The most recent archive=
> >s I have fo=3D
> >> >r Linux are=3D3D
> >> >> >:<BR>&gt=3D3D3B &gt=3D3D3B <BR>&gt=3D3D3B &gt=3D3D3B cm3-min-POSIX-LI=
> >NUXLIBC6-5.=3D
> >> >4.0.tgz cm3=3D3D
> >> >> >-src-all-5.4.0.tgz <BR>&gt=3D3D3B &gt=3D3D3B <BR>&gt=3D3D3B &gt=3D3D3=
> >B And they =3D
> >> >don't seem =3D3D
> >> >> >to work on this system: I can compile a program<BR>&gt=3D3D3B &gt=3D3=
> >D3B but=3D
> >> > when I=3D3D
> >> >> > try to run it=3D3D2C it says "Segmentation fault". Can anyone<BR>&gt=
> >=3D3D3B=3D
> >> > &gt=3D3D3B=3D3D
> >> >> > help? (My understanding is that I need 5.5.1 or later...)<BR>&gt=3D3=
> >D3B &=3D
> >> >gt=3D3D3B=3D3D
> >> >> > <BR>&gt=3D3D3B &gt=3D3D3B Mika<BR>&gt=3D3D3B &gt=3D3D3B <BR>&gt=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>
> >> >&nbsp=3D3B<BR>
> >> >&nbsp=3D3B- Jay<BR><BR>&nbsp=3D3B<BR>&gt=3D3B To: jay.krell at cornell.edu<=
> >BR>&gt=3D3B=3D
> >> > Subject: Re: [M3devel] Help finding CM3 compiler for Linux? <BR>&gt=3D3=
> >B Dat=3D
> >> >e: Tue=3D2C 31 Mar 2009 15:56:11 -0700<BR>&gt=3D3B From: mika at async.calt=
> >ech.edu=3D
> >> ><BR>&gt=3D3B <BR>&gt=3D3B No=3D2C I'm sorry...<BR>&gt=3D3B <BR>&gt=3D3B =
> >the archives =3D
> >> >do not have the usual format. I'm expecting to unpack<BR>&gt=3D3B and ru=
> >n "cm=3D
> >> >install" and then unpack the big source tar on top and <BR>&gt=3D3B buil=
> >d tha=3D
> >> >t. But there's no cminstall in the archive on this page.<BR>&gt=3D3B Thi=
> >s is =3D
> >> >"the normal procedure" for installing CM3=3D2C no? It's what<BR>&gt=3D3B=
> > the in=3D
> >> >structions say to do=3D2C as well...<BR>&gt=3D3B <BR>&gt=3D3B And the li=
> >nk from t=3D
> >> >he "Download" page is broken (to -d5.5.0.tgz).<BR>&gt=3D3B <BR>&gt=3D3B =
> >Mika<BR=3D
> >> >>&gt=3D3B <BR>&gt=3D3B Jay writes:<BR>&gt=3D3B &gt=3D3B--_806446ae-8d10-=
> >4d74-8eea-5=3D
> >> >1aa365e9204_<BR>&gt=3D3B &gt=3D3BContent-Type: text/plain=3D3B charset=
> >=3D3D"iso-885=3D
> >> >9-1"<BR>&gt=3D3B &gt=3D3BContent-Transfer-Encoding: quoted-printable<BR>=
> >&gt=3D3B =3D
> >> >&gt=3D3B<BR>&gt=3D3B &gt=3D3B<BR>&gt=3D3B &gt=3D3B http://modula3.elegos=
> >oft.com/cm3/u=3D
> >> >ploaded-archives<BR>&gt=3D3B &gt=3D3B<BR>&gt=3D3B &gt=3D3B?<BR>&gt=3D3B =
> >&gt=3D3B<BR>&gt=3D
> >> >=3D3B &gt=3D3B=3D3D20<BR>&gt=3D3B &gt=3D3B<BR>&gt=3D3B &gt=3D3BI can mak=
> >e another later t=3D
> >> >his week.<BR>&gt=3D3B &gt=3D3B<BR>&gt=3D3B &gt=3D3B=3D3D20<BR>&gt=3D3B &=
> >gt=3D3B<BR>&gt=3D3B=3D
> >> > &gt=3D3BAll you need is a working cm3 on any system.<BR>&gt=3D3B &gt=3D=
> >3B<BR>&gt=3D
> >> >=3D3B &gt=3D3B&gt=3D3BFrom there you can build the whole system=3D3D2C t=
> >argeting an=3D
> >> >y system.<BR>&gt=3D3B &gt=3D3B<BR>&gt=3D3B &gt=3D3BAs long as that cm3 u=
> >nderstands =3D
> >> >LONGINT and your target system.<BR>&gt=3D3B &gt=3D3B<BR>&gt=3D3B &gt=3D3=
> >BAnd it is =3D
> >> >easier=3D3D2C but not necessary=3D3D2C if you have Python. :)<BR>&gt=3D3=
> >B &gt=3D3B<=3D
> >> >BR>&gt=3D3B &gt=3D3B=3D3D20<BR>&gt=3D3B &gt=3D3B<BR>&gt=3D3B &gt=3D3B - =
> >Jay<BR>&gt=3D3B &gt=3D
> >> >=3D3B<BR>&gt=3D3B &gt=3D3B=3D3D20<BR>&gt=3D3B &gt=3D3B&gt=3D3B Date: Tue=
> >=3D3D2C 31 Mar 2009=3D
> >> > 15:43:41 -0500<BR>&gt=3D3B &gt=3D3B&gt=3D3B From: martinbishop at bellsout=
> >h.net<BR>=3D
> >> >&gt=3D3B &gt=3D3B&gt=3D3B To: mika at async.caltech.edu<BR>&gt=3D3B &gt=3D3=
> >B&gt=3D3B CC: m=3D
> >> >3devel at elegosoft.com<BR>&gt=3D3B &gt=3D3B&gt=3D3B Subject: Re: [M3devel]=
> > Help fin=3D
> >> >ding CM3 compiler for Linux?<BR>&gt=3D3B &gt=3D3B&gt=3D3B=3D3D20<BR>&gt=
> >=3D3B &gt=3D3B&g=3D
> >> >t=3D3B Not sure if this helps=3D3D2C but on my linux system:<BR>&gt=3D3B=
> > &gt=3D3B&g=3D
> >> >t=3D3B=3D3D20<BR>&gt=3D3B &gt=3D3B&gt=3D3B Critical Mass Modula-3 versio=
> >n d5.7.0<BR>&=3D
> >> >gt=3D3B &gt=3D3B&gt=3D3B last updated: 2008-03-16<BR>&gt=3D3B &gt=3D3B&g=
> >t=3D3B compiled=3D
> >> >: 2008-08-14 00:56:14<BR>&gt=3D3B &gt=3D3B&gt=3D3B configuration: /usr/l=
> >ocal/cm3/=3D
> >> >bin/cm3.cfg<BR>&gt=3D3B &gt=3D3B&gt=3D3B=3D3D20<BR>&gt=3D3B &gt=3D3B&gt=
> >=3D3B Linux thinkp=3D
> >> >ad 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009<BR>&gt=3D3B &gt=
> >=3D3B&g=3D
> >> >t=3D3B i686 GNU/Linux<BR>&gt=3D3B &gt=3D3B&gt=3D3B=3D3D20<BR>&gt=3D3B &g=
> >t=3D3B&gt=3D3B=3D3D20=3D
> >> ><BR>&gt=3D3B &gt=3D3B&gt=3D3B I don't have the cm3 tarball=3D3D2C but I =
> >do have the=3D
> >> > sources in cm3/ still.<BR>&gt=3D3B &gt=3D3B&gt=3D3B=3D3D20<BR>&gt=3D3B =
> >&gt=3D3B&gt=3D3B =3D
> >> >Mika Nystrom wrote:<BR>&gt=3D3B &gt=3D3B&gt=3D3B &gt=3D3B Hello everyone=
> >=3D3D2C<BR>&g=3D
> >> >t=3D3B &gt=3D3B&gt=3D3B &gt=3D3B=3D3D20<BR>&gt=3D3B &gt=3D3B&gt=3D3B &gt=
> >=3D3B This is=3D3D2C fo=3D
> >> >r me=3D3D2C a most unfortunate time for the CM3 servers to<BR>&gt=3D3B &=
> >gt=3D3B&g=3D
> >> >t=3D3B &gt=3D3B have crashed. I'm teaching a class using Modula-3=3D3D2C=
> > and we n=3D
> >> >eed a<BR>&gt=3D3B &gt=3D3B&gt=3D3B &gt=3D3B compiler... here's the uname=
> > of the sys=3D
> >> >tem I'm trying to use:<BR>&gt=3D3B &gt=3D3B&gt=3D3B &gt=3D3B=3D3D20<BR>&=
> >gt=3D3B &gt=3D3B&=3D
> >> >gt=3D3B &gt=3D3B Linux lara 2.6.24ugcs1 #4 SMP Mon Feb 11 10:53:03 PST 2=
> >008 i68=3D
> >> >6 GNU/Lin=3D3D<BR>&gt=3D3B &gt=3D3Bux<BR>&gt=3D3B &gt=3D3B&gt=3D3B &gt=
> >=3D3B=3D3D20<BR>&gt=3D
> >> >=3D3B &gt=3D3B&gt=3D3B &gt=3D3B The most recent archives I have for Linu=
> >x are:<BR>&=3D
> >> >gt=3D3B &gt=3D3B&gt=3D3B &gt=3D3B=3D3D20<BR>&gt=3D3B &gt=3D3B&gt=3D3B &g=
> >t=3D3B cm3-min-POSIX-=3D
> >> >LINUXLIBC6-5.4.0.tgz cm3-src-all-5.4.0.tgz=3D3D20<BR>&gt=3D3B &gt=3D3B&g=
> >t=3D3B &gt=3D
> >> >=3D3B=3D3D20<BR>&gt=3D3B &gt=3D3B&gt=3D3B &gt=3D3B And they don't seem t=
> >o work on this =3D
> >> >system: I can compile a program<BR>&gt=3D3B &gt=3D3B&gt=3D3B &gt=3D3B bu=
> >t when I tr=3D
> >> >y to run it=3D3D2C it says "Segmentation fault". Can anyone<BR>&gt=3D3B =
> >&gt=3D3B&=3D
> >> >gt=3D3B &gt=3D3B help? (My understanding is that I need 5.5.1 or later..=
> >.)<BR>&=3D
> >> >gt=3D3B &gt=3D3B&gt=3D3B &gt=3D3B=3D3D20<BR>&gt=3D3B &gt=3D3B&gt=3D3B &g=
> >t=3D3B Mika<BR>&gt=3D3B=3D
> >> > &gt=3D3B&gt=3D3B &gt=3D3B=3D3D20<BR>&gt=3D3B &gt=3D3B&gt=3D3B=3D3D20<BR=
> >>&gt=3D3B &gt=3D3B<BR>&=3D
> >> >gt=3D3B &gt=3D3B--_806446ae-8d10-4d74-8eea-51aa365e9204_<BR>&gt=3D3B &gt=
> >=3D3BConten=3D
> >> >t-Type: text/html=3D3B charset=3D3D"iso-8859-1"<BR>&gt=3D3B &gt=3D3BCont=
> >ent-Transfe=3D
> >> >r-Encoding: quoted-printable<BR>&gt=3D3B &gt=3D3B<BR>&gt=3D3B &gt=3D3B&l=
> >t=3D3Bhtml&gt=3D
> >> >=3D3B<BR>&gt=3D3B &gt=3D3B&lt=3D3Bhead&gt=3D3B<BR>&gt=3D3B &gt=3D3B&lt=
> >=3D3Bstyle&gt=3D3B<BR>&=3D
> >> >gt=3D3B &gt=3D3B.hmmessage P<BR>&gt=3D3B &gt=3D3B{<BR>&gt=3D3B &gt=3D3Bm=
> >argin:0px=3D3D3B<=3D
> >> >BR>&gt=3D3B &gt=3D3Bpadding:0px<BR>&gt=3D3B &gt=3D3B}<BR>&gt=3D3B &gt=3D=
> >3Bbody.hmmessag=3D
> >> >e<BR>&gt=3D3B &gt=3D3B{<BR>&gt=3D3B &gt=3D3Bfont-size: 10pt=3D3D3B<BR>&g=
> >t=3D3B &gt=3D3Bfo=3D
> >> >nt-family:Verdana<BR>&gt=3D3B &gt=3D3B}<BR>&gt=3D3B &gt=3D3B&lt=3D3B/sty=
> >le&gt=3D3B<BR>&=3D
> >> >gt=3D3B &gt=3D3B&lt=3D3B/head&gt=3D3B<BR>&gt=3D3B &gt=3D3B&lt=3D3Bbody c=
> >lass=3D3D3D'hmmessa=3D
> >> >ge'&gt=3D3B<BR>&gt=3D3B &gt=3D3B&amp=3D3Bnbsp=3D3D3B&lt=3D3BA href=3D3D3=
> >D"http://modula3.=3D
> >> >elegosoft.com/cm3/uploaded-archives" targ=3D3D<BR>&gt=3D3B &gt=3D3Bet=3D=
> >3D3D_blank&=3D
> >> >gt=3D3B&lt=3D3BFONT color=3D3D3D#0068cf&gt=3D3Bhttp://modula3.elegosoft.=
> >com/cm3/upl=3D
> >> >oaded=3D3D<BR>&gt=3D3B &gt=3D3B-archives&lt=3D3B/FONT&gt=3D3B&lt=3D3B/A&=
> >gt=3D3B&lt=3D3BBR&g=3D
> >> >t=3D3B<BR>&gt=3D3B &gt=3D3B?&lt=3D3BBR&gt=3D3B<BR>&gt=3D3B &gt=3D3B&amp=
> >=3D3Bnbsp=3D3D3B&lt=3D3B=3D
> >> >BR&gt=3D3B<BR>&gt=3D3B &gt=3D3BI can make another later this week.&lt=3D=
> >3BBR&gt=3D3B<=3D
> >> >BR>&gt=3D3B &gt=3D3B&amp=3D3Bnbsp=3D3D3B&lt=3D3BBR&gt=3D3B<BR>&gt=3D3B &=
> >gt=3D3BAll you need=3D
> >> > is a working cm3 on any system.&lt=3D3BBR&gt=3D3B<BR>&gt=3D3B &gt=3D3B&=
> >gt=3D3BFrom t=3D
> >> >here you can build the whole system=3D3D2C targeting any system.&lt=3D3B=
> >BR&gt=3D
> >> >=3D3B<BR>&gt=3D3B &gt=3D3BAs long as that cm3 understands LONGINT and yo=
> >ur target=3D
> >> > system.&lt=3D3BBR&gt=3D3B<BR>&gt=3D3B &gt=3D3BAnd it is easier=3D3D2C b=
> >ut not necess=3D
> >> >ary=3D3D2C if you have Python. :)&lt=3D3BBR&gt=3D3B<BR>&gt=3D3B &gt=3D3B=
> >&amp=3D3Bnbsp=3D
> >> >=3D3D3B&lt=3D3BBR&gt=3D3B<BR>&gt=3D3B &gt=3D3B&amp=3D3Bnbsp=3D3D3B- Jay&=
> >lt=3D3BBR&gt=3D3B&lt=3D
> >> >=3D3BBR&gt=3D3B&amp=3D3Bnbsp=3D3D3B&lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B =
> >Date: Tue=3D3D2C 31 M=3D
> >> >ar 2009 15:43:41 -=3D3D<BR>&gt=3D3B &gt=3D3B0500&lt=3D3BBR&gt=3D3B&amp=
> >=3D3Bgt=3D3D3B From=3D
> >> >: martinbishop at bellsouth.net&lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B To: mik=
> >a at async.ca=3D
> >> >=3D3D<BR>&gt=3D3B &gt=3D3Bltech.edu&lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B =
> >CC: m3devel at elego=3D
> >> >soft.com&lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B Subject: Re: [M3dev=3D3D<BR=
> >>&gt=3D3B &gt=3D
> >> >=3D3Bel] Help finding CM3 compiler for Linux?&lt=3D3BBR&gt=3D3B&amp=3D3B=
> >gt=3D3D3B &lt=3D
> >> >=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B Not sure if t=3D3D<BR>&gt=3D3B &gt=3D3=
> >Bhis helps=3D3D2C b=3D
> >> >ut on my linux system:&lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B &lt=3D3BBR&gt=
> >=3D3B&amp=3D3Bgt=3D
> >> >=3D3D3B Critical Mass Mod=3D3D<BR>&gt=3D3B &gt=3D3Bula-3 version d5.7.0&=
> >lt=3D3BBR&gt=3D
> >> >=3D3B&amp=3D3Bgt=3D3D3B last updated: 2008-03-16&lt=3D3BBR&gt=3D3B&amp=
> >=3D3Bgt=3D3D3B comp=3D
> >> >iled:=3D3D<BR>&gt=3D3B &gt=3D3B 2008-08-14 00:56:14&lt=3D3BBR&gt=3D3B&am=
> >p=3D3Bgt=3D3D3B c=3D
> >> >onfiguration: /usr/local/cm3/bin/cm3.cfg&lt=3D3BBR=3D3D<BR>&gt=3D3B &gt=
> >=3D3B&gt=3D3B&=3D
> >> >amp=3D3Bgt=3D3D3B &lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B Linux thinkpad 2.=
> >6.27-11-generic=3D
> >> > #1 SMP Thu Jan 29 19:24=3D3D<BR>&gt=3D3B &gt=3D3B:39 UTC 2009&lt=3D3BBR=
> >&gt=3D3B&amp=3D
> >> >=3D3Bgt=3D3D3B i686 GNU/Linux&lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B &lt=3D=
> >3BBR&gt=3D3B&amp=3D3B=3D
> >> >gt=3D3D3B &lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B I don=3D3D<BR>&gt=3D3B &g=
> >t=3D3B't have the c=3D
> >> >m3 tarball=3D3D2C but I do have the sources in cm3/ still.&lt=3D3BBR&gt=
> >=3D3B&amp=3D
> >> >=3D3Bgt=3D3D<BR>&gt=3D3B &gt=3D3B=3D3D3B &lt=3D3BBR&gt=3D3B&amp=3D3Bgt=
> >=3D3D3B Mika Nystrom wr=3D
> >> >ote:&lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B &amp=3D3Bgt=3D3D3B Hello everyo=
> >ne=3D3D2C&lt=3D3BBR=3D
> >> >&gt=3D3B&amp=3D3Bg=3D3D<BR>&gt=3D3B &gt=3D3Bt=3D3D3B &amp=3D3Bgt=3D3D3B =
> >&lt=3D3BBR&gt=3D3B&amp=3D
> >> >=3D3Bgt=3D3D3B &amp=3D3Bgt=3D3D3B This is=3D3D2C for me=3D3D2C a most un=
> >fortunate time =3D
> >> >=3D3D<BR>&gt=3D3B &gt=3D3Bfor the CM3 servers to&lt=3D3BBR&gt=3D3B&amp=
> >=3D3Bgt=3D3D3B &amp=3D
> >> >=3D3Bgt=3D3D3B have crashed. I'm teaching a class =3D3D<BR>&gt=3D3B &gt=
> >=3D3Busing Mod=3D
> >> >ula-3=3D3D2C and we need a&lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B &amp=3D3B=
> >gt=3D3D3B compile=3D
> >> >r... here's the una=3D3D<BR>&gt=3D3B &gt=3D3Bme of the system I'm trying=
> > to use:&=3D
> >> >lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B &amp=3D3Bgt=3D3D3B &lt=3D3BBR&gt=3D3=
> >B&amp=3D3Bgt=3D3D3B &am=3D
> >> >p=3D3Bgt=3D3D3B Linu=3D3D<BR>&gt=3D3B &gt=3D3Bx lara 2.6.24ugcs1 #4 SMP =
> >Mon Feb 11 10=3D
> >> >:53:03 PST 2008 i686 GNU/Linux&lt=3D3BBR&gt=3D3B&amp=3D3Bg=3D3D<BR>&gt=
> >=3D3B &gt=3D3Bt=3D
> >> >=3D3D3B &amp=3D3Bgt=3D3D3B &lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B &amp=3D3=
> >Bgt=3D3D3B The most r=3D
> >> >ecent archives I have for Linux are=3D3D<BR>&gt=3D3B &gt=3D3B:&lt=3D3BBR=
> >&gt=3D3B&amp=3D
> >> >=3D3Bgt=3D3D3B &amp=3D3Bgt=3D3D3B &lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B &=
> >amp=3D3Bgt=3D3D3B cm3-m=3D
> >> >in-POSIX-LINUXLIBC6-5.4.0.tgz cm3=3D3D<BR>&gt=3D3B &gt=3D3B-src-all-5.4.=
> >0.tgz &lt=3D
> >> =3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B &amp=3D3Bgt=3D3D3B &lt=3D3BBR&gt=3D3B&a=
> >mp=3D3Bgt=3D3D3B &amp=3D
> >> >=3D3Bgt=3D3D3B And they don't seem =3D3D<BR>&gt=3D3B &gt=3D3Bto work on =
> >this system: =3D
> >> >I can compile a program&lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B &amp=3D3Bgt=
> >=3D3D3B but when=3D
> >> > I=3D3D<BR>&gt=3D3B &gt=3D3B try to run it=3D3D2C it says "Segmentation =
> >fault". Can=3D
> >> > anyone&lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B &amp=3D3Bgt=3D3D3B=3D3D<BR>&=
> >gt=3D3B &gt=3D3B help=3D
> >> >? (My understanding is that I need 5.5.1 or later...)&lt=3D3BBR&gt=3D3B&=
> >amp=3D3Bg=3D
> >> >t=3D3D3B &amp=3D3Bgt=3D3D3B=3D3D<BR>&gt=3D3B &gt=3D3B &lt=3D3BBR&gt=3D3B=
> >&amp=3D3Bgt=3D3D3B &amp=3D
> >> >=3D3Bgt=3D3D3B Mika&lt=3D3BBR&gt=3D3B&amp=3D3Bgt=3D3D3B &amp=3D3Bgt=3D3D=
> >3B &lt=3D3BBR&gt=3D3B&a=3D
> >> >mp=3D3Bgt=3D3D3B &lt=3D3BBR&gt=3D3B&lt=3D3B/body&gt=3D3B<BR>&gt=3D3B &gt=
> >=3D3B&lt=3D3B/html&gt=3D
> >> >=3D3B=3D3D<BR>&gt=3D3B &gt=3D3B<BR>&gt=3D3B &gt=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>
> >&nbsp=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&nbsp=3B$HOME/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/LINUXLIBC6<BR>
> ># *Common and *common in one command<BR>rm&nbsp=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>
> >&nbsp=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>
> >&nbsp=3BThough the archives are meant to work standalone=2C without CVS.<BR=
> >>
> >&nbsp=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>
> >&nbsp=3B<BR>
> >&nbsp=3B- Jay<BR><BR>&nbsp=3B<BR>&gt=3B To: jay.krell at cornell.edu<BR>&gt=3B=
> > CC: m3devel at elegosoft.com<BR>&gt=3B Subject: Re: [M3devel] Help finding CM=
> >3 compiler for Linux? <BR>&gt=3B Date: Tue=2C 31 Mar 2009 22:59:18 -0700<BR=
> >>&gt=3B From: mika at async.caltech.edu<BR>&gt=3B <BR>&gt=3B <BR>&gt=3B Is the=
> >re any documentation for this format beyond what you just<BR>&gt=3B wrote? =
> >Where?<BR>&gt=3B <BR>&gt=3B terpsichore-14: cm3<BR>&gt=3B --- building in .=
> >./LINUXLIBC6 ---<BR>&gt=3B <BR>&gt=3B new source -&gt=3B compiling Main.m3<=
> >BR>&gt=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>&gt=3B =
> ><BR>&gt=3B --procedure-- -line- -file---<BR>&gt=3B GetM3Back 169 /afs/.ugcs=
> >/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/cm3cfg.common<BR>&gt=3B _IsM3B=
> >ackFlagSupported 181 /afs/.ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin=
> >/Unix.common<BR>&gt=3B IsM3BackFlagSupported 193 /afs/.ugcs/user/mika/cm3/c=
> >m3-min-LINUXLIBC6-d5.7.0/bin/Unix.common<BR>&gt=3B GetM3BackFlag 197 /afs/.=
> >ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/Unix.common<BR>&gt=3B m3_b=
> >ackend 62 /afs/.ugcs/user/mika/cm3/cm3-min-LINUXLIBC6-d5.7.0/bin/Unix.commo=
> >n<BR>&gt=3B program -- &lt=3Bbuiltin&gt=3B<BR>&gt=3B 6 /afs/.ugcs.caltech.e=
> >du/user/mika/test/LINUXLIBC6/m3make.args<BR>&gt=3B <BR>&gt=3B <BR>&gt=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>&gt=3B <BR>&gt=3B Jay writes:=
> ><BR>&gt=3B &gt=3B--_777fdc4e-3c29-40b4-a3dd-e6243f796cee_<BR>&gt=3B &gt=3BC=
> >ontent-Type: text/plain=3B charset=3D"iso-8859-1"<BR>&gt=3B &gt=3BContent-T=
> >ransfer-Encoding: quoted-printable<BR>&gt=3B &gt=3B<BR>&gt=3B &gt=3B<BR>&gt=
> >=3B &gt=3BThese archives do have a different format=3D2C yes.<BR>&gt=3B &gt=
> >=3B<BR>&gt=3B &gt=3BBut it isn't a bad format.<BR>&gt=3B &gt=3B<BR>&gt=3B &=
> >gt=3Bcminstall is pretty worthless imho.<BR>&gt=3B &gt=3B<BR>&gt=3B &gt=3BE=
> >xtract=3D2C rename=3D2C set PATH and LD_LIBRARY_PATH.<BR>&gt=3B &gt=3B<BR>&=
> >gt=3B &gt=3B=3D20<BR>&gt=3B &gt=3B<BR>&gt=3B &gt=3B - Jay<BR>&gt=3B &gt=3B<=
> >BR>&gt=3B &gt=3B=3D20<BR>&gt=3B &gt=3B&gt=3B To: jay.krell at cornell.edu<BR>&=
> >gt=3B &gt=3B&gt=3B Subject: Re: [M3devel] Help finding CM3 compiler for Lin=
> >ux?=3D20<BR>&gt=3B &gt=3B&gt=3B Date: Tue=3D2C 31 Mar 2009 15:56:11 -0700<B=
> >R>&gt=3B &gt=3B&gt=3B From: mika at async.caltech.edu<BR>&gt=3B &gt=3B&gt=3B=
> >=3D20<BR>&gt=3B &gt=3B&gt=3B No=3D2C I'm sorry...<BR>&gt=3B &gt=3B&gt=3B=3D=
> >20<BR>&gt=3B &gt=3B&gt=3B the archives do not have the usual format. I'm ex=
> >pecting to unpack<BR>&gt=3B &gt=3B&gt=3B and run "cminstall" and then unpac=
> >k the big source tar on top and=3D20<BR>&gt=3B &gt=3B&gt=3B build that. But=
> > there's no cminstall in the archive on this page.<BR>&gt=3B &gt=3B&gt=3B T=
> >his is "the normal procedure" for installing CM3=3D2C no? It's what<BR>&gt=
> >=3B &gt=3B&gt=3B the instructions say to do=3D2C as well...<BR>&gt=3B &gt=
> >=3B&gt=3B=3D20<BR>&gt=3B &gt=3B&gt=3B And the link from the "Download" page=
> > is broken (to -d5.5.0.tgz).<BR>&gt=3B &gt=3B&gt=3B=3D20<BR>&gt=3B &gt=3B&g=
> >t=3B Mika<BR>&gt=3B &gt=3B&gt=3B=3D20<BR>&gt=3B &gt=3B&gt=3B Jay writes:<BR=
> >>&gt=3B &gt=3B&gt=3B &gt=3B--_806446ae-8d10-4d74-8eea-51aa365e9204_<BR>&gt=
> >=3B &gt=3B&gt=3B &gt=3BContent-Type: text/plain=3D3B charset=3D3D"iso-8859-=
> >1"<BR>&gt=3B &gt=3B&gt=3B &gt=3BContent-Transfer-Encoding: quoted-printable=
> ><BR>&gt=3B &gt=3B&gt=3B &gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3B<BR>&gt=3B &gt=
> >=3B&gt=3B &gt=3B http://modula3.elegosoft.com/cm3/uploaded-archives<BR>&gt=
> >=3B &gt=3B&gt=3B &gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3B?<BR>&gt=3B &gt=3B&gt=
> >=3B &gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3B=3D3D20<BR>&gt=3B &gt=3B&gt=3B &gt=
> >=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3BI can make another later this week.<BR>&gt=
> >=3B &gt=3B&gt=3B &gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3B=3D3D20<BR>&gt=3B &gt=
> >=3B&gt=3B &gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3BAll you need is a working cm3=
> > on any system.<BR>&gt=3B &gt=3B&gt=3B &gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3B=
> >&gt=3BFrom there you can build the whole system=3D3D2C targeting any system=
> >.<BR>&gt=3B &gt=3B&gt=3B &gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3BAs long as tha=
> >t cm3 understands LONGINT and your target system.<BR>&gt=3B &gt=3B&gt=3B &g=
> >t=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3BAnd it is easier=3D3D2C but not necessary=
> >=3D3D2C if you have Python. :)<BR>&gt=3B &gt=3B&gt=3B &gt=3B<BR>&gt=3B &gt=
> >=3B&gt=3B &gt=3B=3D3D20<BR>&gt=3B &gt=3B&gt=3B &gt=3B<BR>&gt=3B &gt=3B&gt=
> >=3B &gt=3B - Jay<BR>&gt=3B &gt=3B&gt=3B &gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=
> >=3B=3D3D20<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B Date: Tue=3D3D2C 31 Mar 2009=
> > 15:43:41 -0500<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B From: martinbishop at bell=
> >south.net<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B To: mika at async.caltech.edu<BR=
> >>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B CC: m3devel at elegosoft.com<BR>&gt=3B &gt=
> >=3B&gt=3B &gt=3B&gt=3B Subject: Re: [M3devel] Help finding CM3 compiler for=
> > Linux?<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B=3D3D20<BR>&gt=3B &gt=3B&gt=3B &=
> >gt=3B&gt=3B Not sure if this helps=3D3D2C but on my linux system:<BR>&gt=3B=
> > &gt=3B&gt=3B &gt=3B&gt=3B=3D3D20<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B Criti=
> >cal Mass Modula-3 version d5.7.0<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B last u=
> >pdated: 2008-03-16<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B compiled: 2008-08-14=
> > 00:56:14<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B configuration: /usr/local/cm3=
> >/bin/cm3.cfg<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B=3D3D20<BR>&gt=3B &gt=3B&gt=
> >=3B &gt=3B&gt=3B Linux thinkpad 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:3=
> >9 UTC 2009<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B i686 GNU/Linux<BR>&gt=3B &gt=
> >=3B&gt=3B &gt=3B&gt=3B=3D3D20<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B=3D3D20<BR=
> >>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B I don't have the cm3 tarball=3D3D2C but I=
> > do have the sources in cm3/ st=3D<BR>&gt=3B &gt=3Bill.<BR>&gt=3B &gt=3B&gt=
> >=3B &gt=3B&gt=3B=3D3D20<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B Mika Nystrom wr=
> >ote:<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B Hello everyone=3D3D2C<BR>&g=
> >t=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B=3D3D20<BR>&gt=3B &gt=3B&gt=3B &gt=3B&=
> >gt=3B &gt=3B This is=3D3D2C for me=3D3D2C a most unfortunate time for the C=
> >M3 servers=3D<BR>&gt=3B &gt=3B to<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=
> >=3B have crashed. I'm teaching a class using Modula-3=3D3D2C and we need a<=
> >BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B compiler... here's the uname of =
> >the system I'm trying to use:<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B=3D=
> >3D20<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B Linux lara 2.6.24ugcs1 #4 S=
> >MP Mon Feb 11 10:53:03 PST 2008 i686 GNU/=3D<BR>&gt=3B &gt=3BLin=3D3D<BR>&g=
> >t=3B &gt=3B&gt=3B &gt=3Bux<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B=3D3D2=
> >0<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B The most recent archives I hav=
> >e for Linux are:<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B=3D3D20<BR>&gt=
> >=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B cm3-min-POSIX-LINUXLIBC6-5.4.0.tgz cm3=
> >-src-all-5.4.0.tgz=3D3D20<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B=3D3D20=
> ><BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B And they don't seem to work on =
> >this system: I can compile a program<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &g=
> >t=3B but when I try to run it=3D3D2C it says "Segmentation fault". Can anyo=
> >=3D<BR>&gt=3B &gt=3Bne<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B help? (My=
> > understanding is that I need 5.5.1 or later...)<BR>&gt=3B &gt=3B&gt=3B &gt=
> >=3B&gt=3B &gt=3B=3D3D20<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B Mika<BR>=
> >&gt=3B &gt=3B&gt=3B &gt=3B&gt=3B &gt=3B=3D3D20<BR>&gt=3B &gt=3B&gt=3B &gt=
> >=3B&gt=3B=3D3D20<BR>&gt=3B &gt=3B&gt=3B &gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=
> >=3B--_806446ae-8d10-4d74-8eea-51aa365e9204_<BR>&gt=3B &gt=3B&gt=3B &gt=3BCo=
> >ntent-Type: text/html=3D3B charset=3D3D"iso-8859-1"<BR>&gt=3B &gt=3B&gt=3B =
> >&gt=3BContent-Transfer-Encoding: quoted-printable<BR>&gt=3B &gt=3B&gt=3B &g=
> >t=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3B&lt=3Bhtml&gt=3B<BR>&gt=3B &gt=3B&gt=3B &=
> >gt=3B&lt=3Bhead&gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3B&lt=3Bstyle&gt=3B<BR>&gt=
> >=3B &gt=3B&gt=3B &gt=3B.hmmessage P<BR>&gt=3B &gt=3B&gt=3B &gt=3B{<BR>&gt=
> >=3B &gt=3B&gt=3B &gt=3Bmargin:0px=3D3D3B<BR>&gt=3B &gt=3B&gt=3B &gt=3Bpaddi=
> >ng:0px<BR>&gt=3B &gt=3B&gt=3B &gt=3B}<BR>&gt=3B &gt=3B&gt=3B &gt=3Bbody.hmm=
> >essage<BR>&gt=3B &gt=3B&gt=3B &gt=3B{<BR>&gt=3B &gt=3B&gt=3B &gt=3Bfont-siz=
> e: 10pt=3D3D3B<BR>&gt=3B &gt=3B&gt=3B &gt=3Bfont-family:Verdana<BR>&gt=3B &=
> >gt=3B&gt=3B &gt=3B}<BR>&gt=3B &gt=3B&gt=3B &gt=3B&lt=3B/style&gt=3B<BR>&gt=
> >=3B &gt=3B&gt=3B &gt=3B&lt=3B/head&gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3B&lt=
> >=3Bbody class=3D3D3D'hmmessage'&gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3B&amp=3Bn=
> >bsp=3D3D3B&lt=3BA href=3D3D3D"http://modula3.elegosoft.com/cm3/uploaded-arc=
> >hive=3D<BR>&gt=3B &gt=3Bs" targ=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3Bet=3D3D3D=
> >_blank&gt=3B&lt=3BFONT color=3D3D3D#0068cf&gt=3Bhttp://modula3.elegosoft.co=
> >m/cm3/u=3D<BR>&gt=3B &gt=3Bploaded=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3B-archi=
> >ves&lt=3B/FONT&gt=3B&lt=3B/A&gt=3B&lt=3BBR&gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=
> >=3B?&lt=3BBR&gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3B&amp=3Bnbsp=3D3D3B&lt=3BBR&=
> >gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3BI can make another later this week.&lt=
> >=3BBR&gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3B&amp=3Bnbsp=3D3D3B&lt=3BBR&gt=3B<B=
> >R>&gt=3B &gt=3B&gt=3B &gt=3BAll you need is a working cm3 on any system.&lt=
> >=3BBR&gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3B&gt=3BFrom there you can build the=
> > whole system=3D3D2C targeting any system.&lt=3BBR=3D<BR>&gt=3B &gt=3B&gt=
> >=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3BAs long as that cm3 understands LONGINT an=
> >d your target system.&lt=3BBR&gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=3BAnd it is =
> >easier=3D3D2C but not necessary=3D3D2C if you have Python. :)&lt=3BBR&gt=3B=
> ><BR>&gt=3B &gt=3B&gt=3B &gt=3B&amp=3Bnbsp=3D3D3B&lt=3BBR&gt=3B<BR>&gt=3B &g=
> >t=3B&gt=3B &gt=3B&amp=3Bnbsp=3D3D3B- Jay&lt=3BBR&gt=3B&lt=3BBR&gt=3B&amp=3B=
> >nbsp=3D3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3D3B Date: Tue=3D3D2C 31 Mar 2009=3D<B=
> >R>&gt=3B &gt=3B 15:43:41 -=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3B0500&lt=3BBR&g=
> >t=3B&amp=3Bgt=3D3D3B From: martinbishop at bellsouth.net&lt=3BBR&gt=3B&amp=3Bg=
> >t=3D3D3B To: mika at a=3D<BR>&gt=3B &gt=3Bsync.ca=3D3D<BR>&gt=3B &gt=3B&gt=3B =
> >&gt=3Bltech.edu&lt=3BBR&gt=3B&amp=3Bgt=3D3D3B CC: m3devel at elegosoft.com&lt=
> >=3BBR&gt=3B&amp=3Bgt=3D3D3B Subject: Re:=3D<BR>&gt=3B &gt=3B [M3dev=3D3D<BR=
> >>&gt=3B &gt=3B&gt=3B &gt=3Bel] Help finding CM3 compiler for Linux?&lt=3BBR=
> >&gt=3B&amp=3Bgt=3D3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3D3B Not su=3D<BR>&gt=3B &=
> >gt=3Bre if t=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3Bhis helps=3D3D2C but on my l=
> >inux system:&lt=3BBR&gt=3B&amp=3Bgt=3D3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3D3B C=
> >ritical=3D<BR>&gt=3B &gt=3B Mass Mod=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3Bula-=
> >3 version d5.7.0&lt=3BBR&gt=3B&amp=3Bgt=3D3D3B last updated: 2008-03-16&lt=
> >=3BBR&gt=3B&amp=3Bgt=3D3D3B co=3D<BR>&gt=3B &gt=3Bmpiled:=3D3D<BR>&gt=3B &g=
> >t=3B&gt=3B &gt=3B 2008-08-14 00:56:14&lt=3BBR&gt=3B&amp=3Bgt=3D3D3B configu=
> >ration: /usr/local/cm3/bin/cm3.c=3D<BR>&gt=3B &gt=3Bfg&lt=3BBR=3D3D<BR>&gt=
> >=3B &gt=3B&gt=3B &gt=3B&gt=3B&amp=3Bgt=3D3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3D3=
> >B Linux thinkpad 2.6.27-11-generic #1 SMP Thu Jan 2=3D<BR>&gt=3B &gt=3B9 19=
> >:24=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3B:39 UTC 2009&lt=3BBR&gt=3B&amp=3Bgt=
> >=3D3D3B i686 GNU/Linux&lt=3BBR&gt=3B&amp=3Bgt=3D3D3B &lt=3BBR&gt=3B&amp=3Bg=
> >t=3D3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D<BR>&gt=3B &gt=3B=3D3D3B I don=3D3D<BR>&=
> >gt=3B &gt=3B&gt=3B &gt=3B't have the cm3 tarball=3D3D2C but I do have the s=
> >ources in cm3/ still.&lt=3BBR=3D<BR>&gt=3B &gt=3B&gt=3B&amp=3Bgt=3D3D<BR>&g=
> >t=3B &gt=3B&gt=3B &gt=3B=3D3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3D3B Mika Nystrom=
> > wrote:&lt=3BBR&gt=3B&amp=3Bgt=3D3D3B &amp=3Bgt=3D3D3B Hello everyo=3D<BR>&=
> >gt=3B &gt=3Bne=3D3D2C&lt=3BBR&gt=3B&amp=3Bg=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=
> >=3Bt=3D3D3B &amp=3Bgt=3D3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3D3B &amp=3Bgt=3D3D3=
> >B This is=3D3D2C for me=3D3D2C a most un=3D<BR>&gt=3B &gt=3Bfortunate time =
> >=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3Bfor the CM3 servers to&lt=3BBR&gt=3B&amp=
> >=3Bgt=3D3D3B &amp=3Bgt=3D3D3B have crashed. I'm teaching a=3D<BR>&gt=3B &gt=
> >=3B class =3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3Busing Modula-3=3D3D2C and we n=
> >eed a&lt=3BBR&gt=3B&amp=3Bgt=3D3D3B &amp=3Bgt=3D3D3B compiler... here'=3D<B=
> >R>&gt=3B &gt=3Bs the una=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3Bme of the system=
> > I'm trying to use:&lt=3BBR&gt=3B&amp=3Bgt=3D3D3B &amp=3Bgt=3D3D3B &lt=3BBR=
> >&gt=3B&amp=3Bgt=3D3D3B &amp=3Bg=3D<BR>&gt=3B &gt=3Bt=3D3D3B Linu=3D3D<BR>&g=
> >t=3B &gt=3B&gt=3B &gt=3Bx lara 2.6.24ugcs1 #4 SMP Mon Feb 11 10:53:03 PST 2=
> >008 i686 GNU/Linux&lt=3BBR=3D<BR>&gt=3B &gt=3B&gt=3B&amp=3Bg=3D3D<BR>&gt=3B=
> > &gt=3B&gt=3B &gt=3Bt=3D3D3B &amp=3Bgt=3D3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3D3=
> >B &amp=3Bgt=3D3D3B The most recent archives I have fo=3D<BR>&gt=3B &gt=3Br =
> >Linux are=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3B:&lt=3BBR&gt=3B&amp=3Bgt=3D3D3B=
> > &amp=3Bgt=3D3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3D3B &amp=3Bgt=3D3D3B cm3-min-P=
> OSIX-LINUXLIBC6-5.=3D<BR>&gt=3B &gt=3B4.0.tgz cm3=3D3D<BR>&gt=3B &gt=3B&gt=
> >=3B &gt=3B-src-all-5.4.0.tgz &lt=3BBR&gt=3B&amp=3Bgt=3D3D3B &amp=3Bgt=3D3D3=
> >B &lt=3BBR&gt=3B&amp=3Bgt=3D3D3B &amp=3Bgt=3D3D3B And they =3D<BR>&gt=3B &g=
> >t=3Bdon't seem =3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3Bto work on this system: I=
> > can compile a program&lt=3BBR&gt=3B&amp=3Bgt=3D3D3B &amp=3Bgt=3D3D3B but=
> >=3D<BR>&gt=3B &gt=3B when I=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3B try to run i=
> >t=3D3D2C it says "Segmentation fault". Can anyone&lt=3BBR&gt=3B&amp=3Bgt=3D=
> >3D3B=3D<BR>&gt=3B &gt=3B &amp=3Bgt=3D3D3B=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=
> >=3B help? (My understanding is that I need 5.5.1 or later...)&lt=3BBR&gt=3B=
> >&amp=3Bgt=3D3D3B &amp=3B=3D<BR>&gt=3B &gt=3Bgt=3D3D3B=3D3D<BR>&gt=3B &gt=3B=
> >&gt=3B &gt=3B &lt=3BBR&gt=3B&amp=3Bgt=3D3D3B &amp=3Bgt=3D3D3B Mika&lt=3BBR&=
> >gt=3B&amp=3Bgt=3D3D3B &amp=3Bgt=3D3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3D3B &lt=
> >=3BBR&gt=3B&lt=3B/body=3D<BR>&gt=3B &gt=3B&gt=3B<BR>&gt=3B &gt=3B&gt=3B &gt=
> >=3B&lt=3B/html&gt=3B=3D3D<BR>&gt=3B &gt=3B&gt=3B &gt=3B<BR>&gt=3B &gt=3B&gt=
> >=3B &gt=3B--_806446ae-8d10-4d74-8eea-51aa365e9204_--<BR>&gt=3B &gt=3B<BR>&g=
> >t=3B &gt=3B--_777fdc4e-3c29-40b4-a3dd-e6243f796cee_<BR>&gt=3B &gt=3BContent=
> >-Type: text/html=3B charset=3D"iso-8859-1"<BR>&gt=3B &gt=3BContent-Transfer=
> >-Encoding: quoted-printable<BR>&gt=3B &gt=3B<BR>&gt=3B &gt=3B&lt=3Bhtml&gt=
> >=3B<BR>&gt=3B &gt=3B&lt=3Bhead&gt=3B<BR>&gt=3B &gt=3B&lt=3Bstyle&gt=3B<BR>&=
> >gt=3B &gt=3B.hmmessage P<BR>&gt=3B &gt=3B{<BR>&gt=3B &gt=3Bmargin:0px=3D3B<=
> >BR>&gt=3B &gt=3Bpadding:0px<BR>&gt=3B &gt=3B}<BR>&gt=3B &gt=3Bbody.hmmessag=
> >e<BR>&gt=3B &gt=3B{<BR>&gt=3B &gt=3Bfont-size: 10pt=3D3B<BR>&gt=3B &gt=3Bfo=
> >nt-family:Verdana<BR>&gt=3B &gt=3B}<BR>&gt=3B &gt=3B&lt=3B/style&gt=3B<BR>&=
> >gt=3B &gt=3B&lt=3B/head&gt=3B<BR>&gt=3B &gt=3B&lt=3Bbody class=3D3D'hmmessa=
> >ge'&gt=3B<BR>&gt=3B &gt=3BThese archives do have a different format=3D2C ye=
> >s.&lt=3BBR&gt=3B<BR>&gt=3B &gt=3BBut it isn't a bad format.&lt=3BBR&gt=3B<B=
> >R>&gt=3B &gt=3Bcminstall is pretty worthless imho.&lt=3BBR&gt=3B<BR>&gt=3B =
> >&gt=3BExtract=3D2C rename=3D2C set PATH and LD_LIBRARY_PATH.&lt=3BBR&gt=3B<=
> >BR>&gt=3B &gt=3B&amp=3Bnbsp=3D3B&lt=3BBR&gt=3B<BR>&gt=3B &gt=3B&amp=3Bnbsp=
> >=3D3B- Jay&lt=3BBR&gt=3B&lt=3BBR&gt=3B&amp=3Bnbsp=3D3B&lt=3BBR&gt=3B&amp=3B=
> >gt=3D3B To: jay.krell at cornell.edu&lt=3BBR&gt=3B&amp=3Bgt=3D3B=3D<BR>&gt=3B =
> >&gt=3B Subject: Re: [M3devel] Help finding CM3 compiler for Linux? &lt=3BBR=
> >&gt=3B&amp=3Bgt=3D3B Dat=3D<BR>&gt=3B &gt=3Be: Tue=3D2C 31 Mar 2009 15:56:1=
> >1 -0700&lt=3BBR&gt=3B&amp=3Bgt=3D3B From: mika at async.caltech.edu=3D<BR>&gt=
> >=3B &gt=3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3B No=3D2C=
> > I'm sorry...&lt=3BBR&gt=3B&amp=3Bgt=3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3B the =
> >archives =3D<BR>&gt=3B &gt=3Bdo not have the usual format. I'm expecting to=
> > unpack&lt=3BBR&gt=3B&amp=3Bgt=3D3B and run "cm=3D<BR>&gt=3B &gt=3Binstall"=
> > and then unpack the big source tar on top and &lt=3BBR&gt=3B&amp=3Bgt=3D3B=
> > build tha=3D<BR>&gt=3B &gt=3Bt. But there's no cminstall in the archive on=
> > this page.&lt=3BBR&gt=3B&amp=3Bgt=3D3B This is =3D<BR>&gt=3B &gt=3B"the no=
> >rmal procedure" for installing CM3=3D2C no? It's what&lt=3BBR&gt=3B&amp=3Bg=
> >t=3D3B the in=3D<BR>&gt=3B &gt=3Bstructions say to do=3D2C as well...&lt=3B=
> >BR&gt=3B&amp=3Bgt=3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3B And the link from t=3D<=
> >BR>&gt=3B &gt=3Bhe "Download" page is broken (to -d5.5.0.tgz).&lt=3BBR&gt=
> >=3B&amp=3Bgt=3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3B Mika&lt=3BBR=3D<BR>&gt=3B &g=
> >t=3B&gt=3B&amp=3Bgt=3D3B &lt=3BBR&gt=3B&amp=3Bgt=3D3B Jay writes:&lt=3BBR&g=
> >t=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B--_806446ae-8d10-4d74-8eea-5=3D<BR>&gt=3B =
> >&gt=3B1aa365e9204_&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3BContent-Type: =
> >text/plain=3D3B charset=3D3D"iso-885=3D<BR>&gt=3B &gt=3B9-1"&lt=3BBR&gt=3B&=
> >amp=3Bgt=3D3B &amp=3Bgt=3D3BContent-Transfer-Encoding: quoted-printable&lt=
> >=3BBR&gt=3B&amp=3Bgt=3D3B =3D<BR>&gt=3B &gt=3B&amp=3Bgt=3D3B&lt=3BBR&gt=3B&=
> >amp=3Bgt=3D3B &amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B htt=
> >p://modula3.elegosoft.com/cm3/u=3D<BR>&gt=3B &gt=3Bploaded-archives&lt=3BBR=
> >&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=
> >=3D3B?&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D=
> ><BR>&gt=3B &gt=3B=3D3B &amp=3Bgt=3D3B=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=3D3B &a=
> >mp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3BI can make another l=
> >ater t=3D<BR>&gt=3B &gt=3Bhis week.&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=
> >=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B=3D3D20&lt=3BBR&gt=3B&amp=
> >=3Bgt=3D3B &amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B=3D<BR>&gt=3B &gt=3B &=
> >amp=3Bgt=3D3BAll you need is a working cm3 on any system.&lt=3BBR&gt=3B&amp=
> >=3Bgt=3D3B &amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D<BR>&gt=3B &gt=3B=3D3B &=
> >amp=3Bgt=3D3B&amp=3Bgt=3D3BFrom there you can build the whole system=3D3D2C=
> > targeting an=3D<BR>&gt=3B &gt=3By system.&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=
> >=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3BAs long as that cm3 un=
> >derstands =3D<BR>&gt=3B &gt=3BLONGINT and your target system.&lt=3BBR&gt=3B=
> >&amp=3Bgt=3D3B &amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3BAnd=
> > it is =3D<BR>&gt=3B &gt=3Beasier=3D3D2C but not necessary=3D3D2C if you ha=
> >ve Python. :)&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&lt=3B=3D<BR>&gt=3B=
> > &gt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=
> >=3D3B &amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B - Jay&lt=3B=
> >BR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D<BR>&gt=3B &gt=3B=3D3B&lt=3BBR&gt=3B&amp=
> >=3Bgt=3D3B &amp=3Bgt=3D3B=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B=
> >&amp=3Bgt=3D3B Date: Tue=3D3D2C 31 Mar 2009=3D<BR>&gt=3B &gt=3B 15:43:41 -0=
> >500&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B From: martinbi=
> >shop at bellsouth.net&lt=3BBR&gt=3B=3D<BR>&gt=3B &gt=3B&amp=3Bgt=3D3B &amp=3Bg=
> >t=3D3B&amp=3Bgt=3D3B To: mika at async.caltech.edu&lt=3BBR&gt=3B&amp=3Bgt=3D3B=
> > &amp=3Bgt=3D3B&amp=3Bgt=3D3B CC: m=3D<BR>&gt=3B &gt=3B3devel at elegosoft.com=
> >&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B Subject: Re: [M3d=
> >evel] Help fin=3D<BR>&gt=3B &gt=3Bding CM3 compiler for Linux?&lt=3BBR&gt=
> >=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B=3D3D20&lt=3BBR&gt=3B&amp=3Bg=
> >t=3D3B &amp=3Bgt=3D3B&amp=3Bg=3D<BR>&gt=3B &gt=3Bt=3D3B Not sure if this he=
> >lps=3D3D2C but on my linux system:&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D=
> >3B&amp=3Bg=3D<BR>&gt=3B &gt=3Bt=3D3B=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=3D3B &am=
> >p=3Bgt=3D3B&amp=3Bgt=3D3B Critical Mass Modula-3 version d5.7.0&lt=3BBR&gt=
> >=3B&amp=3B=3D<BR>&gt=3B &gt=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B last upd=
> >ated: 2008-03-16&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B c=
> >ompiled=3D<BR>&gt=3B &gt=3B: 2008-08-14 00:56:14&lt=3BBR&gt=3B&amp=3Bgt=3D3=
> >B &amp=3Bgt=3D3B&amp=3Bgt=3D3B configuration: /usr/local/cm3/=3D<BR>&gt=3B =
> >&gt=3Bbin/cm3.cfg&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B=
> >=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B Linux thin=
> >kp=3D<BR>&gt=3B &gt=3Bad 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2=
> >009&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bg=3D<BR>&gt=3B &gt=3Bt=
> >=3D3B i686 GNU/Linux&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D=
> >3B=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B=3D3D20=
> >=3D<BR>&gt=3B &gt=3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D=
> >3B I don't have the cm3 tarball=3D3D2C but I do have the=3D<BR>&gt=3B &gt=
> >=3B sources in cm3/ still.&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=
> >=3Bgt=3D3B=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B =
> >=3D<BR>&gt=3B &gt=3BMika Nystrom wrote:&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3B=
> >gt=3D3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B Hello everyone=3D3D2C&lt=3BBR&gt=3B&am=
> >p=3Bg=3D<BR>&gt=3B &gt=3Bt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B=
> >=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B &amp=3Bgt=
> >=3D3B This is=3D3D2C fo=3D<BR>&gt=3B &gt=3Br me=3D3D2C a most unfortunate t=
> >ime for the CM3 servers to&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=
> >=3Bg=3D<BR>&gt=3B &gt=3Bt=3D3B &amp=3Bgt=3D3B have crashed. I'm teaching a =
> >class using Modula-3=3D3D2C and we n=3D<BR>&gt=3B &gt=3Beed a&lt=3BBR&gt=3B=
> >&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B compiler... here=
> >'s the uname of the sys=3D<BR>&gt=3B &gt=3Btem I'm trying to use:&lt=3BBR&g=
> >t=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B=3D3D20&lt=3B=
> >BR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3B=3D<BR>&gt=3B &gt=3Bgt=3D3B &am=
> >p=3Bgt=3D3B Linux lara 2.6.24ugcs1 #4 SMP Mon Feb 11 10:53:03 PST 2008 i68=
> >=3D<BR>&gt=3B &gt=3B6 GNU/Lin=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D=
> >3Bux&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B &amp=3Bgt=3D3=
> >B=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=3D<BR>&gt=3B &gt=3B=3D3B &amp=3Bgt=3D3B&amp=
> >=3Bgt=3D3B &amp=3Bgt=3D3B The most recent archives I have for Linux are:&lt=
> >=3BBR&gt=3B&amp=3B=3D<BR>&gt=3B &gt=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B =
> >&amp=3Bgt=3D3B=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=
> >=3D3B &amp=3Bgt=3D3B cm3-min-POSIX-=3D<BR>&gt=3B &gt=3BLINUXLIBC6-5.4.0.tgz=
> > cm3-src-all-5.4.0.tgz=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&am=
> >p=3Bgt=3D3B &amp=3Bgt=3D<BR>&gt=3B &gt=3B=3D3B=3D3D20&lt=3BBR&gt=3B&amp=3Bg=
> >t=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B And they don't seem to w=
> >ork on this =3D<BR>&gt=3B &gt=3Bsystem: I can compile a program&lt=3BBR&gt=
> >=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B but when I tr=
> >=3D<BR>&gt=3B &gt=3By to run it=3D3D2C it says "Segmentation fault". Can an=
> >yone&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3B=3D<BR>&gt=3B &gt=3Bg=
> >t=3D3B &amp=3Bgt=3D3B help? (My understanding is that I need 5.5.1 or later=
> >...)&lt=3BBR&gt=3B&amp=3B=3D<BR>&gt=3B &gt=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bg=
> >t=3D3B &amp=3Bgt=3D3B=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=
> >=3Bgt=3D3B &amp=3Bgt=3D3B Mika&lt=3BBR&gt=3B&amp=3Bgt=3D3B=3D<BR>&gt=3B &gt=
> >=3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B=3D3D20&lt=3BBR&gt=3B&amp=3B=
> >gt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B=3D3D20&lt=3BBR&gt=3B&amp=3Bgt=3D3B &am=
> >p=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3B=3D<BR>&gt=3B &gt=3Bgt=3D3B &amp=3Bgt=3D3B-=
> >-_806446ae-8d10-4d74-8eea-51aa365e9204_&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3B=
> >gt=3D3BConten=3D<BR>&gt=3B &gt=3Bt-Type: text/html=3D3B charset=3D3D"iso-88=
> >59-1"&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3BContent-Transfe=3D<BR>&gt=
> >=3B &gt=3Br-Encoding: quoted-printable&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bg=
> >t=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Blt=3D3Bhtml&amp=3Bg=
> >t=3D<BR>&gt=3B &gt=3B=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=
> >=3Blt=3D3Bhead&amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=
> >=3Blt=3D3Bstyle&amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3B=3D<BR>&gt=3B &gt=3Bgt=3D=
> >3B &amp=3Bgt=3D3B.hmmessage P&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B{&l=
> >t=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bmargin:0px=3D3D3B&lt=3B=3D<BR>&gt=
> >=3B &gt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bpadding:0px&lt=3BBR&gt=3B&am=
> >p=3Bgt=3D3B &amp=3Bgt=3D3B}&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bbody.=
> >hmmessag=3D<BR>&gt=3B &gt=3Be&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B{&l=
> >t=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bfont-size: 10pt=3D3D3B&lt=3BBR&gt=
> >=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bfo=3D<BR>&gt=3B &gt=3Bnt-family:Verdana&lt=
> >=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B}&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=
> >=3Bgt=3D3B&amp=3Blt=3D3B/style&amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3B=3D<BR>&gt=
> >=3B &gt=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Blt=3D3B/head&amp=3Bgt=3D3B&lt=3BBR&g=
> >t=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Blt=3D3Bbody class=3D3D3D'hmmessa=3D=
> ><BR>&gt=3B &gt=3Bge'&amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D=
> >3B&amp=3Bamp=3D3Bnbsp=3D3D3B&amp=3Blt=3D3BA href=3D3D3D"http://modula3.=3D<=
> >BR>&gt=3B &gt=3Belegosoft.com/cm3/uploaded-archives" targ=3D3D&lt=3BBR&gt=
> >=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bet=3D3D3D_blank&amp=3B=3D<BR>&gt=3B &gt=3Bg=
> >t=3D3B&amp=3Blt=3D3BFONT color=3D3D3D#0068cf&amp=3Bgt=3D3Bhttp://modula3.el=
> >egosoft.com/cm3/upl=3D<BR>&gt=3B &gt=3Boaded=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D=
> >3B &amp=3Bgt=3D3B-archives&amp=3Blt=3D3B/FONT&amp=3Bgt=3D3B&amp=3Blt=3D3B/A=
> >&amp=3Bgt=3D3B&amp=3Blt=3D3BBR&amp=3Bg=3D<BR>&gt=3B &gt=3Bt=3D3B&lt=3BBR&gt=
> >=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B?&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&lt=3BBR&gt=
> >=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bamp=3D3Bnbsp=3D3D3B&amp=3Blt=3D3B=3D=
> ><BR>&gt=3B &gt=3BBR&amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3=
> >BI can make another later this week.&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&lt=3B=3D=
> ><BR>&gt=3B &gt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bamp=3D3Bnbsp=
> >=3D3D3B&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=
> >=3D3BAll you need=3D<BR>&gt=3B &gt=3B is a working cm3 on any system.&amp=
> >=3Blt=3D3BBR&amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=
> >=3Bgt=3D3BFrom t=3D<BR>&gt=3B &gt=3Bhere you can build the whole system=3D3=
> >D2C targeting any system.&amp=3Blt=3D3BBR&amp=3Bgt=3D<BR>&gt=3B &gt=3B=3D3B=
> >&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3BAs long as that cm3 understands =
> >LONGINT and your target=3D<BR>&gt=3B &gt=3B system.&amp=3Blt=3D3BBR&amp=3Bg=
> >t=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3BAnd it is easier=3D3D2C bu=
> >t not necess=3D<BR>&gt=3B &gt=3Bary=3D3D2C if you have Python. :)&amp=3Blt=
> >=3D3BBR&amp=3Bgt=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bamp=
> >=3D3Bnbsp=3D<BR>&gt=3B &gt=3B=3D3D3B&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&lt=3BBR&=
> >gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bamp=3D3Bnbsp=3D3D3B- Jay&amp=3Blt=
> >=3D3BBR&amp=3Bgt=3D3B&amp=3Blt=3D<BR>&gt=3B &gt=3B=3D3BBR&amp=3Bgt=3D3B&amp=
> >=3Bamp=3D3Bnbsp=3D3D3B&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3=
> >B Date: Tue=3D3D2C 31 M=3D<BR>&gt=3B &gt=3Bar 2009 15:43:41 -=3D3D&lt=3BBR&=
> >gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B0500&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3B=
> >amp=3D3Bgt=3D3D3B From=3D<BR>&gt=3B &gt=3B: martinbishop at bellsouth.net&amp=
> >=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B To: mika at async.ca=3D<BR>=
> >&gt=3B &gt=3B=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bltech.edu&amp=
> >=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B CC: m3devel at elego=3D<BR>=
> >&gt=3B &gt=3Bsoft.com&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B=
> > Subject: Re: [M3dev=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D<BR>&gt=
> >=3B &gt=3B=3D3Bel] Help finding CM3 compiler for Linux?&amp=3Blt=3D3BBR&amp=
> >=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B &amp=3Blt=3D<BR>&gt=3B &gt=3B=3D3BBR&amp=
> >=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B Not sure if t=3D3D&lt=3BBR&gt=3B&amp=3Bg=
> >t=3D3B &amp=3Bgt=3D3Bhis helps=3D3D2C b=3D<BR>&gt=3B &gt=3But on my linux s=
> >ystem:&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B &amp=3Blt=3D3B=
> >BR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D<BR>&gt=3B &gt=3B=3D3D3B Critical Mass =
> >Mod=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bula-3 version d5.7.0&amp=
> >=3Blt=3D3BBR&amp=3Bgt=3D<BR>&gt=3B &gt=3B=3D3B&amp=3Bamp=3D3Bgt=3D3D3B last=
> > updated: 2008-03-16&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B =
> >comp=3D<BR>&gt=3B &gt=3Biled:=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D=
> >3B 2008-08-14 00:56:14&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3=
> >B c=3D<BR>&gt=3B &gt=3Bonfiguration: /usr/local/cm3/bin/cm3.cfg&amp=3Blt=3D=
> >3BBR=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Bgt=3D3B&amp=3B=
> >=3D<BR>&gt=3B &gt=3Bamp=3D3Bgt=3D3D3B &amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3B=
> >amp=3D3Bgt=3D3D3B Linux thinkpad 2.6.27-11-generic=3D<BR>&gt=3B &gt=3B #1 S=
> >MP Thu Jan 29 19:24=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B:39 UTC =
> >2009&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D<BR>&gt=3B &gt=3B=3D3Bgt=3D3=
> >D3B i686 GNU/Linux&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B &a=
> >mp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3B=3D<BR>&gt=3B &gt=3Bgt=3D3D3B &a=
> >mp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B I don=3D3D&lt=3BBR&gt=
> >=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B't have the c=3D<BR>&gt=3B &gt=3Bm3 tarball=
> >=3D3D2C but I do have the sources in cm3/ still.&amp=3Blt=3D3BBR&amp=3Bgt=
> >=3D3B&amp=3Bamp=3D<BR>&gt=3B &gt=3B=3D3Bgt=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B=
> > &amp=3Bgt=3D3B=3D3D3B &amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D=
> >3B Mika Nystrom wr=3D<BR>&gt=3B &gt=3Bote:&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&am=
> >p=3Bamp=3D3Bgt=3D3D3B &amp=3Bamp=3D3Bgt=3D3D3B Hello everyone=3D3D2C&amp=3B=
> >lt=3D3BBR=3D<BR>&gt=3B &gt=3B&amp=3Bgt=3D3B&amp=3Bamp=3D3Bg=3D3D&lt=3BBR&gt=
> >=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bt=3D3D3B &amp=3Bamp=3D3Bgt=3D3D3B &amp=3Blt=
> >=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D<BR>&gt=3B &gt=3B=3D3Bgt=3D3D3B &amp=3Bam=
> >p=3D3Bgt=3D3D3B This is=3D3D2C for me=3D3D2C a most unfortunate time =3D<BR=
> >>&gt=3B &gt=3B=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bfor the CM3 s=
> >ervers to&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B &amp=3Bamp=
> >=3D<BR>&gt=3B &gt=3B=3D3Bgt=3D3D3B have crashed. I'm teaching a class =3D3D=
> >&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Busing Mod=3D<BR>&gt=3B &gt=3Bula=
> >-3=3D3D2C and we need a&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D=
> >3B &amp=3Bamp=3D3Bgt=3D3D3B compile=3D<BR>&gt=3B &gt=3Br... here's the una=
> >=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bme of the system I'm trying=
> > to use:&amp=3B=3D<BR>&gt=3B &gt=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=
> >=3D3D3B &amp=3Bamp=3D3Bgt=3D3D3B &amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=
> >=3D3Bgt=3D3D3B &amp=3Bam=3D<BR>&gt=3B &gt=3Bp=3D3Bgt=3D3D3B Linu=3D3D&lt=3B=
> >BR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bx lara 2.6.24ugcs1 #4 SMP Mon Feb 11 1=
> >0=3D<BR>&gt=3B &gt=3B:53:03 PST 2008 i686 GNU/Linux&amp=3Blt=3D3BBR&amp=3Bg=
> >t=3D3B&amp=3Bamp=3D3Bg=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bt=3D<=
> >BR>&gt=3B &gt=3B=3D3D3B &amp=3Bamp=3D3Bgt=3D3D3B &amp=3Blt=3D3BBR&amp=3Bgt=
> >=3D3B&amp=3Bamp=3D3Bgt=3D3D3B &amp=3Bamp=3D3Bgt=3D3D3B The most r=3D<BR>&gt=
> >=3B &gt=3Becent archives I have for Linux are=3D3D&lt=3BBR&gt=3B&amp=3Bgt=
> >=3D3B &amp=3Bgt=3D3B:&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D<BR>&gt=3B =
> >&gt=3B=3D3Bgt=3D3D3B &amp=3Bamp=3D3Bgt=3D3D3B &amp=3Blt=3D3BBR&amp=3Bgt=3D3=
> >B&amp=3Bamp=3D3Bgt=3D3D3B &amp=3Bamp=3D3Bgt=3D3D3B cm3-m=3D<BR>&gt=3B &gt=
> >=3Bin-POSIX-LINUXLIBC6-5.4.0.tgz cm3=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=
> >=3Bgt=3D3B-src-all-5.4.0.tgz &amp=3Blt=3D<BR>&gt=3B =3D3BBR&amp=3Bgt=3D3B&a=
> >mp=3Bamp=3D3Bgt=3D3D3B &amp=3Bamp=3D3Bgt=3D3D3B &amp=3Blt=3D3BBR&amp=3Bgt=
> >=3D3B&amp=3Bamp=3D3Bgt=3D3D3B &amp=3Bamp=3D<BR>&gt=3B &gt=3B=3D3Bgt=3D3D3B =
> >And they don't seem =3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3Bto work=
> > on this system: =3D<BR>&gt=3B &gt=3BI can compile a program&amp=3Blt=3D3BB=
> >R&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B &amp=3Bamp=3D3Bgt=3D3D3B but when=
> >=3D<BR>&gt=3B &gt=3B I=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B try =
> >to run it=3D3D2C it says "Segmentation fault". Can=3D<BR>&gt=3B &gt=3B anyo=
> >ne&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B &amp=3Bamp=3D3Bgt=
> >=3D3D3B=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B help=3D<BR>&gt=3B &=
> >gt=3B? (My understanding is that I need 5.5.1 or later...)&amp=3Blt=3D3BBR&=
> >amp=3Bgt=3D3B&amp=3Bamp=3D3Bg=3D<BR>&gt=3B &gt=3Bt=3D3D3B &amp=3Bamp=3D3Bgt=
> >=3D3D3B=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B &amp=3Blt=3D3BBR&am=
> >p=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B &amp=3Bamp=3D<BR>&gt=3B &gt=3B=3D3Bgt=
> >=3D3D3B Mika&amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Bamp=3D3Bgt=3D3D3B &amp=3Ba=
> >mp=3D3Bgt=3D3D3B &amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Ba=3D<BR>&gt=3B &gt=3B=
> >mp=3D3Bgt=3D3D3B &amp=3Blt=3D3BBR&amp=3Bgt=3D3B&amp=3Blt=3D3B/body&amp=3Bgt=
> >=3D3B&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&amp=3Blt=3D3B/html&amp=3Bg=
> >t=3D<BR>&gt=3B &gt=3B=3D3B=3D3D&lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B&=
> >lt=3BBR&gt=3B&amp=3Bgt=3D3B &amp=3Bgt=3D3B--_806446ae-8d10-4d74-8eea-51aa36=
> >5e=3D<BR>&gt=3B &gt=3B9204_--&lt=3BBR&gt=3B&lt=3B/body&gt=3B<BR>&gt=3B &gt=
> >=3B&lt=3B/html&gt=3B=3D<BR>&gt=3B &gt=3B<BR>&gt=3B &gt=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/be0a3ef6/attachment-0002.html>


More information about the M3devel mailing list