search for: classpath_configure64

Displaying 11 results from an estimated 11 matches for "classpath_configure64".

2010 Jul 19
0
[LLVMdev] Fwd: Building VMKit
...you taken VMkit from svn and latest version? Also, to get j3 running recompile classpath with -fno-omit-frame-pointer (or take my patch from here: http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin and apply it: $ cd classpath-0.97.2 $ patch ./configure ./classpath_configure64.patch ) That's now on j3 Regards, Minas On Mon, Jul 19, 2010 at 9:20 PM, Joshua Warner <joshuawarner32 at gmail.com> wrote: > Forgot to send to the mailing list... > > ---------- Forwarded message ---------- > From: Joshua Warner <joshuawarner32 at gmail.com> > Dat...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...get j3 running recompile classpath with >> -fno-omit-frame-pointer (or take my patch from here: >> >> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin >> and apply it: >> $ cd classpath-0.97.2 >> $ patch ./configure ./classpath_configure64.patch >> ) >> >> That's now on j3 >> >> Regards, >> Minas >> >> On Mon, Jul 19, 2010 at 9:20 PM, Joshua Warner <joshuawarner32 at gmail.com> >> wrote: >> > Forgot to send to the mailing list... >> > >> > ----...
2010 Jul 19
1
[LLVMdev] Fwd: Building VMKit
Forgot to send to the mailing list... ---------- Forwarded message ---------- From: Joshua Warner <joshuawarner32 at gmail.com> Date: Mon, Jul 19, 2010 at 10:19 AM Subject: Re: [LLVMdev] Building VMKit To: nicolas geoffray <nicolas.geoffray at gmail.com> Thanks Nicolas, that worked great! Now, I'm having trouble invoking the compiler properly: $ llcj Hello.class -o=Hello.ll $
2010 Jul 20
4
[LLVMdev] Fwd: Building VMKit
...t version? > Also, to get j3 running recompile classpath with > -fno-omit-frame-pointer (or take my patch from here: > > http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin > and apply it: > $ cd classpath-0.97.2 > $ patch ./configure ./classpath_configure64.patch > ) > > That's now on j3 > > Regards, > Minas > > On Mon, Jul 19, 2010 at 9:20 PM, Joshua Warner <joshuawarner32 at gmail.com> > wrote: > > Forgot to send to the mailing list... > > > > ---------- Forwarded message ---------- > > Fr...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...e classpath with >>> -fno-omit-frame-pointer (or take my patch from here: >>> >>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin >>> and apply it: >>> $ cd classpath-0.97.2 >>> $ patch ./configure ./classpath_configure64.patch >>> ) >>> >>> That's now on j3 >>> >>> Regards, >>> Minas >>> >>> On Mon, Jul 19, 2010 at 9:20 PM, Joshua Warner <joshuawarner32 at gmail.com> >>> wrote: >>> > Forgot to send to the mailing...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...;>> -fno-omit-frame-pointer (or take my patch from here: >>>> >>>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin >>>> and apply it: >>>> $ cd classpath-0.97.2 >>>> $ patch ./configure ./classpath_configure64.patch >>>> ) >>>> >>>> That's now on j3 >>>> >>>> Regards, >>>> Minas >>>> >>>> On Mon, Jul 19, 2010 at 9:20 PM, Joshua Warner < >>>> joshuawarner32 at gmail.com> wrote: >>&gt...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...frame-pointer (or take my patch from here: >>>>> >>>>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin >>>>> and apply it: >>>>> $ cd classpath-0.97.2 >>>>> $ patch ./configure ./classpath_configure64.patch >>>>> ) >>>>> >>>>> That's now on j3 >>>>> >>>>> Regards, >>>>> Minas >>>>> >>>>> On Mon, Jul 19, 2010 at 9:20 PM, Joshua Warner < >>>>> joshuawarner32...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...e: >>>>>>> >>>>>>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin >>>>>>> and apply it: >>>>>>> $ cd classpath-0.97.2 >>>>>>> $ patch ./configure ./classpath_configure64.patch >>>>>>> ) >>>>>>> >>>>>>> That's now on j3 >>>>>>> >>>>>>> Regards, >>>>>>> Minas >>>>>>> >>>>>>> On Mon, Jul 19, 2010 at...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...ke my patch from here: >>>>>> >>>>>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin >>>>>> and apply it: >>>>>> $ cd classpath-0.97.2 >>>>>> $ patch ./configure ./classpath_configure64.patch >>>>>> ) >>>>>> >>>>>> That's now on j3 >>>>>> >>>>>> Regards, >>>>>> Minas >>>>>> >>>>>> On Mon, Jul 19, 2010 at 9:20 PM, Joshua Warner < &gt...
2010 Jul 20
0
[LLVMdev] Fwd: Building VMKit
...gt;>>> >>>>>>>> http://lists.cs.uiuc.edu/pipermail/vmkit-commits/attachments/20100719/35754a6f/attachment.bin >>>>>>>> and apply it: >>>>>>>> $ cd classpath-0.97.2 >>>>>>>> $ patch ./configure ./classpath_configure64.patch >>>>>>>> ) >>>>>>>> >>>>>>>> That's now on j3 >>>>>>>> >>>>>>>> Regards, >>>>>>>> Minas >>>>>>>> >>>>>>...
2010 Jul 19
3
[LLVMdev] Building VMKit
Sure: I'm on 64-bit Ubuntu Linux 10.04 with gcc 4.4.3. I followed the instructions on http://vmkit.llvm.org/get_started.html, as near as I can tell. I configured llvm with the default configuration: ./configure I configured vmkit with: ./configure --with-llvmsrc=/home/jowarner/code/llvm/ --with-llvmobj=/home/jowarner/code/llvm/ --with-gnu-classpath-glibj=/usr/share/classpath/glibj.zip