thanks for the hint - I added -x-includes=%{_includedir}/X11 -x-libraries=%{_libdir}/X11 to the spec file and it works now at least for x86_64 arch. I suppose I'm missing some rpm macros... On other hand, I don't know how to build i386 packages in my x86_64 computer. I tried to set "setarch" and "target", but without success so far. On Wed, 2006-05-03 at 09:50 +0100, PFJ wrote: > Hi, > > > + echo '/var/tmp/pango-1.12.2-root/usr/lib64/libpangoxft-1.0.so not > > found; did not build with Xft support?' > > /var/tmp/pango-1.12.2-root/usr/lib64/libpangoxft-1.0.so not found; did > > not build with Xft support? > > You need to pass --with-package=Xft (or something similar). Dearchive > the tarball, cd to the directory created and run ./configure --help. > That will tell you what you need to do to include Xft support (or > exclude it). You then need to add that onto the end of the configure > line in the spec file > > configure --with-package=Xft > make > > (or similar) should do what you need. > > TTFN > > Paul > -- > "Logic, my dear Zoe, is merely the ability to be wrong with authority" - > Dr Who >