DiscussionsIssue archiveOther usage issues

Archived discussion

undefined symbol

Other usage issuesFri, 01/14/2005 - 06:351 reply

Browse this forum
QuestionAuthor

Hi

When I try to launch a software developed with Opencascade, I get some unresolved dependencies on the dps library :

undefined symbol: _Z20Xdps_set_text_attribPviii11XW_DRAWMODE
(/usr/share/OpenCASCADE5.2/ros/lin/lib/libTKService.so)
undefined symbol:
_Z29Xdps_set_extended_text_attribPvii11XW_DRAWMODEP15XW_EXTENDEDTEXT
(/usr/share/OpenCASCADE5.2/ros/lin/lib/libTKService.so)
undefined symbol: _Z15Xdps_set_bufferPvi
(/usr/share/OpenCASCADE5.2/ros/lin/lib/libTKService.so)
[...]

I have this problem with the versions of libdps from xorg (6.8.1) - the fork of xfree - and xfree 4.3.

Any ideads ?

Cheers,
Sylvestre

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hi,
First, I'm a OCC newbie, so this may not be of much help. So your app compiles and linkes OK, and you get those complains when running it?
What I make of it is that libTKService.so can't find those symbols, so you must feed it some lib who has them. The one you're using apparenty doesn't. Sorry this is not of much help. Maybe give google a spin...