relocation error: undefined symbol glDeleteProgramARB
Hello, I am just changed from redhat 9.0 to suse and I have some problems with my code. I managed to solve some compile errors already but if I now start up my program, then I get some error: relocation error: undefined symbol: glDeleteProgramARB and it crashes. This glDeleteProgramARB is certainly in defined in the header gtkglext and it is also in the lib which is in my path (compilation and linking gives no problem) Does somebody knows what causes this problem, and more important: how can I solve it? Thanks, Indra
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 25 Jan 2004 18:39:10 +0100 Indra Geys <igeys@esat.kuleuven.ac.be> wrote:
Hello, I am just changed from redhat 9.0 to suse and I have some problems with my code. I managed to solve some compile errors already but if I now start up my program, then I get some error: relocation error: undefined symbol: glDeleteProgramARB and it crashes. This glDeleteProgramARB is certainly in defined in the header gtkglext and it is also in the lib which is in my path (compilation and linking gives no problem) Does somebody knows what causes this problem, and more important: how can I solve it? You should indicate the exact compile/link line. Also to an nm on the library where the symbol occurs.
You say the library is in your path, but is it in your LIBRARY_PATH variable that overrides the standard search of libraries. - -- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org PGP key id:C5061EA9 PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQFAFAwf+wA+1cUGHqkRAsGZAJ4tlE2BXM9GrR8CpGODdUoXynCEvQCgh19P gwwfx42hDRpAZE+JDnBX0GE= =VFcv -----END PGP SIGNATURE-----
participants (2)
-
Indra Geys
-
Jerry Feldman