Error while installing (relinking) OpenCascade 6.4

Hi,
I have been trying to compile opencascade 6.3 on my machine and I am getting this error in all libraries except for libTKernel.so:

libtool: install: error: relink `libTKGeomAlgo.la' with the above command before installing it

If you need it I can paste you all the output, but this happens after calling libtool. I'm using the flags in the README.txt with the exception of the prefix which has been changed.

Thanks,
Aleix

apol's picture

Can't edit, I meant OpenCascade 6.3, of course.

Marco Matt's picture

Same problem for me too.

Marco

Marco Matt's picture

I found a workaround by "manually" install the libraries.
After running make you can find the libraries (with extension .0.0.0U) in /ros/adm/make/*/.libs
Copy all the libraries in /lib and change extensions from .0.0.0U in .0.0.0 than create symbolic link for .so

Torsten Sadowski's picture

Hi,

There must be earlier problems. This appears if "make install" tries to install a library which does not yet exist.

Cheers, Torsten