Re: [drlvm] linking question

2006-06-20 Thread Marina Goldburt
Hi, The problem is in the order of the linked libs. the order is important for gcc. Change components/vm/vmi, the order must be: libset libs=hyzip dir=${external.dep.CLASSLIB.libdir} / libset libs=hypool dir=${external.dep.CLASSLIB.libdir} / libset libs=hyprt

Re: [drlvm] linking question

2006-06-20 Thread Geir Magnusson Jr
splendid. Thanks Mark Hindess wrote: On 20 June 2006 at 1:05, Geir Magnusson Jr [EMAIL PROTECTED] wrote: I've been puttering about and am having a problem under linux. Everything builds now, and APR is built using the standard ./configure make combination. No big deal. But I seem to

Re: [drlvm] linking question

2006-06-20 Thread Geir Magnusson Jr
Thanks! Yes, that solved is. Marina Goldburt wrote: Hi, The problem is in the order of the linked libs. the order is important for gcc. Change components/vm/vmi, the order must be: libset libs=hyzip dir=${external.dep.CLASSLIB.libdir} / libset libs=hypool

Re: [drlvm] linking question

2006-06-19 Thread Mark Hindess
On 20 June 2006 at 1:05, Geir Magnusson Jr [EMAIL PROTECTED] wrote: I've been puttering about and am having a problem under linux. Everything builds now, and APR is built using the standard ./configure make combination. No big deal. But I seem to have a linking problem - libvmi.so gets