similar to: [LLVMdev] Problem in installing LLVM-2.8

Displaying 20 results from an estimated 600 matches similar to: "[LLVMdev] Problem in installing LLVM-2.8"

2012 Sep 19
3
[LLVMdev] llvm-config!
 Hi, I am trying to install a program that works just with llvm-2.8. I have installed it but while i am trying to run llvm-config it says no such file or directory: bash: /usr/bin/llvm-config: No such file or directory Does any body know how to solve this problem? I can use apt-get but it gives me either 2.9 or 3.0 or higher versions. Thank you, Reza -------------- next part --------------
2012 Sep 24
2
[LLVMdev] llvm-config!
Hi, Thank you for your repky. I downloaded llvm-2.8 and installed it by first ./configure and then ./make it. It was installed in /usr/local as i expected. However, when i tried to run llvm-config-2.8, for example --version, it was not ran. Then, I used apt-get to installed the llvm-2.8-dev to have llvm-config. Did i do anything wrong? Also i do not know if these two installed llvms are
2012 Sep 24
2
[LLVMdev] llvm-config!
I got the following answers: which perl /usr/bin/perl which llvm-config /usr/local/bin/llvm-config which llvm-as /usr/local/bin/llvm-as /usr/bin/llvm-confing --version bash: /usr/bin/llvm-confing: No such file or directory /usr/local/bin/llvm-config --version 2.8 Quoting Óscar Fuentes <ofv at wanadoo.es>: > Reza Sheykhi <hajishey at msu.edu> writes: > >> Thank you
2012 Sep 20
0
[LLVMdev] llvm-config!
Could you give us more information? If your package manager does not have 2.8 (I would hope it doesn't! that version is very old!), I would recommend downloading 2.8 from http://llvm.org/releases/, and then building it yourself. --Sean Silva On Wed, Sep 19, 2012 at 6:31 PM, Reza Sheykhi <hajishey at msu.edu> wrote: > Hi, > > I am trying to install a program that works just
2012 Sep 24
0
[LLVMdev] llvm-config!
Reza Sheykhi <hajishey at msu.edu> writes: > Thank you for your repky. I downloaded llvm-2.8 and installed it by > first ./configure and then ./make it. It was installed in /usr/local > as i expected. However, when i tried to run llvm-config-2.8, for > example --version, it was not ran. Then, I used apt-get to installed > the llvm-2.8-dev to have llvm-config. Did i do
2012 Sep 24
0
[LLVMdev] llvm-config!
Reza Sheykhi <hajishey at msu.edu> writes: > I got the following answers: > > which perl > /usr/bin/perl > > which llvm-config > /usr/local/bin/llvm-config > > which llvm-as > /usr/local/bin/llvm-as > > /usr/bin/llvm-confing --version > bash: /usr/bin/llvm-confing: No such file or directory Uh, there is a typo on the command above, it should be
2012 Nov 09
3
[LLVMdev] MODULE_CODE_GLOBALVAR error
Hi, I have istalled LLVM 3.1 Release+Asserts build. I was just trying out the hello world sequence of steps in the installation instructions. However when I run lli or llvm-dis I get an error "invalid MODULE_CODE_GLOBALVAR record". I have searched the web and I am not able to fathom what the problem and its fix is. I have GCC 4.6.3 running on a Ubuntu 12.04 LTS x86-64. Please let me
2008 Aug 12
2
WUBI like process for CentOS ?
Hi, Over the last few days a couple of people have asked about WUBI liks process for CentOS. I've had to look up what WUBI is ( to save you time : http://en.wikipedia.org/wiki/Wubi_(Ubuntu) ) . Now the question: is there anyway to get something similar for CentOS ? or is there a process that someone might follow to achieve the same or similar result ? - KB
2009 Aug 01
4
Wubi + Wine ??????
Hey guys, I'm just here to ask: Can I install Ubuntu using Wubi and use Wine on my C drive? Cuz it says in the Wiki FAQ to NOT "configure Wine to point to your actual Windows C:\ drive" http://wiki.winehq.org/FAQ#head-497f1a295d53dd3444f211df2b13312c7767afa2 But I only have one hard drive and that's the C drive! If I partition using the Install CD will it create a seperate D
2008 Nov 24
7
What's the problem with my wine install?
i'm trying to install wine on my recently installed ubuntu 8.10, which i installed using wubi-installer to install it on top of my Vista OS, but it wont work! :? the first time i tried it, i did it the first method, i.e. adding the repositories in Software Sources, and then ATTEMPTING to download and save Scott Richie's key to my desktop by clicking on that link on the download
2012 Nov 09
0
[LLVMdev] Fwd: MODULE_CODE_GLOBALVAR error
Forwarding to llvmdev. ---------- Forwarded message ---------- From: *Dmitri Gribenko* Date: Friday, November 9, 2012 Subject: [LLVMdev] MODULE_CODE_GLOBALVAR error To: Arvind Haran <arvi90 at gmail.com> On Friday, November 9, 2012, Arvind Haran wrote: > The last few lines of the build: It looks like you don't have enough RAM to link the debug binary. > > clang: error:
2012 Oct 02
4
[LLVMdev] llvm-g++ does not work!
Hi, I am using PinaVM which is a prototype of a SystemC front-end based on "LLVM". The only version that it works with is 2.8. Also to test PinaVM, we need llvm-g++ (I think clang does not work). However, when I want to run an example, i get the following error, which i think is related to llvm-g++: reza at RezaUbuntu:~/pinavm-pinavm/systemc-examples/jerome-chain$ make promela
2009 Mar 01
3
R tools help
Dear List, I am trying to create a R package and having some issues with setting the path on a Windows XP . Could you point me to a tutorial that helps in creating R packages ......... Also I tried installing Linux using the Windows installer wubi but it failed repeatedly and everytime it resets my system clock . Do you have any tools etc for easy Linux installations for a Windows user..
2008 May 16
8
Patching Wine 1.0-rc1 with 3dmark.diff
Hey guys, I'm a new Ubuntu convert (installed through Wubi, and am blown away!) I'd love to get wine working so I play games etc, but I've got a lot of learning to do when it comes to installing and getting things working. So, I want to use the 1.0-rc1 version of wine, but CoD4 requires the 3dmark.diff patch. This is what I think I need to be doing: with the 3dmark.diff file
2012 Oct 02
0
[LLVMdev] llvm-g++ does not work!
The issue here (even if you get dragonegg working) is that the thing that most newer linuxes install when you apt-get llvm-gcc isn't actually llvm-gcc, it's gcc with the dragonegg plugin. Even if the plugin issues are sorted out, the "fake" llvm-gcc doesn't support -emit-llvm so this wouldn't work. You'll probably need to pull a 2.8 of it from llvm.org or a
2012 Feb 24
3
install rJava in Ubuntu 11.10
I am trying to install rJava on a WUBI Ubuntu 11.10 installation of R with no luck. I was originally trying to install the iplots package and encountered this rJava problem. Code used: install.packages("rJava") (CRAN mirrors --Canada(ON) and Canada(QC2) I installed iplots with no problem on Windows 7. I know just about zero about Ubuntu or Linux in general so I have no idea what I
2012 Oct 01
0
[LLVMdev] Installation problem!
 Hi, I sent this email couple days ago but i have not received any response yet. Would you please help me with the mentioned problem? Thank you, Reza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121001/0951cb57/attachment.html> -------------- next part -------------- An embedded message was
2008 May 12
1
Double Buffer in Medieval II ?
Hi total wine noob here - please spell things out a bit... the error i get that stops me from from loading medieval II is > fixme:d3d:IWineD3DDeviceImpl_CreateAdditionalSwapChain The app requests more than one back buffer, this can't be supported properly. Please configure the application to use double buffering(=1 back buffer) if possible and the how-to for this game says to go to
2010 May 28
2
Compiling R-2.11.0 with ATLAS-tuned BLAS and LAPACK
Hello. I am a Linux neophyte and know almost nothing ?about compiling, so I would appreciate any help and advice y'all would care to offer. I am trying to compile the 64 bit version of R using a tuned ATLAS and LAPACK (ATLAS 3.9.24). I am running Ubunto 10.04 LTS (through wubi, FWIW). The ATLAS and LAPACK files (atlas.so, f77blas.so, lapack.so, and cblas.so) are sitting in the folder
2008 Jul 12
3
Another failed attempt to install an R package in Ubuntu
I am running Ubuntu 8.04 through Wubi on a HP Pavilion dv4000 (my home computer) and I recently installed R 2.7.1. I attempted to install the randomForest package from within the R environment and from the Linux terminal. Both attempts failed. I've tried several mirrors but with no luck. Below is an example of the series of error messages I got when R told me that the installation