Displaying 20 results from an estimated 8000 matches similar to: "[LLVMdev] LLVM 2.3 available as a VMware appliance"
2008 Aug 27
1
[LLVMdev] LLVM 2.3 available as a VMware appliance
Hi! Bernardo,
I'm really interested in using that one.
Where I can download it from?
Thanks,
Seung
---- Original message ----
>Date: Tue, 26 Aug 2008 22:56:04 -0700
>From: "Bernardo Elayda" <belayda at gmail.com>
>Subject: [LLVMdev] LLVM 2.3 available as a VMware appliance
>To: llvmdev at cs.uiuc.edu
>
> Hi!
>
> Would there be any interest
2008 Sep 03
1
[LLVMdev] Info on LLVM 2.3 which is available as a virutal appliance
Hi!
I'm glad that their is interest in the VMware install of LLVM 2.3.
The appliance(compressed via 7zip) is over 800 MB in size. So, I can't send
it out via email.
I don't have the resources to host it. If someone can find an area that
this appliance can live, I'd be willing to upload it os that everyone could
use it.
regards,
Bernardo
-------------- next part --------------
2008 Sep 03
0
[LLVMdev] VMware LLVM 2.3 appliance update
Thanks Overmind!
I had forgotten about the VMware Appliance Page, which has an area for
'community' appliances.
I'll work on getting it there. I'll post here again when the appliance is
available.
regards,
Bernardo
>As long as it does not exceed a terabyte or 1.5tb or so of download
>bandwidth a month, I could host it without issue. Probably something
>relating
2008 Aug 25
0
[LLVMdev] Equivalent setup of llvm-gcc-4.2-2.3 setup of *.dylib in README.LLVM for Ubuntu 8.04
Hi,
I'm trying to setup the llvm-gcc-4.2-2.3 front end which I've built from
source on Ubunutu 8.04.
It has built successfuly. In the README.LLVM file, it says that the
following must be done after the "make install" step:
$ make install
$ ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib
$ ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib/libstdc++.dylib
*.dylib
2008 Sep 05
3
[LLVMdev] Newbie question on front-end and code compaction
Hi!
I'm still a newbie to LLVM, so I'm looking for guidance that will tell me
the right docs to read.
I'm interested in working on 2 different things. I'm interested on adding a
new front end for a functional language such as Lisp. I'm also interested
in helping out with compaction(making code with a small footprint). What
are the right docs for me to start reading and
2008 Aug 15
4
[LLVMdev] Which linux distribution required the least effort to install LLVM 2.3?
Hi!
I'm a new LLVM user.
I want to start using the LLVM System v2.3. However, I don't want to spend
all my time hunting, pecking, downgrading, and/or upgrading packages to get
LLVM v2.3 running. I was wondering which Linux distrubutions(FC7, Ubuntu,
NetBSD, etc) have required the least effort out of the box to start running
LLVM v2.3.
tia,
Bernardo Elayda
-------------- next part
2008 Apr 04
1
[LLVMdev] Will gcc 4.3.0 compile llvm 2.2?
Hi!
I'm trying to compile llvm 2.2 with gcc 4.3.0 on FC8.
My compile is failing with the following error(s):
error: invalid use of incomplete type 'struct std::basic_ostream<char,
std::char_traits<char> >'
If you've run into this, how did you get around this issue?
thx in advance!
-Bernardo
-------------- next part --------------
An HTML attachment was scrubbed...
2008 Sep 05
0
[LLVMdev] Newbie question on front-end and code compaction
On Sep 4, 2008, at 8:03 PM, Bernardo Elayda wrote:
> I'm also interested in helping out with compaction(making code with
> a small footprint).
People pointed out recently on the list that -Os doesn't work so
well. See the email from regehr at cs.utah.edu on Aug 20 on llvmdev.
You should be able to work with him to get testcases, from there you
just grind through them and
2019 Jan 09
1
Problem installing R 3.4 in Ubuntu 16.04
Hello,
I'm trying to install R version 3.4 in Ubuntu 16.04 by following the
instructions here:
https://cloud.r-project.org/bin/linux/ubuntu/README.html
First, I added the line 'deb https://cloud.r-project.org/bin/linux/ubunutu
xenial/' to sources.list.
Next I ran the following command:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
2018 Jul 01
0
Centos 7.5 on Vmware
On 29/06/18 07:03, Gregory P. Ennis wrote:
> Everyone,
>
> I am in the initial study phase of putting together a larger virtual
> server while using Centos 7.5 as the operating system of choice for the
> ?individual virtual machines.
>
> How do you all like VMware for this, or what other software allows for
> the development of virtural servers that use Centos 7.5
>
2008 Mar 29
1
[LLVMdev] Noob questoin on ExecutionEngine::create
Hello!
I'm using llvm v2.1 on FC8. I'm having some trouble with the tutorial on
adding JIT.
I'm just trying to compile the following code:
using namespace llvm;
static ExecutionEngine *TheExecutionEngine;
static Module *TheModule;
int main(){
TheModule = new Module("my cool jit");
TheExecutionEngine = ExecutionEngine::create(TheModule);
}
I'm using the following
2013 Mar 14
1
Bare bones Debian vmWare appliance?
Hi all,
Does anyone know of a decent bare-bones debian vmWare appliance I can
download to play with?
Thanks,
--
Best regards,
Charles
2002 Oct 01
1
uploading binary packages (was RE: [R] Update packages)
[I guess R-devel is more appropriate for this question:]
Will CRAN maintainers accept binary packages (in addition to source) from
the package maintainers? As an example, I develop and test randomForest on
both Linux and WinNT, so I can always make the binary. This could make life
a bit easier for BDR and DM. Are there any potential problems?
Regards,
Andy
> -----Original Message-----
2008 Aug 22
3
[LLVMdev] LLC -view-isel-dags option on Windows/Cygwin build
I was able to compile LLVM on windows (llvm2.3) using Visual studio. When I type llc -help command, I do not see -view-isel-dags option (http://llvm.org/docs/CodeGenerator.html document mentions about it). Is this option is supported on Windows (or Cygwin) build?
Thanks a bunch,
-Sanjay
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Aug 05
2
Ubuntu 8.04 breaks samba file locking
Just upgraded Saturday from Ubuntu 7.10 to 8.04.01. File locking in Samba is now
broken, meaning two different users can have the same file open at the same time
and edit it.
Server is RedHat 9.0 running Samba 2.2.7a-security-rollup-fix. This has been
working well for us for several years. Have one WinXP box accessing the server
using OOo 2.0. Have another couple of Win95 boxes.
In addition,
2008 Aug 25
0
[LLVMdev] libstdc++.dylib created for llvm-gcc4.2-2.3 front-end?
Hi,
I'm trying to build from source the llvm-gcc4.2-2.3 front end.
My host OS is Ubunut 8.04. "make install" completed sucessfully, but I do
not see a file called libstdc++.dylib in the
`pwd`/../install/lib/libstdc++.dylib area. In fact, I can't find any file
with an extension .dylib.
Have I done something wrong or is this a known issue with a workaround?
tia,
Bernardo
2008 Aug 25
0
[LLVMdev] libstdc++.dylib created for llvm-gcc4.2-2.3 front-end?
Hello, Bernardo
>
> My host OS is Ubunut 8.04. "make install" completed sucessfully,
> but I do not see a file called libstdc++.dylib in the `pwd`/../
> install/lib/libstdc++.dylib area. In fact, I can't find any file
> with an extension .dylib.
>
> Have I done something wrong or is this a known issue with a
> workaround?
You won't have any
2008 Aug 25
0
[LLVMdev] Equivalent setup of llvm-gcc-4.2-2.3 setup of *.dylib in README.LLVM for Ubuntu 8.04
Hello, Bernardo
> *.dylib files are OSX specific. What is the equivalent setup step
> for Ubuntu 8.04?
You don't need anything special on non-darwin platforms. You're just
using newly-built libstdc++
---
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2019 Jun 27
0
Re: [libguestfs/libguestfs] when compiling v1.40.2: rake aborted! (#40)
On Thu, Jun 27, 2019 at 11:01:20AM +0100, Samuel Bernardo wrote:
> I try to compile again with ruby use flag activated and it compiled now.
> When in compile phase it didn't uninstall the previous installed version
> without ruby flag. Cloud this mean that it is missing some dependency in
> include path when compiling ruby guestfs gem, since .so and .a of
> libguestfs were
1998 Jun 22
0
(Fwd) samba lenta
------- Forwarded Message Follows -------
From: Self <UNESCO1/BERNARDO>
To: freebsd@SBQ.Org.BR
Subject: samba lenta
Date: Mon, 22 Jun 1998 12:18:05 GMT-3
Couldn't get help in my FreeBSD list:
As I don't sign samba's list please send copy to my e-mail address:
bernardo@unesco.org.br
With samba working in a FreeBSD 2.2.6 box, I made some tests,