Displaying 2 results from an estimated 2 matches for "guestfs__internal_test_rconstoptstr".
2014 Oct 28
2
Re: some compile errors
...2014 at 11:22:47PM +0800, Zhi Yong Wu wrote:
> HI, Richard
>
> Can you know what is missing when the following issue took place?
>
> #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...
2014 Oct 28
0
Re: some compile errors
...Zhi Yong Wu wrote:
>> HI, Richard
>>
>> Can you know what is missing when the following issue took place?
>>
>> #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 comp...