search for: ablk

Displaying 3 results from an estimated 3 matches for "ablk".

Did you mean: able
2019 Aug 20
2
Re: Compiling Libvirt on Windows for Hyper V support
Hi, I have attached my compressed config file. Thanks, Reza > On Aug 20, 2019, at 12:03 PM, Daniel P. Berrangé <berrange@redhat.com> wrote: > > Re-adding the mailing list CC - please don't drop it. > > On Tue, Aug 20, 2019 at 11:54:34AM -0400, reza shahriari wrote: >> Hi, >> >> I am using msys2. When I run `./configure` without any parameters
2019 Aug 20
0
Re: Compiling Libvirt on Windows for Hyper V support
...8796: checking for pthread.h configure:8796: gcc -c -g -O2 conftest.c >&5 conftest.c:82:10: fatal error: pthread.h: No such file or directory #include <pthread.h> ^~~~~~~~~~~ compilation terminated. so it is not finding the winpthreads package you installed. You might be ablke to set the "CFLAGS" env variable to "-I/path/to/winpthreads/include" to get it to work. Might need LDFLAGS="-L/path/to/winpthreads/lib" too. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org...
2019 Aug 20
2
Re: Compiling Libvirt on Windows for Hyper V support
...: gcc -c -g -O2 conftest.c >&5 > conftest.c:82:10: fatal error: pthread.h: No such file or directory > #include <pthread.h> > ^~~~~~~~~~~ > compilation terminated. > > > so it is not finding the winpthreads package you installed. > > You might be ablke to set the "CFLAGS" env variable to > "-I/path/to/winpthreads/include" to get it to work. Might > need LDFLAGS="-L/path/to/winpthreads/lib" too. > > Regards, > Daniel > -- > |: https://berrange.com <https://berrange.com/> -o- http...