Dear Kumar... thanks for you answer....
Oooo....Oooo............. it means I have to install the qt designer (for qmake and make compiler), the qtdriver for postgres an each workstation... We have 50 workstation. So I have to compile the program 50 times.
Is there any other possibility?
What is the meaning on the error message? It is because of the XServer? --- hemant kumar technix88@yahoo.com wrote:
hello.. there could be several reasons..But to start with..i will suggest..why don't you give the source code to the user and let him compile. These error look very cryptic right now...
__________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail
__________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail
Prabu Subroto prabu_subroto@yahoo.com [30 Jul 2004 04:32:46]:
why don't you give the source code to the user and let him compile.
That would be the last resort.
These error look very cryptic right now...
Not cryptic at all! The apps can't be started because they need symbols (functions, variables, constants etc.) that none of the libraries the apps use (displayable by running 'ldd <app>') provide. This usually happens if the libraries on that machine differ from those on the machine the app was compiled on.
BTW, the reason those symbols look so funny is that they're mangled C++ symbols. Use c++filt to demangle them and thus turn them into something readable.
Philipp
programming@lists.opensuse.org