Re: [Qemu-devel] Thoughts around dtrace linking...

2012-03-26 Thread Lee Essen
On 26/03/2012 11:14, Stefan Hajnoczi wrote: On Fri, Mar 23, 2012 at 2:11 PM, Lee Essen wrote: On 23 Mar 2012, at 08:08, Stefan Hajnoczi wrote: On Thu, Mar 22, 2012 at 05:00:53PM +, Lee Essen wrote: On 22/03/2012 16:28, Stefan Hajnoczi wrote: On Wed, Mar 21, 2012 at 1:01 PM, Andreas Fär

Re: [Qemu-devel] Thoughts around dtrace linking...

2012-03-26 Thread Stefan Hajnoczi
On Fri, Mar 23, 2012 at 2:11 PM, Lee Essen wrote: > > On 23 Mar 2012, at 08:08, Stefan Hajnoczi wrote: > >> On Thu, Mar 22, 2012 at 05:00:53PM +, Lee Essen wrote: >>> On 22/03/2012 16:28, Stefan Hajnoczi wrote: On Wed, Mar 21, 2012 at 1:01 PM, Andreas Färber  wrote: > Hi, > >

Re: [Qemu-devel] Thoughts around dtrace linking...

2012-03-23 Thread Lee Essen
On 23 Mar 2012, at 08:08, Stefan Hajnoczi wrote: > On Thu, Mar 22, 2012 at 05:00:53PM +, Lee Essen wrote: >> On 22/03/2012 16:28, Stefan Hajnoczi wrote: >>> On Wed, Mar 21, 2012 at 1:01 PM, Andreas Färber wrote: Hi, Am 21.03.2012 11:45, schrieb Lee Essen: > I've been tryi

Re: [Qemu-devel] Thoughts around dtrace linking...

2012-03-23 Thread Stefan Hajnoczi
On Thu, Mar 22, 2012 at 05:00:53PM +, Lee Essen wrote: > On 22/03/2012 16:28, Stefan Hajnoczi wrote: > >On Wed, Mar 21, 2012 at 1:01 PM, Andreas Färber wrote: > >>Hi, > >> > >>Am 21.03.2012 11:45, schrieb Lee Essen: > >>>I've been trying to find a sensible way to solve the Solaris/Illumos > >>

Re: [Qemu-devel] Thoughts around dtrace linking...

2012-03-22 Thread Lee Essen
On 22/03/2012 16:28, Stefan Hajnoczi wrote: On Wed, Mar 21, 2012 at 1:01 PM, Andreas Färber wrote: Hi, Am 21.03.2012 11:45, schrieb Lee Essen: I've been trying to find a sensible way to solve the Solaris/Illumos dtrace requirement to pass all the objs to the dtrace command so that the resulta

Re: [Qemu-devel] Thoughts around dtrace linking...

2012-03-22 Thread Stefan Hajnoczi
On Wed, Mar 21, 2012 at 1:01 PM, Andreas Färber wrote: > Hi, > > Am 21.03.2012 11:45, schrieb Lee Essen: >> I've been trying to find a sensible way to solve the Solaris/Illumos >> dtrace requirement to pass all the objs to the dtrace command so that >> the resultant object file contains all the sy

Re: [Qemu-devel] Thoughts around dtrace linking...

2012-03-21 Thread Lee Essen
On 21/03/2012 13:01, Andreas Färber wrote: Hi, Am 21.03.2012 11:45, schrieb Lee Essen: I've been trying to find a sensible way to solve the Solaris/Illumos dtrace requirement to pass all the objs to the dtrace command so that the resultant object file contains all the symbols needed to properly

Re: [Qemu-devel] Thoughts around dtrace linking...

2012-03-21 Thread Andreas Färber
Hi, Am 21.03.2012 11:45, schrieb Lee Essen: > I've been trying to find a sensible way to solve the Solaris/Illumos > dtrace requirement to pass all the objs to the dtrace command so that > the resultant object file contains all the symbols needed to properly > link the relevant binary. > > The ea

[Qemu-devel] Thoughts around dtrace linking...

2012-03-21 Thread Lee Essen
Hi, I've been trying to find a sensible way to solve the Solaris/Illumos dtrace requirement to pass all the objs to the dtrace command so that the resultant object file contains all the symbols needed to properly link the relevant binary. The easiest way to do this is just prior to linking t