Hello,
I have a problem when trying to install Ice on my Linux openSUSE 11.2 system in order to be able to use orca. I use RPM and when installing Ice everything seems to work fine. A problem rises when I try to test it using Ice Demos. Following the README instructions I try to use the command:
icegridnode --Ice.Config=config.grid, and it is followed by the famous icegridnode: Command not found.
I found the directory where the command was at, went there and typed icegridnode etc again, but it still couldn't find it.
I decided to skip the testing and go to the orca installation right away, but I get multiple errors like:
...bin/<name>: cannot find <name>
.../bin/slice2cpp: No such file or directory
They are all related to Ice and when solving one (using binary files for example), the other rises. I decided that Ice was probably not installed properly (but feel free to correct me if you think I'm wrong here) and that I should go and try that again.
Next step was to try and install Ice from source. I tried RPM first, but came across the error: -lmcpp not found during the installation process. When trying it again with zypper, mcpp could be found and installed without any problems. The thing is, now the Ice installation (from source) gets stuck with the following error:
/usr/.../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libmcpp.a when searching for -lmcpp
/usr/.../x86_64-suse-linux/bin/ld: cannot find -lmcpp
Does anyone know what goes wrong here or how I should do things differently? I would greatly appreciate some help, I feel like I've tried everything.
Thanks very much in advance!

Reply With Quote