Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy"
2007 Nov 23
3
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
Antony Blakey wrote:
> On 24/11/2007, at 12:01 AM, Michael T. Richter wrote:
>
>> Does anybody have a working version of LLVM 2.1+ (ideally in a .deb
>> file) that they're willing to share? I'm having some weird problems
>> trying to get a working version on my 7.10 machine.
>
> Or even better, does anyone have a recipe for building on Gutsy?
I've just
2007 Nov 23
0
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
On 24/11/2007, at 12:01 AM, Michael T. Richter wrote:
> Does anybody have a working version of LLVM 2.1+ (ideally in a .deb
> file) that they're willing to share? I'm having some weird problems
> trying to get a working version on my 7.10 machine.
Or even better, does anyone have a recipe for building on Gutsy?
Antony Blakey
-------------
CTO, Linkuistics Pty Ltd
Ph: 0438 840
2007 Nov 23
0
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
On 24/11/2007, at 9:33 AM, John van Schie wrote:
> Antony Blakey wrote:
>> On 24/11/2007, at 12:01 AM, Michael T. Richter wrote:
>>
>>> Does anybody have a working version of LLVM 2.1+ (ideally in a .deb
>>> file) that they're willing to share? I'm having some weird problems
>>> trying to get a working version on my 7.10 machine.
>>
2007 Nov 23
1
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
Antony Blakey wrote:
> On 24/11/2007, at 12:01 AM, Michael T. Richter wrote:
>
>
>> Does anybody have a working version of LLVM 2.1+ (ideally in a .deb
>> file) that they're willing to share? I'm having some weird problems
>> trying to get a working version on my 7.10 machine.
>>
>
> Or even better, does anyone have a recipe for building on
2007 Nov 23
1
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
Antony Blakey schreef:
> I installed gutsy desktop, and llvm svn head (which compiles for me on
> MacIntel and Win32. The problem I encounter is with gcc. The llvm
> config executes gcc -V, which on my installation fails because -V
> requires an argument. This leads configure to think that the compiler
> cannot produce executables.
>
> I'm not au fait with the gcc
2007 Nov 29
2
[LLVMdev] LLVM on MinGW
Antony Blakey wrote:
> SVN head LLVM and Clang built out of the box for me a week ago on
> MSYS/MINGW, using the following files:
Ok, I tried to do the same. The compilations stops with the following
error message (actually, I got to the same point in my attempt to build
LLVM with the MinGW compiler shipped with Cygwin):
llvm[1]: Compiling MachineLoopInfo.cpp for Debug build
2007 Nov 09
1
[LLVMdev] Newbie JITter
Thanks Evan.
On 09/11/2007, at 6:50 PM, Evan Cheng wrote:
>> 1. What optimization passes, if any, should I run on the module
>> before I pass it to the ExecutionEngine.
>
> The default JIt driver, lli, runs everything.
My reading of the lli source indicates that it's not explicitly doing
any opt passes - is that happening implicitly in the ExecutionEngine?
I can see
2007 Nov 08
3
[LLVMdev] Newbie JITter
Hi,
I'm experimenting with using LLVM to generate dynamic FFI bridges
in VisualWorks Smalltalk. LLVM is an amazing thing! I'm going from
dynamically generated assembler source to machine code, and I have
that all working, copied from the llc tool and the JIT example. I
have two questions:
1. What optimization passes, if any, should I run on the module
before I pass it to the
2007 Nov 28
5
[LLVMdev] LLVM on MinGW
Hello,
I'm trying to use LLVM on Windows, using the MinGW toolchain that comes
with Cygwin (gcc -mno-cygwin, not the standalone msys package). Has
anyone successfully built LLVM from sources with this toolchain?
The ./configure scripts automatically detects a Cygwin environment. I've
spent some time trying to let it know that it should compile for MinGW.
FWIW, here's what I've
2007 Nov 09
0
[LLVMdev] Newbie JITter
On Nov 7, 2007, at 6:10 PM, Antony Blakey wrote:
> Hi,
> I'm experimenting with using LLVM to generate dynamic FFI bridges
> in VisualWorks Smalltalk. LLVM is an amazing thing! I'm going from
> dynamically generated assembler source to machine code, and I have
> that all working, copied from the llc tool and the JIT example. I
> have two questions:
>
> 1. What
2007 Nov 28
0
[LLVMdev] LLVM on MinGW
SVN head LLVM and Clang built out of the box for me a week ago on MSYS/
MINGW, using the following files:
MinGW-5.1.3.exe
MSYS-1.0.10.exe
msysDTK-1.0.1.exe
bash-3.1-MSYS-1.0.11-1.tar.bz2
bison-2.3-MSYS-1.0.11.tar.bz2
coreutils-5.97-MSYS-1.0.11-snapshot.tar.bz2
flex-2.5.33-MSYS-1.0.11.tar.bz2
gawk-3.1.5-MSYS-1.0.11-snapshot.tar.bz2
regex-0.12-MSYS-1.0.11.tar.bz2
1. install these components
2.
2007 Dec 29
1
youtube.com complains about old version on 64 bit ubuntu gutsy
I read on lwn.net that swfdec has support for watching youtube.com
videos. Good work! I have not been able to get the Adobe 32-bit mozilla
plugin working under 64-bit gutsy so I figured I'd give swfdec a go.
A quick search of the archives and bugzilla turns up nothing obviously
similar to my problem.
Viewing this page:
http://www.youtube.com/watch?v=82Opqy5mFZM&feature=related
I
2008 Mar 04
2
memory constraints in ubuntu gutsy
Hello All,
I have a very large data set (1.1GB) that I am trying to read into R. The
file is tab delimited and contains headers; there are over 800 columns and
almost 700,000 rows. I am using the Ubuntu 7.10 Gutsy Gibbon version of R. I
am using Kernel Linux 2.6.22-14-generic. I have 3.1GB of RAM with the AMD
Athlon(tm) 64 Processor 3200+. I downloaded R using the instructions from
cran under
2008 Mar 17
1
problems with rgl in Ubuntu 'gutsy'
Dear R users/gurus,
I have recently installed Ubuntu 7.10 (Gutsy) on my Dell Latitude D520.
First time for me, as I have always used Fedora.
R installation using "apt" has proceeded fine, both for r-base and r-base-dev.
Next, I need to install various other packages, "rgl" being first in the line.
I have sorted some preliminaries by installing headers for X11 and Mesa:
sudo
2007 Oct 14
2
Configure not working in ubuntu gutsy amd64
I recently upgraded to the Gutsy beta, and this may just be a side effect of it being beta, but thought I'd raise it here in case I am doing something obviously wrong. I'm not familiar with how the configure script works and looking at the config.log didn't help me.
Just to note, I was successfully compiling on ubuntu amd64 before I upgraded to the gutsy beta.
I have raised a bug
2007 Oct 19
1
memory leak bug under ubuntu gutsy w/ nvidia
hi there,
a number of users of ubuntu gutsy with nvidia cards are experiencing a
serious memory leak under compiz. This leak essentially renders compiz
unusable for us. Gutsy ships with a compiz versioned at 0.6.0
+git20071008 , which I imagine isn't that different from the current
compiz, and with the current 100.14.19 nvidia driver running under a
2.6.22 kernel. I'm just wondering
2007 Oct 29
1
Moving windows above GNOME top panel in Gutsy
When I enable compiz in Ubuntu Gutsy I can't move window titles
*above* the top panel. With compiz disabled I can grab a window in
the middle (Alt+left mouse) and move its title bar above the screen
showing just the bottom part of the window.
I assume this is a Compiz issue, since it only happens when enabled.
I've been looking for a config option that controls that -- is there a
way to
2008 May 14
1
What happened to the Gutsy GibbonFeisty Ubuntu WINE Repo?
They are still an active distro ver. of ubuntu?
http://www.winehq.org/site/download-deb
only shows Etch & Hardy?
For Ubuntu Hardy (8.04):
"sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
For Debian Etch (4.0):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/etch.list -O
2007 Oct 30
6
trouble installing building packages from source using R 2.6.0 on Ubuntu Gutsy AMD64
I have recently upgraded to Ubuntu Gutsy and, for the first time, am
using a 64-bit installation. After failing miserably to install R from
source, not a problem for me in the past with a 32-bit install, I went
the route of using the Debian Etch build. This went smoothly, but I am
unable to update my numerous R and BioConductor packages, getting
non-zero exit status errors on each package. Is
2006 Dec 21
3
[LLVMdev] LLVM capability question.
I'm losing my sanity, so I thought I'd try and generate an LLVM target
for the Glasgow Haskell Compiler (GHC). In talking to some of the
people in the GHC mailing list some issues have come up that I can't
find a ready answer to. (Others came up that I could, so I don't feel
quite as stupid or helpless as I could.)
1. Is there any way to hint that a global pointer variable