<quote who="Ken Foskey"> > I want to compile 2.6 kernel (because I just do OK!) and make xconfig > failed because qt was not installed, I installed libqt-dev and it will not > link. Installing libqt3-dev wont even compile. Any hints?
2.6 has gconfig and qconfig. Cool, huh? :-) Anyway, it won't link because you're probably using a different compiler to the one that built libqt, and because it's all C++, you have to wrangle with weird ABI/compiler issues. (Hopefully this won't be a problem in future with gcc.) - Jeff -- linux.conf.au 2004: Adelaide, Australia http://lca2004.linux.org.au/ Great minds think different? -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
