Hi there,
I was trying to run '
./configure --disable-kvm --disable-bareflank --disable-file
' under libvmi dir, and I got:
~/Downloads/drakvuf/libvmi> ./configure --disable-kvm --disable-bareflank --disable-file
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
...
checking for supported architecture... x86_64
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
./configure: line 13920: syntax error near unexpected token `newline'
./configure: line 13920: ` '''
line 13920 of 'configure' only contains three single quotation marks ('''). Simply deleting them did not help.
'autoreconf -vif' has been successfully finished before I try './configure'. I'm using ubuntu 22.04 jammy.
Anyone encountered the same issue? Thank you.