Dieter Nützel wrote:
> progs/xdemos> time nice +19 make
> gcc -I../../include -Wall -Wmissing-prototypes -std=c99 -ffast-math -O 
> -march=athlon-mp -fomit-frame-pointer -m3dnow -msse -mmmx -mfpmath=sse,387  
> -m32 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE 
> -D_GNU_SOURCE -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER 
> -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS 
> -DHAVE_POSIX_MEMALIGN -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM 
> -DUSE_SSE_ASM 
> texture_from_pixmap.c -L../../lib -lglut -lGLU -lGL -lm -o 
> texture_from_pixmap
> /tmp/cc089W35.o: In function `main':
> texture_from_pixmap.c:(.text+0x811): undefined reference to 
> `glXBindTexImageEXT'
> collect2: ld returned 1 exit status
> make: *** [texture_from_pixmap] Fehler 1
> 
> My glx.h has it.
> Latest glxproto.h CVS not.

As long as you've got the latest Mesa sources, and everything compiled 
OK, this shouldn't be happening.

You could run 'nm' on libGL.so and see that glXBindTexImageEXT is defined.

-Brian

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to