Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Ru Vuott
> > You must issue a ./reconf before ./configure -C. I had the > same problem > after having issued a ./configure inside the gb.jit > directory. > > -- > Benoît Minisini > Thanks Benoît, I'm trying again from ~/trunk $ ./reconf ... ---

Re: [Gambas-user] New JIT Compiler, but..... 2

2012-05-23 Thread Ru Vuott
..a moment ! I came back to look results: ~/trunk/gb.jit $ sudo make install make[1]: Entering directory `/home/ploppo/trunk/gb.jit' make[2]: Entering directory `/home/ploppo/trunk/gb.jit' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Emil Lenngren
Haha. I don't really know exactly how the gambas build system works, but if it installed the gb.jit.so file then it has compiled correctly, and you can avoid that message ... :) 2012/5/24 Ru Vuott > > > In gambas top-level: > > rm gb.jit/DISABLED* > > > > ;) > > Excuse me, but I'm enought ignora

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Benoît Minisini
Le 24/05/2012 01:00, Ru Vuott a écrit : > >> In gambas top-level: >> rm gb.jit/DISABLED* >> >> ;) > > Excuse me, but I'm enought ignorant. :-( > > Well, I followed that, and I removed those file successfully. > Then I launched in gb.jit directory MAKE and sudo Make install > OK > Then re-launched

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Ru Vuott
> In gambas top-level: > rm gb.jit/DISABLED* > > ;) Excuse me, but I'm enought ignorant. :-( Well, I followed that, and I removed those file successfully. Then I launched in gb.jit directory MAKE and sudo Make install OK Then re-launched ~/trunk $ ./configure -C But... I have that problem aga

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread tobi
On Thu, 24 May 2012, Emil Lenngren wrote: > On ubuntu, the llvm-3.0 package (which does not work for me) provides a > llvm-config in the directory /usr/lib/llvm-3.0/bin/llvm-config, and not in > /usr/bin. That directory was not in my $PATH. > > And how to link to a library in a directory other tha

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Emil Lenngren
In gambas top-level: rm gb.jit/DISABLED* ;) 2012/5/24 Ru Vuott > > Try to remove any gb.jit/DISABLED* files left > > behind and then run make followed by sudo make install in > > the gb.jit directory. > > > > Excuse me, How can I remove those files ? Directly from their folder ? If > yes, which

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Ru Vuott
> Try to remove any gb.jit/DISABLED* files left > behind and then run make followed by sudo make install in > the gb.jit directory. > Excuse me, How can I remove those files ? Directly from their folder ? If yes, which folder ? ---

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Emil Lenngren
On ubuntu, the llvm-3.0 package (which does not work for me) provides a llvm-config in the directory /usr/lib/llvm-3.0/bin/llvm-config, and not in /usr/bin. That directory was not in my $PATH. And how to link to a library in a directory other than /usr/lib? I always have to set the environment fla

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Emil Lenngren
It seemed to work this time. Try to remove any gb.jit/DISABLED* files left behind and then run make followed by sudo make install in the gb.jit directory. 2012/5/24 Ru Vuott > > > Go to the gb.jit directory. Then try > > to run ./configure without the -C flag. > > If it doesn't work, please post

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Ru Vuott
> Go to the gb.jit directory. Then try > to run ./configure without the -C flag. > If it doesn't work, please post the full output from the > configure script. Well, I followed your suggestion: ~/trunk/gb.jit $ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking w

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Benoît Minisini
Le 24/05/2012 00:26, Emil Lenngren a écrit : > Go to the gb.jit directory. Then try to run ./configure without the -C flag. > If it doesn't work, please post the full output from the configure script. > > I think it is hard to make a good configure script for llvm, because it is > not standardized

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Emil Lenngren
Go to the gb.jit directory. Then try to run ./configure without the -C flag. If it doesn't work, please post the full output from the configure script. I think it is hard to make a good configure script for llvm, because it is not standardized where llvm put its files (llvm from svn puts it somewh

Re: [Gambas-user] New JIT Compiler, but.....

2012-05-23 Thread Ru Vuott
Hi, After the installation, I launched again: ~ $ ./configure -C ...because I was updating via SVN my Gambas-3. Well, I now received these notice from terminal: || || gb.jit is disabled || and at end: || || THESE COMPONENTS ARE DISABLED: || - gb.jit || ...I do not understand I did inst