On Wed, May 06, 2015 at 05:06:32PM +0800, fu lirong wrote: > Hi Richard : > > today I download libguestfs-1.29.39.tar.gz and libguestfs-1.29.38.tar.gz > I executed : ./autogen.sh 、./configure 、make and the below is the error, > the same error in libguestfs-1.29.39.tar.gz and > libguestfs-1.29.38.tar.gz . > > > gcc: error: /usr/lib/rpm/redhat/redhat-hardened-ld: No such file or > directory > make[3]: *** [libguestfs.la] Error 1 > make[3]: Leaving directory `/usr/Libvmi/libguestfs-1.29.39/src' > make[2]: *** [all] Error 2
This is a bug in the tarball (in build-aux/ltmain.sh). You should be able to work around it by rebuilding that file, by doing: libtoolize --force before building in the ordinary way. I'll modify the scripts I use to create the tarball so it doesn't add this artifact in future versions. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
