Displaying 20 results from an estimated 30000 matches similar to: "[LLVMdev] [newb] howto install?"
2005 Jan 04
1
Newb howto request: *, Voice Pulse Connect, & SJPhone
I have been picking at Asterisk for about a week, and I think I'm close. I
was hoping for a little guidance to bring this on home.
I want to be able to make outgoing calls from my SJPhone clients using my
VoicePulse Connect account. I have the two requisite items from Voice Pulse,
but I've had no luck successfully integrating the VoicePulse settings into
iax.conf.
My current config:
2008 Nov 12
1
[LLVMdev] python: Symbol `__gxx_personality_v0' causes overflow in R_X86_64_PC32 relocation
linux fedora f9 x86_64
llvm-2.4
I tried building a bunch of my python modules (which compile to shared libraries) using llvm-c++ instead of gnu c++. When the program runs, I see these messages:
python: Symbol `__gxx_personality_v0' causes overflow in R_X86_64_PC32 relocation
Ideas?
2008 May 14
0
R and F9
Hi all,
Being the glutton for self-inflicted punishment that I am, I did a clean
install of F9 yesterday. :-)
As it relates to R:
1. Building R from SVN:
R version 2.7.0 Patched (2008-05-12 r45683)
It builds and passes make check all without issue. F9 is using:
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
2. As was noted with F8, the lack of the Java-JavaScript bridge in the
default
2009 Mar 25
1
[LLVMdev] llvm-gcc 2.5 libexec installed without program-prefix
On Wed, Mar 25, 2009 at 10:12 AM, Neal Becker <ndbecker2 at gmail.com> wrote:
> OK, let me rephrase this. What is the preferred way to install llvm +
> llvm-
> gcc onto a fedora system?
The preferred way to install LLVM and LLVM-GCC is the same on pretty much
any Linux system and described here:
http://llvm.org/docs/GettingStarted.html#starting
> Here is what I used:
>
2010 Jan 26
0
newb question: chron and hist()
Hi all, I'm just getting started in R so bear with my newbness.
I am trying to create a very simple histogram of logins by time, with data
coming in from a MYSQL query.
the raw data looks like this:
"id" "user_id" "experience_given" "created_at" "ip_aton"
"1" XXXXXXX 2445626 0 "2010-01-21 00:00:01" 1123632036
"2"
2012 Feb 26
2
question about user written function (newb question)
Quick newb question about R relating to the line of code below:
rawCool = read.zoo("cooling.txt", FUN = as.chron, format = "%m/%d/%Y %H:%M",
sep = "\t", aggregate = function(x) tail(x, 1))
I'm wondering what the specifics are for the argument where it has
"aggregate = function(x) tail(x, 1)". I understand that it removes the last
row of
2009 Jul 01
1
Newb question - CHM files - Best method to view
Please excuse my first couple of probably quite a few newb questions.
Are there still probs with viewing chm files?
If I browse to the chm file and just launch it seems fine until I try search for a subject. I search, find what I'm looking for, click it and the help file closes.
If I use wine hh / winepath windows path it launches but if I click search I can't try the search, it's
2006 Nov 09
2
patch for xapian-spec(0.9.9)
Missed %{_mandir}/man1/xapian-progsrv.1*
diff -u RPM/BUILD/xapian-core-0.9.9/xapian.spec RPM/SPECS/xapian.spec
--- RPM/BUILD/xapian-core-0.9.9/xapian.spec 2006-11-09
09:14:38.000000000 -0500
+++ RPM/SPECS/xapian.spec 2006-11-09 09:14:03.000000000 -0500
@@ -1,10 +1,10 @@
# RedHat-style .spec file for Xapian
# xapian.spec. Generated from xapian.spec.in by configure.
-Summary: The Xapian
2005 May 18
0
Integrating Asterisk into our Legacy PBX <-- Newb (correction)
Correction:
The hardware is a Wildcard T100P (not a TE110P)
Thanks!
> -----Original Message-----
> From: Geoff Manning [mailto:gmanning@zoom.com]
> Sent: Wednesday, May 18, 2005 9:07 AM
> To: Asterisk Users (E-mail)
> Subject: [Asterisk-Users] Integrating Asterisk into our Legacy PBX
> <--Newb
>
>
> I have been successful in setting up asterisk and making
>
2007 Dec 03
1
Subject: Newb Question
Hi,
Use orecx, voip call recording and monitoring.
www.orecx.com
Thanks & Regards,
Vidura Senadeera,
Sri Lanka.
Tel - +94114520001
Mobile - +94777766596
yahoo/skype Ids - vidurased
> ------------------------------
>
> Message: 17
> Date: Fri, 30 Nov 2007 08:58:41 +0530
> From: ram <talk2ram at gmail.com>
> Subject: Re: [asterisk-users] Newb Question
> To:
2009 Jun 17
0
newb question installing rsync on old solaris
hi all
i installed a new version of rsync on an old solaris machine we have around.
an old rsync was running before, but now neither is running, both
complaining about dependencies,
even though the compiling & install went fine, you can see the error i get
below when i try to run it.
la3000# rsync
ld.so.1: rsync: fatal: libpopt.so.0: open failed: No such file or directory
Killed
so i
2011 Jan 23
1
Newb Question : How do I load the Rsymphony Library, and How do I get Symphony Running on my windows Vista?
Hi, I'm new to R, and at this phase, I don't really even know how to learn
how to use R.
I want to use R and Symphony together. CAn I use Symphony on a windows
based machine? I downloaded
Symphony 5.2.0, and when I hit to install it, I'm getting an error that I
can't get past. "Bad end of central directory record"
Now, let's say I miraculously am able to install
2009 Mar 25
7
[LLVMdev] llvm-gcc 2.5 libexec installed without program-prefix
I build llvm-gcc as:
../llvm-gcc4.2-2.5.source/configure --enable-languages=c,c++ --program-
prefix=llvm
So it should install into /usr/local/... but add llvm- prefix. This is so
llvm-gcc is found by llvm
(http://llvm.org/releases/2.5/docs/GettingStarted.html claims that's what it
is looking for)
and also so there will be no conflict with system gcc.
But I see:
2011 Feb 10
1
Newb Prediction Question using stepAIC and predict(), is R wrong?
I'm using stepAIC to fit a model. Then I'm trying to use that model to
predict future happenings.
My first few variables are labeled as their column. (Is this a problem?)
The dataframe that I use to build the model is the same as the data I'm
using to predict with.
Here is a portion of what is happening..
This is the value it is predicting = > [1] 9.482975
Summary of the
2008 Apr 14
14
[Bug 15502] New: Unknown LVDS configuration bits
http://bugs.freedesktop.org/show_bug.cgi?id=15502
Summary: Unknown LVDS configuration bits
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: low
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: pee at
2007 Dec 31
2
Time just moved backwards
This wins the 2007 award for strangest (or most amusing) log message:
dovecot: Time just moved backwards by 13 seconds. This might cause a lot of
problems, so I'll just kill myself now.
It does, unfortunately, leave dovecot dead, which was pretty mysterious to
me. Maybe it could re-exec instead?
2009 Mar 25
0
[LLVMdev] llvm-gcc 2.5 libexec installed without program-prefix
OK, let me rephrase this. What is the preferred way to install llvm + llvm-
gcc onto a fedora system?
Here is what I used:
../llvm-gcc4.2-2.5.source/configure --enable-languages=c,c++ --program-
prefix=llvm
make
make install
../llvm-2.5/configure --enable-optimized --prefix=/usr/local
make
make install
2009 Apr 07
0
[LLVMdev] 2.5 Pre-release1 available for testing
Hi,
Were you able to get past this error:
make[1]: Entering directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore'
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
tblgen: IntrinsicEmitter.cpp:137: void
EmitTypeForValueType(std::ostream&, llvm::MVT::SimpleValueType):
Assertion `false && "Unsupported ValueType!"' failed.
make[1]: Leaving directory
2008 Nov 12
1
[LLVMdev] hello compiles with -O3 but not -O4
Trivial hello world program compiles with -O3, but with -O4:
(BTW, is there a guide to what different -On mean?)
llvm-g++ -O4 Hello.cc -o Hello -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../llvm-gcc4.2-2.4.source/configure --program-prefix=llvm- --enable-llvm=/home/nbecker/llvm-2.4 --enable-languages=c,c++
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc.
2006 Apr 11
7
WOW
I couldn't help but take notice at some of the responses that were coming in
from when I was posting questions due to my ignorance of Linux. Some people
were quick to help, some advanced users I am sure ignored me because im not
worth their time, and then some other users tried to help but was unable to
dumb their speech down to newb levels. However I am thankful that there is
people here to