similar to: configure for R-0.65 (cont'd)

Displaying 20 results from an estimated 2000 matches similar to: "configure for R-0.65 (cont'd)"

1999 Sep 01
1
configure for R-0.65
I am trying to compile R-0.65 on a Sparc 20. I have gcc 2.7.2.2 and I have SC4.0. I used gcc to compile R-0.64.2 in July with no problems. Now when I run configure for R-0.65 I get the following message: >checking whether the C compiler (gcc ) works... no >configure: error: installation or configuration problem: C compiler cannot create executables. and then configure exits. I had no
2003 Nov 28
1
compile problem with gzfile
I just finished compiling today's r-patched (R 1.8.1 patched) on my old Sparc 20 using gcc 3.3 along with Sun's f77. As it was compiling, I noticed an error regarding gzfile. The compile process left the methods directory and continued on. Obviously, there was a problem, but I don't have the original error message from the compiler. After installing R, I get the following error
2002 Sep 15
1
printing graphics window on Mac OS 9.2
I'm a long time user of R, but I'm not a regular Mac user. I am now teaching in a room with a dozen Macs and I'm having a problem printing the graphics window. I'm using R 1.5.1 precompiled for Mac OS on Blue G3s with Mac OS 9.2. When I have the macintosh graphics device selected and use File, Print from the menu system, the OS attempts to print, but the machine hangs after a
2005 Sep 14
1
maximum string length in RdbiPgSQL and in R
Because my problem involves the RdbiPgSQL package, I sent a message similar to this one to the Bioconductor list. But while awaiting moderator approval of my message (because I am not a member of that list), it occurred to me to send it to R-help as the problem may be more general than just RdbiPgSQL. Here's my situation: I have been using RdbiPgSQL successfully for a year or two. I
2001 Jul 30
3
ATLAS
I thought I would try compiling R this time with the ATLAS libraries. I have compiled ATLAS and I have the following libraries: libatlas.a libf77blas.a libptcblas.a libtstatlas.a libcblas.a liblapack.a libptf77blas.a Is it sufficient to use ' --with-blas=libatlas.a ' when configuring or do I need to specify any of the other libraries as well? -- William D. McCoy
2001 Aug 20
1
Rdconv.pm errors while installing R
I have just compiled and installed R-patched on a Sparc 20 running Solaris 2.5.1. The compilation and installation went fine except for the message: Bare word found where operator expected at /usr/src/R/R-patched/share/perl/R/Rdconv.pm line 1491, near "$txtout txt_header" (Missing operator before txt_header?) I get similar messages for lines 1390, 1405, 1420, and 1448 in Rdconv.pm.
2001 Apr 03
0
Rdconv.pm
When I installed R 1.2.2 on a Sparc 20 running Solaris 2.5.1 and when I install a package, I get the messages: Bare word found where operator expected at /usr/local/lib/R/share/perl/R/Rdconv.pm line 1390, near "$txtout mywrap" (Missing operator before mywrap?) Bare word found where operator expected at /usr/local/lib/R/share/perl/R/Rdconv.pm line 1405, near "$txtout
1998 Oct 08
0
R-beta: filter function
Does R or any of its contributed libraries have a function similar to the filter() function in S-Plus? I can't seem to find a similar function. -- William D. McCoy Geosciences University of Massachusetts Amherst, MA 01003 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2011 Jun 18
0
Unexpected result with lag() et diff() in plm package.
I have an unexpected result with the functions lag() and diff() in the plm (panel data) package when used with transform(). These plm-specific functions are supposed to generate lags and first differences within each panel. lag() does not work properly the first time (it reproduces the same series--this is a common time series pitfall), BUT then it does work properly when it is run a second
2009 Nov 08
1
dup error of rsync 3.0.6-1 under cygwin 1.7.0-62 and 63
I have used earlier rsync on cygwin successfully for a long. I have now moved to cygwin 1.7.0, which required moving to rsync 3.0.6-1 at the same time. (The -1 is for minor cygwin-specific patches.) When I do almost any command with rsync, such as the one below, it breaks at a dup2 after a fork in pipe.c (routine piped_child). Windows gives error code 6, which is translated by cygwin to errno 9 =
2003 Mar 20
1
Question about Error due to memory allocation issue
Hi, I'm new to using R and I'm having problems in trying to do some quantile regressions with the package quantreg. When I try to use rq [specifically, I type in: rq(lnwagehr~lnmin1 + lncpi + ue03 + ue35 + ue57 + ue79, tau=.05, data=mydata, weights=pworwgt, method="fn", na.omit) ] , the computer churns for about 15 minutes and then spits out the following error message:
2011 May 30
0
Analysis of Dispersion
Does anyone know of an R implementation of Rao's (1965) described 'Analysis of Dispersion' which is the generalization of the General Linear Model, Y = XB, to multiple Y variables and the further use of the method to 'Test of Additional Information' in one set of Y variables corrected for a second set of Y variables, i.e. the generalization of covariance analysis. I have
2009 Dec 16
0
rsync hang on large file in a set
This is to both the rsync and cygwin lists, and I regret that it is vaguer than I would like, but ... With cygwin 1.7 (latest beta) and the rsync released with it (3.0.6-1) I try to sync a couple of Gb of Thunderbird mail files. The flag settings were -avzuP plus a --chmod and some includes/excludes to control which files to move. I would repeatably get "hangs" on particular files,
2004 Mar 14
1
1.8.1 Make problem on SunOS
I am trying to make R-1.8.1 on (SunOS shell1 5.8 Generic_108528-15 sun4u sparc SUNW,UltraAX-i2). I did ./configure make Configure output seems ok. The make proceeds until the following line appears, repeated indefinitely (until I break): ./config.status: ./confstat28489-19881/subs.frag: cannot overwrite existing file I suspect that this may involve write permissions (and maybe the umask set in
2001 Feb 27
2
win clients and sftp
I'm having trouble with users transferring files to a solaris box running ossh v2.3.1p1 via sftp using ssh.com's windows client. The sftp client appears not to respect the users umask, creating files with either mode 666 or 600. We're using version 2.4.0 of the windows client. Any ideas? thanks, -Brett ----------------- Brett Longworth Systems Manager Department of Biology
2002 Sep 27
1
ugh, continued ldap madness, cont'd
After a brief stint offlist (thanks Bradley), I'm closer to getting SMB/LDAP working but now am encountering something very odd, which he suggested I bring back to the list for "further evaluation". :-) > $ smbclient //TESTBOX/testshare -U dballing > added interface ip=10.15.49.142 bcast=10.15.49.255 nmask=255.255.255.0 > Password: > session setup failed:
1999 Sep 23
2
Race Condition cont'd
Thank you Paul for your response. Perhaps I can give a bit more info: RS/6000 H50 w/AIX 4.3.2 running Samba 2.0.5a PIII-450 NT4sp4 w/128MB I indicated yesterday that a race condition appeared to be happening. I later remembered that I turned on level2 oplocks on two read only shares as the last tunings we did before this began to happen. I got the info from the Speed.txt document in hopes of
1999 Sep 20
0
tinc and routing Cont'd
Hi, What i said above is not true, i didn't realize that the reason the route disappeared was caused by a script that restarts tinc (and also resets the tap device), not by tinc itself. I compiled and installed tinc 0.3 today. It seems to work ok, even on a very slow 486 that caused to crash earlier tinc version. -- Hans Bayle - Tinc: Discussion list about the tinc VPN daemon
2014 Mar 24
0
[PATCH 00/12] drm/nouveau: support for GK20A, cont'd
Hi Alexandre, Am Montag, den 24.03.2014, 17:42 +0900 schrieb Alexandre Courbot: > Hi everyone, [...] > > A few lines of hacks (not included here) are still needed to deal with cached > mappings triggering external aborts and CPU/GPU memory coherency issues, but I > hope to understand and address these issues next. For the coherency issue part you may want to look at my Nouveau on
2008 Apr 14
0
[LLVMdev] Calling Conventions Cont'd
On Mon, 14 Apr 2008, Jon Sargeant wrote: > Ugh, this isn't what I wanted to hear. Passing "complex" differently > than a structure containing two doubles is a bad design, but alas, > calling conventions are beyond our control. How many special cases like > this are there? If "complex" is the only special case, LLVM could There are a huge number of special