I read Niklaus Wirth book and want try examples from this book.
And i try run simple Oberon hello world: http://groups.engin.umd.umich.edu/CIS/course.des/cis400/oberon/hworld.html#source
But get error:
$ obc -o hello Hello.m
"Hello.m", line 4: the interface file for 'Oberon' cannot be found
> IMPORT Oberon, Texts;
> ^^^^^^
"Hello.m", line 4: the interface file for 'Texts' cannot be found
> IMPORT Oberon, Texts;
> ^^^^^
Clearly i should install required modules. Quick googling don't give me answer. So where i can find this modules?
I install Oberon from this deb http://spivey.oriel.ox.ac.uk/corner/Installing_OBC_release_3.0