Will, Ray & list,
For the bin distro:
> > emctaskmain.cc 2322: can't initialize interpreter > >Check your .var file (The name of the .var file is in the .ini file) >and see if >5220 0.0000 >Should probably be >5220 1.0000 Problem solved. For the source distro:
segmentation fault is solved:
by changing in /usr/lib directory the ancient file
librcs.so 4.31 (from the aug. release) with the new library 4.38 found in the
bin-distro.
iostream.h:
this file is not present on my mandrake 7.1 system, but
leaving the error doesn't seem to hurt.
This file used to be in /usr/include/g++ on my earlier redhat
5.2
You can find it : find -xdev -name iostream.h
or by making a one line program : test.cc
#include<iostream.h>
and compile it with:
g++ -M test.cc | grep iostream
(Thanks Will)
also I found now a warning concerning inb.cc &
outb.cc. some parsing errors for io.h
but also, it seems not to be a major problem.
So once compiled copy the missing files in linux_2_2_14/bin
from the bin-distro, and change the emc.var file (see above).
Run it and see the new pic.
Jan.
|