I am a bit stumped.
I just realized that those libTK** files are installed insto
${STAGEDIR}/${PREFIX}/lib/libTK***.so
The question is how do I set cmake options to link to those shared
libraries installed into that directory?
On Tue, Oct 24, 2017 at 1:56 PM, blubee blubeeme
wrote:
> I already
I already took a look at the current opencascade port, most of those issues
that patch addresses are fixed in the oce from github. opencascade isn't
something u really run, you just link against it for maths the DRAWEXE is
used for testing and that's what's missing some shared objects.
I think I m
On Mon, Oct 23, 2017 at 10:29 PM, blubee blubeeme
wrote:
> building opencascade community edition: https://github.com/tpaviot/oce
>
> but the executable is missing those libTK** shared objects. How would I
> link them in?
>
> On Tue, Oct 24, 2017 at 1:15 PM, Kurt Jaeger wrote:
>
> > Hi!
> >
> >
building opencascade community edition: https://github.com/tpaviot/oce
but the executable is missing those libTK** shared objects. How would I
link them in?
On Tue, Oct 24, 2017 at 1:15 PM, Kurt Jaeger wrote:
> Hi!
>
> > I am running -ldd on a executable and I am missing links to a bunch
> > of
Hi!
> I am running -ldd on a executable and I am missing links to a bunch
> of: libTK**.so files
>
> such as:
> libTKGeomBase.so.11 => not found (0)
> libTKG3d.so.11 => not found (0)
> libTKG2d.so.11 => not found (0)
> libTKMath.so.11 => not found (0)
>
> I've searched quite a bit and can't find
I am running -ldd on a executable and I am missing links to a bunch
of: libTK**.so files
such as:
libTKGeomBase.so.11 => not found (0)
libTKG3d.so.11 => not found (0)
libTKG2d.so.11 => not found (0)
libTKMath.so.11 => not found (0)
I've searched quite a bit and can't find where those files are lo