Package: libglew-dev
Version: 1.3.1-1
Severity: important

When compiling a simple program that calls glewInit() on hppa, I get the
following error:

paer% gcc -lGLEW -Lglew-1.3.1/lib test.c
/usr/bin/ld: a.out: hidden symbol `$$dyncall' in
/usr/lib/gcc/hppa-linux-gnu/4.0.2/libgcc.a(_dyncall.o) is referenced by
DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status

Following are the contents of test.c, which compiles fine on all other
Debian architectures.

#include <GL/glew.h>
int
main ()
{
        glewInit ();
        return 0;
}


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to