1753962 Members
7517 Online
108811 Solutions
New Discussion юеВ

Re: unsresolved symbol?

 
SOLVED
Go to solution
Y.Zhang
Occasional Advisor

unsresolved symbol?

Hi there,

I just build programme which simply generate a glut window, and that's all. I have no problem to compile it, but when I run the executable file, it reports error information as below:

/usr/lib/dld.sl: Unresolved symbol: XshmQueryExtensin(code) from
/opt/graphics/OpenGL/lib/libHpGL.2


so what's the problem? thanks in advance.
4 REPLIES 4
Peter Godron
Honored Contributor
Solution

Re: unsresolved symbol?

Peter Godron
Honored Contributor

Re: unsresolved symbol?

Hi,
I re-read your message:
Is this a typo?
XshmQueryExtensin
shouldn't it be:
XshmQueryExtension
Y.Zhang
Occasional Advisor

Re: unsresolved symbol?

thanks. it is a typo, it should be: XshmQueryExtension.
Y.Zhang
Occasional Advisor

Re: unsresolved symbol?

thanks, Peter, problem solved!