home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.modula3
- Path: sparky!uunet!spool.mu.edu!darwin.sura.net!haven.umd.edu!decuac!pa.dec.com!src.dec.com!Geoff.Wyant@East.Sun.COM
- From: Geoff.Wyant@East.Sun.COM (Geoffrey Wyant - Sun BOS SunLabs)
- Subject: m3bundle in the SRC Modula-3 distribution
- In-Reply-To: <9211110810.AA22189@skuld.informatik.uni-dortmund.de> (message from Michael Kuschke on Wed, 11 Nov 92 09:10:30 +0100)
- To: kuschke@skuld.informatik.uni-dortmund.de
- Message-ID: <9211111250.AA13247@gidney.East.Sun.COM>
- Cc: Geoff.Wyant@East.Sun.COM, mhb, m3
- Date: Wed, 11 Nov 92 07:50:31 EST
- Content-Length: 1336
- Lines: 24
-
- > Maybe I should have been clearer when I worte that I've mixed stuff from
- > version 2.07 and 2.09. My main goal is to compile the zeus algorithm-animation
- > system which can be found on gatekeeper under /pub/DEC/Modula-3/test. Since
- > this stuff is in 2.09 version only have two oportunitied:
- > 1. Mix the official 2.07 release of the compiler and libaries and the 2.09
- > stuff unter festival92 or
- > 2. use the "beta" release called 2.09 for all the stuff -- as far as it exist
- >
- > So I first mixed 2.09er stuff under festival92 with the compiler and
- > libaries of version 2.07. Since that doesn't worked -- the m3bundle
- > problem -- I recompiled the hole system again in the 2.09 version. Again it
- > doesn't worked. It seems to me as if the bundle program isn't generated and
- > installed if you just type "m3make -f m3makefile.... all install" for all
- > the stuff you think you need.
-
- I think you have things left from the 2.07 'm3make' release. In particular, your
- installed version of 'toplevel.tmpl' (in <installation dir>/lib/m3/toplevel.tmpl)
- may be the one distributed with 2.07. This is the file that m3make uses to generate
- makerules. Since bundling changed between the 2 releases the bundling rule in this
- file changed as well. Try rebuilding and reinstalling the 2.09 m3make release.
-
- Hop this helps !
-
- --geoff
-