search for: guestfs__internal_test_rstringlist

Displaying 2 results from an estimated 2 matches for "guestfs__internal_test_rstringlist".

2014 Oct 28
2
Re: some compile errors
...#gcc mount-local.c -o mount-local -lguestfs > /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libguestfs.so: > undefined reference to `guestfs__internal_test_rconstoptstring' > /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libguestfs.so: > undefined reference to `guestfs__internal_test_rstringlist' [... and many more ...] The command should work. However what version of libguestfs? What distro? Did you compile it yourself or get it from some package? GCC 4.1.2 dates from 2007, so I'm guessing that you are trying this on something very old. Rich. -- Richard Jones, Virtualizati...
2014 Oct 28
0
Re: some compile errors
....c -o mount-local -lguestfs >> /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libguestfs.so: >> undefined reference to `guestfs__internal_test_rconstoptstring' >> /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libguestfs.so: >> undefined reference to `guestfs__internal_test_rstringlist' > [... and many more ...] > > The command should work. > > However what version of libguestfs? What distro? Did you compile it > yourself or get it from some package? GCC 4.1.2 dates from 2007, so > I'm guessing that you are trying this on something very old. > &...