Hi, > I'm trying to install the libunwind 1.0 in a linux-x86/64 machine but > I faced the problem that follows when issuing make install after running > make. > > I was able to workaround it by going into src/.libs and copy all *.a > and *.so* into $prefix/lib and then reissuing make install.
We had this problem on RHEL5. There seems to be some sort of autotools compatibility problem. Running 'autoreconf -i -f' before configure seems to fix it. Regards, Lassi _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
