Hi everybody, I am trying to get OpenModelica to compile on a Linux system (actually two, one Gentoo at home and a Suse at work).
There are a number of issues I found in the distributed package for version 1.4.4, namely: * The configure script is not set to be executable; * The configure script uses DOS line endings (\r\n); these must be set back to UNIX standard (\n); * File Compiler/rml2sig/rmldep-new.sh must be made executable; * On line 3313 of the configure script there is a find command, that needs an additional -L option to follow symlinks (in my case, /usr/lib is a symlink to /usr/lib64, since my system is 64-bit). I am currently struggling to find a package that implements idl, which OpenModelica requires during compilation. I found mico CORBA, but this has some issues in turn (they don't use autotools and their installation process becomes easily borked, plus I got burnt because they do not implement make uninstall). Is there a particular open-source implementation that provides the idl command that you guys use? Note that my knowledge of CORBA is fairly limited... Cheers, -Federico
signature.asc
Description: This is a digitally signed message part.
