Re: Linking against TK*

2017-10-24 Thread blubee blubeeme
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

Re: Linking against TK*

2017-10-23 Thread blubee blubeeme
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

Re: Linking against TK*

2017-10-23 Thread Kevin Oberman
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! > > > >

Re: Linking against TK*

2017-10-23 Thread blubee blubeeme
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

Re: Linking against TK*

2017-10-23 Thread Kurt Jaeger
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

Linking against TK*

2017-10-23 Thread blubee blubeeme
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