[1069] in SIPB_Linux_Development
Linux support for 6.035
daemon@ATHENA.MIT.EDU (Erik Nygren)
Fri Sep 22 01:20:13 1995
To: 6.035@MIT.EDU
Cc: linux-dev@MIT.EDU, netbsd-dev@MIT.EDU, le14@MIT.EDU
Date: Fri, 22 Sep 1995 01:18:50 -0400
From: Erik Nygren <nygren@MIT.EDU>
Hello,
Since PCLU for Linux works great I decided I might as well start
compiling course binaries and libraries such as clucc as we need to
use them.
Could you please make the following symlinks?
ln -s /afs/sipb.mit.edu/project/linux/lockers/6.035/lib /mit/6.035/.lib.i386_linux1
ln -s /afs/sipb.mit.edu/project/linux/lockers/6.035/bin /mit/6.035/.bin.i386_linux1
ln -s /afs/sipb.mit.edu/project/linux/lockers/6.035/lib /mit/6.035/linuxlib
ln -s /afs/sipb.mit.edu/project/linux/lockers/6.035/bin /mit/6.035/linuxbin
I'm not adding support for NetBSD but it's possible someone there
might do so at some point this term. As a result, you might as
well make the following at the same time:
ln -s /afs/sipb.mit.edu/project/netbsd/lockers/6.035/lib /mit/6.035/.lib.i386_nbsd1
ln -s /afs/sipb.mit.edu/project/netbsd/lockers/6.035/bin /mit/6.035/.bin.i386_nbsd1
ln -s /afs/sipb.mit.edu/project/netbsd/lockers/6.035/lib /mit/6.035/inbsdlib
ln -s /afs/sipb.mit.edu/project/netbsd/lockers/6.035/bin /mit/6.035/inbsdbin
I've already compiled clucc and installed it in the
/mit/linux/lockers/6.035/bin/clucc. I've tested it against
a large grammer and the output for both the tables and clu
outputs were identical to those generated with one of the
supported version. I'll compile the other binaries and libraries
as there's a need for them.
I already used my machine to do our part of the scanner
and it worked quite well and saved me tons of time.
Hopefully this will help others in the class in the
same situation.
Thanks,
Erik