On Wednesday 03 of March 2010, Arkadiusz Miskiewicz wrote: > On Wednesday 03 of March 2010, Eric Anholt wrote: > > New version for new Intel API that we're about to start using in Mesa. > > Unresolved symbols found in: /home/users/arekm/tmp/libdrm-2.4.19-root- > arekm/usr/lib64/libkms.so.1.0.0 > drmIoctl > drmCommandWriteRead > drmCommandWrite > > Lack of linking with libdrm it seems.
--- libdrm-2.4.19/libkms/Makefile.am~ 2010-03-02 19:10:47.000000000 +0100 +++ libdrm-2.4.19/libkms/Makefile.am 2010-03-03 21:28:13.629525972 +0100 @@ -5,7 +5,7 @@ libkms_la_LTLIBRARIES = libkms.la libkms_ladir = $(libdir) libkms_la_LDFLAGS = -version-number 1:0:0 -no-undefined -libkms_la_LIBADD = +libkms_la_LIBADD = $(top_builddir)/libdrm.la #if HAVE_LIBUDEV #libkms_la_LIBADD += $(LIBUDEV_LIBS) -- Arkadiusz MiĆkiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
