similar to: compile under Ubuntu 8.10 (Ibex)

Displaying 20 results from an estimated 9000 matches similar to: "compile under Ubuntu 8.10 (Ibex)"

2009 Apr 11
1
Install odfWeave on Ubuntu 8.10 Intrepid Ibex
Hello togheter, I've installed R with this instruction: http://edtechdev.blogspot.com/2009/03/r-in-ubuntu-intrepid.html After that I tried to install odfWeave with this: > install.packages("odfWeave") Then there came this warning: Warnung in install.packages("odfWeave") : Argument 'lib' missing: use '/home/johannes/R/i486-pc-linux-gnu-library/2.8'
2007 Nov 26
2
R 2.6.1
R 2.6.1 is on its way to Debian unstable. I removed the references to gcc-4.2, so backporting should be easier. One thing I lfet in was the shlibs.local which will make R depend on tk8.4 newer than what testing and Ubuntu have, so Johannes and Vincent may need to remove the file. Debian testing users cannot run the unstable binaries as libc6 is ahead on unstable. We'll have to wait for libc6,
2008 Oct 10
0
[Etherboot-developers] [Fwd: [Bugreport+Patch] Syslinux doesn't compile on Ubuntu Intrepid Ibex (8.10)]
On Wednesday 08 October 2008 22:27:57 H. Peter Anvin wrote: > The newest syslinux (3.72 and the git-version) don't compile on the newest > Ubuntu release: Intrepid Ibex (8.10). Folowing the compile errors: Applied (with extensions to add -Wformat-nonliteral), thanks. Michael
2008 Oct 08
0
[Bugreport+Patch] Syslinux doesn't compile on Ubuntu Intrepid Ibex (8.10)
Hi, because the only info I found on the wiki was this mailinglist I'm sending this mail here. The newest syslinux (3.72 and the git-version) don't compile on the newest Ubuntu release: Intrepid Ibex (8.10). Folowing the compile errors: [...] cc1: warnings being treated as errors drivers/net/3c595.c: In function ?vxgetlink?: drivers/net/3c595.c:366: error: format not a string literal and
2009 Nov 03
0
[LLVMdev] LLVM + FORTRAN 95
Hi David/Renato, By AST I mean Abstract Syntax Tree. We are writing an optimization pass for some FORTRAN95 + MPI code that requires us to analyze the AST. We thought of 2 ways of doing this: 1. Compile the code using Clang/llvm-gfortran, get the textual AST dump (somehow), analyze the AST dump using Ruby, modify it and then feed back the modified AST to LLVM. 2. Do the analysis as an LLVM
2005 Mar 14
4
The corresponding Fortran77 codes for R function pt()
Hi, I'm trying to find the corresponding Fortran77 subroutines for R function pt(). I tried some Fortran77 subroutines to compute the t distribution function. But none of them are as good as R function pt(). Does anyone can give me some information about it? Thank you very much! Tianyue
2002 Dec 07
1
fortran -> R
Hi, i'm working with a interesting book from Michael Smithson: "Fuzzy Set Analysis for Behavioral and Social Sciences",1987. with small listenings in Fortran. It's a pitty that i'm more or less understand nothing from Fortran - have anybody an sugestion or perhaps interesting (...incl. Fortran skills ?) how i can get it in R or Java. Now anybody a Fortran2Java translator,
2010 Mar 24
1
Fortran DLLs and R
Hi All, I'm writing R code that would benefit from doing certain tasks using compiled blocks of code, specifically Fortran subroutines of my own (already written, debugged in both Fortran77 and Fortran90). I am currently working on a Windows machine using Lahey and/or MinGW(g77) compilers. It is possible to dynamically load Fortran DLLs into R as evidenced from the several documents
2011 Mar 22
7
q4wine first start
Hi, I'm new to this forum. I've installed wine and q4wine-0.120+r1-1.9 on SLED11 SP1. Whereas the wine shell works OK - iexplorer and notepad are active, I'm unable to make q4wine first launch- neither from the glass icon nor from GNOME terminal. The terminal after the command: me at linux:~> q4wine produces: Code: q4wine: symbol lookup error: q4wine: undefined symbol:
2009 Nov 03
7
[LLVMdev] LLVM + FORTRAN 95
2009/11/3 David Greene <dag at cray.com>: > Your best bet is to use llvm-gfortran.  I don't know what you mean by > "AST."  Do you really want an AST or something else (LLVM IR, something > higher-level, etc.)?  LLVM doesn't understand ASTs directly. Probably for high-level optimisations, or just to see if the parser is good, as I do in my compiler. But AST is
2008 Dec 29
1
kvoptions.sty
On an new install of Ubuntu 8.10 64bit, I am having trouble with make check-all checking package 'survival' and elsewhere: l.100 \fontencoding\encodingdefault\selectfont ! LaTeX Error: File `kvoptions.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) ! Emergency stop. <read *> l.2231
2002 Sep 30
2
"Rcmd SHLIB" does not work
R-users E-mail: r-help at stat.math.ethz.ch Hi! I would like to produce DLL files to be linked to R objects on Windows98SE. The source files are written in Fortran77. I input the command below on R console. Rcmd SHLIB aaa.f The result is: Error: syntax error Does this mean that "Rcmd SHLIB aaa.f" contains symtax error, or "aaa.f" contains it? Or do I need to do
2009 Mar 25
1
[LLVMdev] Google Summer of Code 2009
Hi, I am final year undergraduate in the Indian Institute of Technology Kanpur, India and I would like to work on the LLVM compiler infrastructure in the summers under Google Summer of Code 2009. I am greatly interested in adding new transformations and optimization passes to the existing compiler - particularly the _value range propagation_ or _predictive commoning_. Since coming across
2008 Nov 04
2
Repository issue with R 2.8.0 in Ubuntu 8.10
Dear List, I'm not an expert on Linux but I have been using Ubuntu and R sice two years ago. I've just installed Ubuntu Intrepid Ibex (8.10, Kernel: 2.6.27-7-generic) from the scratch and then installed R, following the instruction given on: http://cran.r-project.org/bin/linux/ubuntu/README, and everything worked fine. However, after the installation I realized that the installed
1999 Jul 01
1
version 0.5 of my libraries
A non-text attachment was scrubbed... Name: not available Type: text Size: 1534 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19990701/51ad9da6/attachment.pl
2020 Sep 25
1
Extra "Note" in CRAN submission
When I run R CMD check on the survival package I invariably get a note: ... * checking for file ?survival/DESCRIPTION? ... OK * this is package ?survival? version ?3.2-6? * checking CRAN incoming feasibility ... NOTE Maintainer: ?Terry M Therneau <therneau.terry at mayo.edu>? ... This is sufficient for the auto-check process to return the following failure message: Dear maintainer,
2005 Nov 03
1
Real FFT
The book "Numerical Recipes in Fortran77" by Press, Teukolsky, Vetterling and Flannery describes a way to "pack" the even and odd coordinates of a real vector "R" into a complex vector "C" of half the length. Then using various FFT symmetries, they extract the FFT of "R" from the FFT of "C" which is half the length of "R",
2009 Jul 01
1
Fortran90 and 77 on CentOS
Hi all, Is anybody here using Fortran90 and Fortran77 on their CentOS-machine(s)? If so, did you get that from a repo or something? One of our PhD-students needs a software that requires the Fortran compilers mentioned in order to make the sources for our i7-machines. The Fortran stuff that is available to me is from the standard CentOS repos, as well as Rpmforge and EPEL repos, from which I
2007 Jun 06
1
Metropolis-Hastings Markov Chain Monte Carlo in Spatstat
I'm testing some different formulations of pairwise interaction point processes in Spatstat (version 1.11-6) using R 2.5.0 on a Windows platform and I wish to simulate them using the Metropolis-Hastings algorithm implemented with Spatstat. Spatstat utilizes Fortran77 code with the preprocessor RatFor to do the Metropolis-Hastings MCMC, but the Makefile is more complicated than any I have
2019 Sep 06
2
install_github and survival
I cloned therneau/survival and the installation failed since there is no definition for exported function survfit(). A file seems to be missing - there is survfit0() and survfit0.R but, compared to CRAN, no survfit.R. Georgi Boshnakov ---------------------------------------------------------------------- Message: 1 Date: Thu, 05 Sep 2019 12:53:11 -0500 From: "Therneau, Terry M.,