Re: [gobolinux-devel] Compile dependencies variables

2007-12-20 Thread Daniele Maccari
Lucas C. Villa Real wrote: > In fact I believe that you should specify GCC >=3 < 4 in the > BuildDependencies file, as that's a compile time requirement (but > still it will probably get the latest instalation as well). I'll take > a look on that later today. > > By the way, aren't there any patche

Re: [gobolinux-devel] Compile dependencies variables

2007-12-20 Thread Daniele Maccari
Hisham Muhammad wrote: > On Dec 19, 2007 10:48 AM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > >> Hi all, >> >> I was trying to compile kvm with its modified qemu version and for this >> task to be performed I needed gcc 3.x to be installed. So in the >> dependencies file I specified GCC >= 3 <

Re: [gobolinux-devel] Compile dependencies variables

2007-12-19 Thread Hisham Muhammad
On Dec 19, 2007 10:48 AM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > Hi all, > > I was trying to compile kvm with its modified qemu version and for this > task to be performed I needed gcc 3.x to be installed. So in the > dependencies file I specified GCC >= 3 < 4. The fact is that using > $gcc_p

Re: [gobolinux-devel] Compile dependencies variables

2007-12-19 Thread Daniele Maccari
Lucas C. Villa Real wrote: > On Dec 19, 2007 4:48 AM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > >> Hi all, >> >> I was trying to compile kvm with its modified qemu version and for this >> task to be performed I needed gcc 3.x to be installed. So in the >> dependencies file I specified GCC >=

Re: [gobolinux-devel] Compile dependencies variables

2007-12-19 Thread Lucas C. Villa Real
On Dec 19, 2007 4:48 AM, Daniele Maccari <[EMAIL PROTECTED]> wrote: > Hi all, > > I was trying to compile kvm with its modified qemu version and for this > task to be performed I needed gcc 3.x to be installed. So in the > dependencies file I specified GCC >= 3 < 4. The fact is that using > $gcc_pa

[gobolinux-devel] Compile dependencies variables

2007-12-19 Thread Daniele Maccari
Hi all, I was trying to compile kvm with its modified qemu version and for this task to be performed I needed gcc 3.x to be installed. So in the dependencies file I specified GCC >= 3 < 4. The fact is that using $gcc_path in the recipe always get the latest gcc installation, and not the one in