On 11/29/02 Patrick Pletscher wrote: > I try to start the Oberon.NET compiler on my Linux machine, but then the > error "Could not find assembly Obgen" appears. I guess this is because I > have to add the files Obgen.DLL and Obscan.DLL to a list of installed > assemblies, but how do so? Or what am I doing wrong? > > The Oberon compiler consists of the following files: > > - Oberon.EXE (the main compiler) > - Obscan.DLL > - Obgen.DLL > > and the source files of the above programs/libraries....
The likely issue is the name: we look only for ".dll" and ".exe" files: it works in windows because they have a case-insensitive filesystem. Just renaming the files should get the compiler to work. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
