Felix Kühling wrote:
Hi,

when linking the radeon and r200 drivers I get these errors:

radeon_vtxtmp_x86.o(.data+0x18c): In function `_x86_Vertex3fv':
: multiple definition of `_x86_Vertex3fv'
../../../../../../lib/GL/mesa/tnl/t_vtx_x86_gcc.o(.data+0x80): first defined here
radeon_vtxtmp_x86.o(.data+0x1d3): In function `_x86_Attribute2f':
: multiple definition of `_x86_Vertex3fv_end'
../../../../../../lib/GL/mesa/tnl/t_vtx_x86_gcc.o(.data+0xc7): first defined here
radeon_vtxtmp_x86.o(.data+0x1e6): In function `_x86_Attribute2fv':
: multiple definition of `_x86_Attribute2fv'
../../../../../../lib/GL/mesa/tnl/t_vtx_x86_gcc.o(.data+0x121): first defined here
radeon_vtxtmp_x86.o(.data+0x1fb): In function `_x86_Attribute3f':
: multiple definition of `_x86_Attribute2fv_end'
../../../../../../lib/GL/mesa/tnl/t_vtx_x86_gcc.o(.data+0x136): first defined here
radeon_vtxtmp_x86.o(.data+0x219): In function `_x86_Attribute3fv':
: multiple definition of `_x86_Attribute3fv'
../../../../../../lib/GL/mesa/tnl/t_vtx_x86_gcc.o(.data+0x136): first defined here
radeon_vtxtmp_x86.o(.data+0x237): In function `_x86_Color4ubv_ub':
: multiple definition of `_x86_Attribute3fv_end'
../../../../../../lib/GL/mesa/tnl/t_vtx_x86_gcc.o(.data+0x154): first defined here

I have no idea how to fix this because I don't know how the tnl_vtxfmt
code is supposed to interact with the vtxfmt code in the radeon drivers.
Can someone please fix this or disable the tnl vtxfmt code until this
has been sorted out?

I'll rename those symbols to avoid the conflict.


Keith



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to