[Mono-list] Add new assemblies

Paolo Molaro lupus@ximian.com
Wed, 4 Dec 2002 19:26:39 +0100


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

-- 
-----------------------------------------------------------------
lupus@debian.org                                     debian/rules
lupus@ximian.com                             Monkeys do it better