Displaying 20 results from an estimated 9000 matches similar to: "Building R with f2c - still needed?"
2005 Mar 19
3
Any Zaurus users??
Just wondering if there are any Zaurus owners out there using there
zaurus as a voip phone?? I'm trying to decide which on to buy. The
sl-6000 is perfect for phone use from what I've read, but it's not very
pocket friendly (http://www.sharpusa.com/images/hpc_SL6000_pic1.jpg)
The clamshell models
(http://conics.net/shp/pda/zaurus-sl-c700/sl-c3000.html)
are much nicer but would
2000 Jun 28
1
R-1.1.0 - f2c in configure
When trying to build R-1.1.0, the configure script reported no Fortran
compiler, even though '/usr/bin/f2c' was present, and R-1.0.1 had found
and successfully used this. I traced this to an apparent typo in line
2067 of configure:
for name in g77 fort77 f77 f90 xlf cf77 fc; do
changing this to:
for name in g77 fort77 f77 f90 xlf cf77 f2c; do
allowed the script to 'find'
2008 Jan 21
1
R configuration is not finding the installed f2c cross-compiler
Last Friday my computer monitor was messed up by on-line patches update.
I had to reinstall everything from the o.s. and all applications on top of
it.
I have downloaded R source from the official site.
I have uncompressed the archive and ran the configure as root in
/usr/local/bin.
The configuration procedure dies writing:
*configure: error: Neither an F77 compiler nor f2c found
*
but actually
2003 Jun 10
4
PDA's over SIP channels on Asterisk
Is it possible for two PDA's to communicate like telephones via SIP channels
on a PC running Asterisk? If that is possible, does there exist any
applications that can be installed on a Zaurus 5600, which is a PDA with an
Xscale processor running on a Linux OS, that can essentially turn it into a
softphone? Thanks in advance for any input,
Daniel
2004 Apr 22
1
Problem with ownership of non-root files at destination
I'm using rsync to mirror my Sharp SL-5500 Linux PDA
home directory to my Linux desktop over a
TCP/IP-on-USB link.
I'm running the following command as root on the 5500:
/home/QtPalmtop/bin/rsync -av /home/zaurus \
192.168.129.1::zaurus
I'm running the rsync server out of xinetd. I have
verified with 'ps' that the server, when it starts, is
running as root. The files are
2000 Mar 06
2
f2c question
Hello,
I decided to try to compile R version 1.0.0 on my home-hacked linux
system. This is not a conventional distribution, but has been upgraded
countless numbers of times (I think it started as a 1.2.13). It's up to
2.2.13 (kernel version) and I still use gcc 2.7.2.3. I have managed to
deal with the fortran part of R with f2c. As it turns out I can compile
the program OK, but when it
2004 May 31
4
Need guides on setting up PDA on asterisk server
Can PDAs be used as softphones/clients on asterisk?
what i wanted to do is to set up 2 PDAs as softphone(client) which allows them to communicate each other through asterisk server(desktop)
devices i have:
pda compaq model 3680
pda sharp sl5500
access point
desktop(asterisk)
can i apply my idea on the asterisk? any guides? thanks in advance :)
---------------------------------
Do
2002 Oct 18
3
Potential serious problem with Shorewall.
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig05F2F5838E1DC28DCA5557B7
Content-Type: multipart/mixed;
boundary="------------040200040609050204020409"
This is a multi-part message in MIME format.
--------------040200040609050204020409
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Hi,
Using Mandrake 9.0 and
2006 Nov 21
1
f2c to achieve reentrancy in odesolve?
I am beginning a much-delayed update of odesolve to include several
ordinary differential equation solvers from the Livermore package
ODEPACK. These are much-used and reliable Fortran codes, and I plan (as
I did for lsoda in the current odesolve package) to make as few changes
as possible to the Fortran 77 code. However, recently someone wanted to
make nested calls to lsoda, which will not work,
2004 Aug 29
1
Re: [R] R on gentoo amd64 (gcc 3.3.3) is unstable --- no!
My appologies, this estimation is about right,
I spent last week at COMPSTAT in prague and didn't follow the list
closely.
Inspite of this fact I believe my posting is not entirely out of date.
regards
Diman Todorov
------------------------------
You are 8 days behind the times -- take a look at the current R-devel.
On Sun, 29 Aug 2004, Diman Todorov wrote:
> Dear Dirk,
> I
1998 Apr 02
2
f2c
I have a problem with my dynamically loaded code in R not finding pow_ii, which
for some time I thought was because library f2c is not on my Sparcstation.
However, I have now been experiencing the same problem in Linux, with all the
proper libraries in place.
My incomplete understanding of elf and shared libraries does not help, but when
compiling a complete program I usually muddle through.
2004 Aug 06
6
PDA as source client
Has anybody used anything other than a PC as a source for icecast2? Are
PDAs powerfull enough? I know vorbis encoding takes a signifigant amount
of CPU power, but I've been able to do it on 4 year old PCs. Does a
206MHz Intel StrongARM 32-bit RISC processor have as much power as a 200
Mhz Pentium?
I'm thinking Compaq iPaq, running Familiar Linux and IceS, would make a
nice portable
2004 Aug 29
1
Re: [R] R on gentoo amd64 (gcc 3.3.3) is unstable --- no!
Dear Dirk,
I have had the exactly same problem like Ivo and his solution worked for me.
Hence the USE=f77 flag is NOT a typo but a Gentoo quirk.
As far as modifying the configure script is concerned, I believe that it is certainly
possible to perform said check (if 'f77 --version == f2c' then die)
only on x86_64 platforms.
And I'd argue it is f2c's fault. AMD64 linux distros have
2004 Sep 10
4
SIP on Handhelds
Does anyone know if SIP will/is support on handheld PCs such as the iPaq
or Axiom? With their integrated 802.11b and Bluetooth it seems like a
solution to provide a wireless based sip phone for any user would be
possible. Handoff between access points might be problematic but most
users I know would be using their PDA phone in an airport with free
wireless or at the local cafe, etc, etc...
Can
2004 Aug 21
1
Re: [R] R on gentoo amd64 (gcc 3.3.3) is unstable --- no!
On Sat, 21 Aug 2004 ivo_welch-rstat8783@mailblocks.com wrote:
>
> peter/brian: thank you for the help. i can now report that gentoo
> amd64 can compile R just fine, too; it requires the f77 USE flag and a
> gcc compiler rebuild first, though. I also went to gcc 3.4.1. my
> segfault troubles earlier were caused by my use of f2c.
>
> suggestion: would it be possible to
2003 Feb 04
2
Hardware List Draft
Here's a list of non-PC hardware I found that supports Vorbis, with
links and short descriptions. It's still kind of rough, and I don't
have personal experience with any of these things, though where noted, I
have gotten email from the company. This is still just a draft.
I've made links, and also left the URLs after the headings so it
converts to text well. Following the
2003 Mar 06
1
[stuart.leask@nottingham.ac.uk: R in your pocket on a Sharp Zaurus]
Ah, but the interesting thing is that they are coming out with a 'clam'
version like the 5MX. Details are limited at the moment, but that could
mean the combination of 5MX usability with a supported linux distro. I
am drooling in anticipation. Sounds like a "I've finally finished my
PhD and deserve a treat" situation to me :)
Dave
On Thu, Mar 06, 2003 at 09:17:20AM
1997 Aug 21
0
R-alpha: f2c
> If we don't assume that everyone has f2c then people distributing
> libraries need to distribute all or part of libf2c. Source to libf2c is
> readily available.
I'm a bit confused about this discussion, but since I don't have f2c on
the computer I've been using the past week, I assume most of the
necessary parts on this library have been distributed with R (but I
2004 Sep 13
1
Re: [R] R on gentoo amd64 (gcc 3.3.3) is unstable --- no!
This has been in the R-admin manual for a least a week, and I reported it
here earlier than that.
R 2.0.0 alpha does not allow f2c on 64-bit platforms.
It's all been dealt with quite awhile ago ....
On Sun, 12 Sep 2004 ivo_welch-rstat8783@mailblocks.com wrote:
>
> from the gentoo folks, on f2c problems with R on 64bit platforms:
>
> "Config and me finally found the
2002 Jul 13
3
wow! and what about h/w players for vorbis files?
wow! i must say vorbis deprecates mp3! lol.
although, i had to use the "OSS/3d for XMMS" plugin on my sblive value
w/ 4 point sound to get a proper base. On my other box with a diff card,
bass is just fine.
however, are there any h/w players for vorbis files? the faq only states
one manufacturer called iObjects but i see no portable players!
Basically, i want to player vorbis files