search for: shahriari

Displaying 9 results from an estimated 9 matches for "shahriari".

Did you mean: shahriar
2019 Aug 19
5
Compiling Libvirt on Windows for Hyper V support
...r pthread_mutexattr_init… no > checking for pthread.h... (cached) no > configure: error: A pthreads impl is required for building libvirt ... Does anyone have any experience compiling Libvirt on a windows machine ? Specifically I am trying to enable hyper-v domain on Libvirt. Thanks, Reza Shahriari
2019 Aug 20
1
Re: Compiling Libvirt on Windows for Hyper V support
Thanks so much. I got it to go past pthreads. Now I am working on other dependencies > On Aug 20, 2019, at 1:30 PM, Daniel P. Berrangé <berrange@redhat.com> wrote: > > On Tue, Aug 20, 2019 at 01:03:40PM -0400, reza shahriari wrote: >> Hi, >> >> I tried that out, I got a new error about pthreads in my config.log. > > It finds the header file now which is good, but it still fails to > find the libpthread.dll file, which is what LDFLAGS should have > addressed > > configure:15417: ch...
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 and I still see missing pthreads impl. >> >> I have installed mingw64 cross compiler toolchain. Here is the output of pacman I see when searching for pthreads (they are all install...
2019 Aug 20
2
Re: Compiling Libvirt on Windows for Hyper V support
Hi, I tried that out, I got a new error about pthreads in my config.log. Could you take another look. Thanks again, Reza > On Aug 20, 2019, at 12:36 PM, Daniel P. Berrangé <berrange@redhat.com> wrote: > > On Tue, Aug 20, 2019 at 12:29:15PM -0400, reza shahriari wrote: >> 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 th...
2019 Aug 20
1
Re: Compiling Libvirt on Windows for Hyper V support
...-without-lxc \ --without-openvz \ --without-libvirtd (The ones on the website: https://libvirt.org/windows.html <https://libvirt.org/windows.html>) > On Aug 20, 2019, at 3:26 AM, Erik Skultety <eskultet@redhat.com> wrote: > > On Mon, Aug 19, 2019 at 03:52:51PM -0400, reza shahriari wrote: >> Hi, >> >> I am trying to compile Libvirt from the source code on windows using msys2 but keep hitting issues while running `./configure`. > > So what arguments does msys2 pass to the configure script? > > Erik
2019 Aug 20
0
Re: Compiling Libvirt on Windows for Hyper V support
On Tue, Aug 20, 2019 at 12:29:15PM -0400, reza shahriari wrote: > 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. &gt...
2019 Aug 20
0
Re: Compiling Libvirt on Windows for Hyper V support
On Mon, Aug 19, 2019 at 03:52:51PM -0400, reza shahriari wrote: > Hi, > > I am trying to compile Libvirt from the source code on windows using msys2 but keep hitting issues while running `./configure`. So what arguments does msys2 pass to the configure script? Erik
2019 Aug 20
0
Re: Compiling Libvirt on Windows for Hyper V support
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 and I still see missing pthreads impl. > > I have installed mingw64 cross compiler toolchain. Here is the output of pacman I see when searching for pthreads (they are all installed). > > ming...
2019 Aug 20
0
Re: Compiling Libvirt on Windows for Hyper V support
On Tue, Aug 20, 2019 at 01:03:40PM -0400, reza shahriari wrote: > Hi, > > I tried that out, I got a new error about pthreads in my config.log. It finds the header file now which is good, but it still fails to find the libpthread.dll file, which is what LDFLAGS should have addressed configure:15417: checking for pthread_kill in -lpthread confi...