I want use "xenctrl.h"(xen-devel) in QT, In my program , "#include <xenctrl.h>" In the .pro file , I add " LIBS += -lxenctrl" ,
compiler output undefined reference to 'xc_find_device_number(devicename)'. if I compile the program use gcc test.c -o test -lxenctrl ,the compile passed. how can I do ?
_______________________________________________ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator