Gaetan Nadon <[email protected]> writes: > On gcc 4.6.3 (Ubuntu 12-04), I get the following error in hw/vfb when > linking > > ../../Xext/.libs/libXext.a(xvmc.o): In function > `xf86XvMCRegisterDRInfo': > /home/nadon/xorg/src/xserver/Xext/xvmc.c:808: undefined reference to > `strlcpy'
This function is supposed to be automatically replaced with os/strlcpy.c when not present in your C library. Something appears to be amiss here; I don't have strlcpy *or* strlcat in my glibc, and so configure correctly adds os/strlcpy.c and os/strlcat.c to the build. -- [email protected]
pgpQfV9Ubo5Aq.pgp
Description: PGP signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
