Displaying 9 results from an estimated 9 matches for "target_libs".
2006 Apr 21
2
[LLVMdev] successfully bootstraped on a i686-linux-gnu
...nu/sys-include -c -xobjecti
ve-c -fgnu-runtime -fobjc-exceptions -S conftest.c >&5
WARNING: EH not supported yet!
configure:5134: $? = 0
configure:5155: error: unable to detect exception model
To work aroud the problem I edited gcc/objc/config-lang.in and removed
the comment from the line
#target_libs=target-libobjc
With this change it is again possible to build without objc. The
complete configure line was
../llvm-gcc4-1.7.source/configure --prefix=$CFEINSTALL
--enable-languages=c,c++ --program-prefix=llvm-
--enable-llvm=/home/rafael/dev/obj/ --enable-checking
Best Regards,
Rafael
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error.
For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so
because it is missing missing -lruby18
resulting in errors like
wx.cpp:(.text+0x1618): undefined reference to `rb_intern''
wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError''
wx.cpp:(.text+0x1666):
2006 Apr 28
0
[LLVMdev] successfully bootstraped on a i686-linux-gnu
On Fri, 21 Apr 2006, [UTF-8] Rafael Esp?ndola wrote:
> To work aroud the problem I edited gcc/objc/config-lang.in and removed
> the comment from the line
> #target_libs=target-libobjc
>
> With this change it is again possible to build without objc. The
> complete configure line was
>
> ../llvm-gcc4-1.7.source/configure --prefix=$CFEINSTALL
> --enable-languages=c,c++ --program-prefix=llvm-
> --enable-llvm=/home/rafael/dev/obj/ --enable-checking...
2006 May 01
1
[LLVMdev] successfully bootstraped on a i686-linux-gnu
...ing errors were gone.
Is this the right hack? Thanks.
Nai
On Friday 28 April 2006 08:05, Chris Lattner wrote:
> On Fri, 21 Apr 2006, [UTF-8] Rafael Esp?ndola wrote:
> > To work aroud the problem I edited gcc/objc/config-lang.in and removed
> > the comment from the line
> > #target_libs=target-libobjc
> >
> > With this change it is again possible to build without objc. The
> > complete configure line was
> >
> > ../llvm-gcc4-1.7.source/configure --prefix=$CFEINSTALL
> > --enable-languages=c,c++ --program-prefix=llvm-
> > --enable-llvm=/hom...
2006 Oct 24
0
[713] trunk/wxruby2: Patch for rake install, added rake uninstall
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2005 Jan 19
2
[LLVMdev] Re: LLVM to SUIF-MACH VM binary (Chris Lattner, John Cortes)
Dear friends,
I have been using the SUIF Machine infrastructure for sometime. Some
optimizations are available without using a target machine, i.e. at the
SUIFvm level. At this level you have "infinite" registers. Other
optimizations, including analyses as for profiling require the use of a
target library, a complete backend. It is very sad, that they have
discontinued their MIPS
2007 Nov 28
6
Problems installing/running svn-code
Hi,
The last couple of days I''ve been trying to get back on the wxRuby-horse
however I''ve ran into some problems while compiling/testing the
subversion sources. Mind, the 1.9.2 official release works fine.
Absolutely no problems whatsoever.
The first hurdle was that the rake install target doesn''t work. It fails
on rakewx.rb:145. Looking into it I found that
2007 Dec 10
0
rake/rakewx.rb error
Hey Guys,
Found a small bug in rake/rakewx.rb while trying to compile wxGTK and
wxRuby2 from SVN. I''ve commited the patch to the file, which changes the
following:
Index: rake/rakewx.rb
===================================================================
--- rake/rakewx.rb (revision 1451)
+++ rake/rakewx.rb (working copy)
@@ -143,7 +143,7 @@
force_mkdir File.join(dest_dir,
2005 Jan 20
0
[LLVMdev] Re: LLVM to SUIF-MACH VM binary (Chris Lattner, John Cortes)
Nikolaos Kavvadias wrote:
> Dear friends,
>
> I have been using the SUIF Machine infrastructure for sometime. Some
> optimizations are available without using a target machine, i.e. at the
> SUIFvm level. At this level you have "infinite" registers. Other
> optimizations, including analyses as for profiling require the use of a
> target library, a complete