[Gambas-user] New JIT Compiler.....

Emil Lenngren emil.lenngren at ...626...
Wed May 23 23:48:57 CEST 2012


Hi!
Have you installed LLVM by following these instructions?:
http://gambas.svn.sourceforge.net/viewvc/gambas/gambas/trunk/gb.jit/README?view=markup&pathrev=4759

svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
cd llvm
mkdir build
cd build
../configure --prefix=/usr --enable-optimized --enable-jit --enable-shared
make -j4
sudo make install

It should take about 10 minutes to compile for a 4-core cpu.

/Emil

2012/5/23 Ru Vuott <vuott at ...325...>

> Hello,
>
> I try to update via SVN. Well, I launched  ~ $ ./configure -C but I
> received these notices:
>
> ||
> || Unable to find file: llvm/LLVMContext.h
> || Unable to find file: libLLVM-3.2svn.so
> || gb.jit is disabled
> ||
>
> and at end:
>
> ||
> || THESE COMPONENTS ARE DISABLED:
> || - gb.jit
> ||
>
> ...What do I do ?
>
> Bye
> Vuott
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list