Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-03-03 Thread Panday Ritesh Sharma (rpanday)
On 01/03/14 9:39 AM, Panday Ritesh Sharma (rpanday) rpan...@cisco.com wrote: On 25/02/14 11:17 PM, Eric Blake ebl...@redhat.com wrote: On 02/25/2014 09:05 AM, Panday Ritesh Sharma (rpanday) wrote: We are using a wrapper of make for compilation for QNX. So I need to know, when I am

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-03-03 Thread Daniel P. Berrange
On Sat, Mar 01, 2014 at 04:09:00AM +, Panday Ritesh Sharma (rpanday) wrote: When I tried using 'gcc.c4.2.1-p2' for trial purpose, which is available to us, I hit the error === checking for gnutls_handshake in -lgnutls... no configure: error: You must install the GnuTLS library

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-03-03 Thread Panday Ritesh Sharma (rpanday)
On 04/03/14 12:09 AM, Daniel P. Berrange berra...@redhat.com wrote: On Sat, Mar 01, 2014 at 04:09:00AM +, Panday Ritesh Sharma (rpanday) wrote: When I tried using 'gcc.c4.2.1-p2' for trial purpose, which is available to us, I hit the error === checking for gnutls_handshake in

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-03-03 Thread Daniel P. Berrange
On Mon, Mar 03, 2014 at 06:49:25PM +, Panday Ritesh Sharma (rpanday) wrote: On 04/03/14 12:09 AM, Daniel P. Berrange berra...@redhat.com wrote: On Sat, Mar 01, 2014 at 04:09:00AM +, Panday Ritesh Sharma (rpanday) wrote: When I tried using 'gcc.c4.2.1-p2' for trial purpose,

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-03-03 Thread Eric Blake
On 02/28/2014 09:09 PM, Panday Ritesh Sharma (rpanday) wrote: While going through 'configure' file, I realised it uses gcc compiler and links all related libraries. But here internally we use icc compiler for x86-machines. Do you have a configure file which I can use for icc i.e.;

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-28 Thread Panday Ritesh Sharma (rpanday)
On 25/02/14 11:17 PM, Eric Blake ebl...@redhat.com wrote: On 02/25/2014 09:05 AM, Panday Ritesh Sharma (rpanday) wrote: We are using a wrapper of make for compilation for QNX. So I need to know, when I am compiling this client library on linux with '--without-libvirtd' option, what all .c

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-25 Thread Panday Ritesh Sharma (rpanday)
Hi Eric, I used the option '--without-macvtap' and I was able to compile on my linux box. When I compiled, I see many libraries are getting built. But as I have explained my requirement earlier, I just need a RPC client library, essentially the option '--with-remote'. If I check .c files I see

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-25 Thread Daniel P. Berrange
On Tue, Feb 25, 2014 at 03:10:59PM +, Panday Ritesh Sharma (rpanday) wrote: Hi Eric, I used the option '--without-macvtap' and I was able to compile on my linux box. When I compiled, I see many libraries are getting built. But as I have explained my requirement earlier, I just need a RPC

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-25 Thread Eric Blake
On 02/25/2014 08:10 AM, Panday Ritesh Sharma (rpanday) wrote: Once again, please don't top-post on technical lists. Hi Eric, I used the option '--without-macvtap' and I was able to compile on my linux box. When I compiled, I see many libraries are getting built. But as I have explained my

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-25 Thread Panday Ritesh Sharma (rpanday)
Hi Daniel, I ran ./configure command with below options. I found these options in on of the mail replied by you. But still 'make' is compiling so many files. My question is, as I need only RPC client library (I can explain you more, what I want to do with this libvirt client library on QNX), do I

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-25 Thread Panday Ritesh Sharma (rpanday)
On 25/02/14 9:18 PM, Panday Ritesh Sharma (rpanday) rpan...@cisco.com wrote: Hi Roman, Sorry !!! I did not understand Once again, please don't top-post on technical lists. I should not include 'libvirt-l...@redhat.com' in my mail thread ? I have already used the option '--without-libvirtd'

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-25 Thread Daniel P. Berrange
On Tue, Feb 25, 2014 at 03:39:58PM +, Panday Ritesh Sharma (rpanday) wrote: Hi Daniel, I ran ./configure command with below options. I found these options in on of the mail replied by you. But still 'make' is compiling so many files. My question is, as I need only RPC client library (I can

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-25 Thread Panday Ritesh Sharma (rpanday)
On 25/02/14 10:03 PM, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Feb 25, 2014 at 03:39:58PM +, Panday Ritesh Sharma (rpanday) wrote: Hi Daniel, I ran ./configure command with below options. I found these options in on of the mail replied by you. But still 'make' is compiling

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-25 Thread Daniel P. Berrange
On Tue, Feb 25, 2014 at 05:00:47PM +, Panday Ritesh Sharma (rpanday) wrote: On 25/02/14 10:03 PM, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Feb 25, 2014 at 03:39:58PM +, Panday Ritesh Sharma (rpanday) wrote: Hi Daniel, I ran ./configure command with below options.

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-25 Thread Eric Blake
On 02/25/2014 09:05 AM, Panday Ritesh Sharma (rpanday) wrote: We are using a wrapper of make for compilation for QNX. So I need to know, when I am compiling this client library on linux with '--without-libvirtd' option, what all .c files and libraries are being used. Then I will take those

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-25 Thread Panday Ritesh Sharma (rpanday)
On 25/02/14 11:17 PM, Eric Blake ebl...@redhat.com wrote: On 02/25/2014 09:05 AM, Panday Ritesh Sharma (rpanday) wrote: We are using a wrapper of make for compilation for QNX. So I need to know, when I am compiling this client library on linux with '--without-libvirtd' option, what all .c

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-24 Thread Roman Bogorodskiy
Panday Ritesh Sharma (rpanday) wrote: Thanks Roman for your response. Few questions which are not answered in that link. As I mentioned, my intent is to get only libvirt client library on QNX side not the whole libvirt. The libvirt daemon will still be running on linux box. The QNX

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-24 Thread Panday Ritesh Sharma (rpanday)
Hi Roman, Before I jump to the compilation of libvirt for QNX, I thought of compiling it on linux with my required options. So that I will be knowing what all files are of my use (from compilation log). For that I ran ./configure with below option and then tried 'make'. But 'make' complains there

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-24 Thread Eric Blake
On 02/24/2014 05:58 AM, Panday Ritesh Sharma (rpanday) wrote: [please don't top-post on technical lists] Hi Roman, Before I jump to the compilation of libvirt for QNX, I thought of compiling it on linux with my required options. So that I will be knowing what all files are of my use (from

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-24 Thread Eric Blake
On 02/22/2014 12:47 PM, Panday Ritesh Sharma (rpanday) wrote: HI Team, I have downloaded the libvirt source code from libvirt_0.9.8.orig.tar.gzhttps://launchpad.net/ubuntu/+archive/primary/+files/libvirt_0.9.8.orig.tar.gz . I just wanted libvirt RPC client library to be compiled for QNX.

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-23 Thread Panday Ritesh Sharma (rpanday)
Thanks Roman for your response. Few questions which are not answered in that link. As I mentioned, my intent is to get only libvirt client library on QNX side not the whole libvirt. The libvirt daemon will still be running on linux box. The QNX machine will only be sending the request to

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-23 Thread Panday Ritesh Sharma (rpanday)
Hi Roman, In addition to my below queries, do I need any other library to compile libvirt, any pre-requisite is there ? Regards Ritesh Sharma On 23/02/14 3:52 PM, Panday Ritesh Sharma (rpanday) rpan...@cisco.com wrote: Thanks Roman for your response. Few questions which are not answered in

[libvirt] Compiling libvirt RPC client library for QNX

2014-02-22 Thread Panday Ritesh Sharma (rpanday)
HI Team, I have downloaded the libvirt source code from libvirt_0.9.8.orig.tar.gzhttps://launchpad.net/ubuntu/+archive/primary/+files/libvirt_0.9.8.orig.tar.gz . I just wanted libvirt RPC client library to be compiled for QNX. My remote box which is running QNX would like to establish libvirt

Re: [libvirt] Compiling libvirt RPC client library for QNX

2014-02-22 Thread Roman Bogorodskiy
Panday Ritesh Sharma (rpanday) wrote: HI Team, I have downloaded the libvirt source code from libvirt_0.9.8.orig.tar.gzhttps://launchpad.net/ubuntu/+archive/primary/+files/libvirt_0.9.8.orig.tar.gz . I just wanted libvirt RPC client library to be compiled for QNX. My remote box which