On Thu, Mar 04, 2010 at 07:44:47PM +0100, Thomas Hrabe wrote: > Hi all, > > a newbie to this forum, but I hope to get some support from the experienced. > I am trying to compile libxslt1.1.26 on a super-computer. I can't give > details about the architecture, its the BlueGene architecture, so far as I > know... > http://en.wikipedia.org/wiki/Blue_Gene > > If I run configure it fails. I dunno why, I already compiled it on 3 other > different systems where it worked. > Please, see yourself for the errors.
[...] > > /bin/rm: cannot remove `libtoolT': No such file or directory > WTF??? honnestly I have the same here, and I still don't know where this comes from ! But taht doesn't block the build > > Here, I make a little fix so that libtoolT is not missing. I do not know > whether this is OK. > However, another error occurs. make does not find any targets even though > configure seems to finish propperly ??? that I have never seen before. > cp ./libtool ./libtoolT unecessary > ./configure --disable-libtool-lock > --with-python=/u/gfoerste/BlueGene/apps/bin > --with-libxml-include-prefix=/u/gfoerste/BlueGene/apps/include > --with-libxml-libs-prefix=/u/gfoerste/BlueGene/apps/lib > --prefix=/u/gfoerste/BlueGene/apps --exec-prefix=/u/gfoerste/BlueGene/apps > > > checking build system type... powerpc64-unknown-linux-gnu > checking host system type... powerpc64-unknown-linux-gnu I build libxml2/libxslt on ppc64 for RHEL and we don't have any specific architecture problem. [...] > > make > > make: *** No targets. Stop. really no idea, if Makefile empty ? The weird thing is that apparently libxml2 builds on that platform, and libxml2 and libxslt configure and stuff all look similar. The best I can suggest is to grab libxslt from gnome git, and run autogen.sh to try to rebuild locally. Maybe some of the auto* files in the distributed tarball ar too old for your platform, but I really don't see how you would end up with an empty or unusable makefile... Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [email protected] | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] http://mail.gnome.org/mailman/listinfo/xslt
