search for: gwhite

Displaying 17 results from an estimated 17 matches for "gwhite".

Did you mean: white
2006 Aug 21
0
problem building openssh-4.3p2 on Fedora Core 5 using gcc -std=c99
...d version to conflict with the replacement version. I'm willing to accept the view that gcc -std=c99 shouldn't #def strsep, but a google search indicates this is a common problem that is usually handled by #define HAVE_STRSEP, so it seems wisest to adjust configure to deal with this case. [gwhite at fc5 test]$ zcat ~/Desktop/openssh-4.3p2.tar.gz | pax -r [gwhite at fc5 test]$ cd openssh-4.3p2/ [gwhite at fc5 openssh-4.3p2]$ uname -r 2.6.17-1.2174_FC5 [gwhite at fc5 openssh-4.3p2]$ gcc --version gcc (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1) [gwhite at fc5 openssh-4.3p2]$ CFLAGS='-std=c99 -O...
2001 Jun 28
1
core dump running modreg-Ex.R (PR#1002)
...0 was used to compile modreg, e.g.: f90 -OPT:IEEE_NaN_inf=ON -KPIC -O2 -c sslvrg.f -o sslvrg.o $ dbx ../../bin/R.bin dbx version 7.3 MR 55458_Apr30_MR Apr 30 1999 13:44:41 Core from signal SIGBUS: Bus error (dbx) where > 0 sslvrg(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7ffdaa38) ["/disk2/gwhite/src/R-1.3.0/src/library/modreg/src/sslvrg.f":94, 0x5fceff54] 1 sbart(0xd, 0x7ffcebc8, 0x7ffdab20, 0x7ffdf940, 0x7ffe4760, 0x5fd058dc, 0x10cdb9a8, 0x7ffdaa38) ["/disk2/gwhite/src/R-1.3.0/src/library/modreg/src/sbart.f":204, 0x5fcee388] 2 qsbart(0xd, 0x7ffcf3f8, 0x7ffcf3d8, 0xb,...
2001 Jul 27
2
PROBLEM: Error 111: Insufficient Memory
Hi, I'm trying to run a setup program (for evrsoft's First Page 2000 html editor program). When I run the setup program it unpacks to 99% complete and falls out every time at 99% before it starts to run the setup program complaining with "Error 111: Insufficient Memory Available...". Does anyone have an ideas on how to get round this type of problem (I'm fairly new to
2016 Nov 08
2
proplems installing R 2.5 on Ubuntu 14.04
----- Am 8. Nov 2016 um 15:26 schrieb Johannes Ranke johannes.ranke at jrwb.de: > Hi > > try > > apt-get build-dep r-base > > this installs the headers required for building current R, which probably also > covers older versions - at least it will give you X11 headers. > > Good luck, > > Johannes > > Hi Johannes, i tried that and it didn't
2004 Apr 23
4
is.na(valid_date) too often true on SGI MIPS (PR#6814)
Full_Name: George N. White III Version: 1.9.0 OS: Irix 6.5.21m Submission from: (NULL) (142.176.61.212) R-1.9.0 built using the SGI MIPSPro compilers Installation directory: /usr/local C compiler: c99 -OPT:IEEE_NaN_inf=ON -mips4 -n32 -O3 -OPT:Olimit_opt=on C++ compiler: CC -OPT:IEEE_NaN_inf=ON -mips4 -n32 -O3 -OPT:Olimit_opt=on -LANG:std Fortran compiler:
1999 Feb 17
1
Irix 6.5: > is.na(c(1,NA)) #> FALSE FALSE
R 0.63.2, compiled using SGI cc and f90 on Irix 6.5 gives: > is.na(NA) [1] TRUE # OK > is.na(c(1,NA)) [1] FALSE FALSE # expected FALSE TRUE > is.nan(NaN) [1] FALSE # expected TRUE > is.nan(1/0) [1] FALSE # ditto The above functions work correctly for R compiled with gcc and g77 on an Irix 6.2 system. The Irix 6.5 release notes
2004 Sep 14
2
A question please
Hi Does R have a proceedure/software for capture recapture? Thank you. Lawrence Lessner Please respond to LLessner at nycap.rr.com
2016 Nov 08
0
proplems installing R 2.5 on Ubuntu 14.04
...and get: configure: error: --with-x=yes (default) and X11 headers/libs are not available Looking in config.log, I see: configure:44433: gcc -std=gnu99 -o conftest -g -O2 -I/usr/local/include -L/usr /local/lib64 conftest.c -lXt -ldl -lm >&5 /tmp/cc8fJIay.o: In function `main': /home/gwhite/Documents/Testing/R-2.5.1/conftest.c:205: undefined reference to `XrmInitialize' collect2: error: ld returned 1 exit status configure:44439: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "R" | #define PACKAGE_TARNAME "R" | #define PACKAGE_...
1999 Feb 16
1
Missing tick marks bug on alpha solved
On some systems (alpha), tick marks don't appear on plots. The easiest way to see the problem is something like: > plot(0:1,axes=FALSE) > axis(1,1:2) The problem is in X11_Line(...) from .../src/unix/devX11.c, which is so short I've included the whole function below: static void X11_Line(double x1, double y1, double x2, double y2, int coords, DevDesc *dd) {
1999 Feb 09
3
Installing on 64-bit Dec or SGI
Hi all, The systems guys here in the stat dept don't seem to be able to compile R on the Dec Alphas or on the SGIs. Can anyone give them a hand? -Greg ------------------------------------------------------------------------------- Gregory R. Warnes | It is high time that the ideal of success warnes at biostat.washington.edu | be replaced by the ideal of service.
1998 Jan 11
0
R-beta: New version 0.61.1
...orm return(x,y) will now return a list with named components. o Parsing of nested "if" statments was broken. This is fixed now. (Reported by Paul Gilbert). o Wrong declaration of ConsoleBufCnt in src/main/scan.c caused crash in Irix (George White <gwhite at bodnext.bio.dfo.ca>) o if(nmatch = 0) bug in src/main/character.c fixed (Doug Bates) o R_alloc/S_alloc fixes. The former allocated 4 times more than needed, the latter zeroed half of what it got, sizeof() mistakes in both cases. o c(ordered factor) caused...
1998 Jan 11
0
R-beta: New version 0.61.1
...orm return(x,y) will now return a list with named components. o Parsing of nested "if" statments was broken. This is fixed now. (Reported by Paul Gilbert). o Wrong declaration of ConsoleBufCnt in src/main/scan.c caused crash in Irix (George White <gwhite at bodnext.bio.dfo.ca>) o if(nmatch = 0) bug in src/main/character.c fixed (Doug Bates) o R_alloc/S_alloc fixes. The former allocated 4 times more than needed, the latter zeroed half of what it got, sizeof() mistakes in both cases. o c(ordered factor) caused...
1997 Sep 26
1
Samba 1.9.17 fails to truncate share mode file (fwd)
Thank you for the information that you have passed on to me. My own research has found that ftruncate is quite happy to set a file to the same size that it is already, so something else must be causing the problem. The comment before the ftruncate in set_share_mode says the file is being truncated just for safety, so normally it is probably not necessary to truncate the file. Regards, Tim >
1999 Jan 05
1
Compiling 1.9.18p10 or p8 on SCO OSR5.0.4
...the problem. I get the same messages if I use "1.9.18p10" or "1.9.18p8". I am running SCO OpenServer 5.0.4 with supplement rs504c applied. The section of the Makefile that I have un-commented is: # This is for the European distribution of SCO. # Contributed by Urmet.Janes@gwhite.goodwin.ee FLAGSM = -DSCO -DSHADOW_PWD LIBSM = -lsec -lsocket /usr/lib/libcrypt_i.a -lintl Is this the correct section to be using or should I be using the following section. # Use this for SCO OpenServer 5 with TCB passwords (default). # contributed by Scott Michel <scottm@intime.intime.com...
1998 Oct 15
1
Problem to map home dir
...for SCO Unix 3.2v2 (ODT 1.1) with TCB passwords (default). # Contributed by Stephen.Rothwell@pd.necisa.oz.au # N.B. this needs gcc # FLAGSM = -DSCO -DSecureWare -DSCO3_2_2 # LIBSM = -lprot -lcrypt_i -lsocket -lm -lintl # This is for the european distribution of SCO. # Contributed by Urmet.Janes@gwhite.goodwin.ee # FLAGSM = -DSCO -DSHADOW_PWD # LIBSM = -lsec -lsocket /usr/lib/libcrypt_i.a -lintl # Use this for SCO OpenServer 5 with TCB passwords (default). # contributed by Scott Michel <scottm@intime.intime.com> # you may also like to add the -dy switch (recommended by Marnus van # Nieke...
1997 Dec 31
0
R-beta: small patch for R-0.61 on SGI Irix 5.3
I built R-0.60.1 using SGI's cc and f77 compilers, but it dumped core in scan.c: ConsoleGetchar(), so I waited for 0.61. This had the same problem, which appears to be fixed by the following patch: *** scan.c.000 Fri Nov 21 00:06:43 1997 --- scan.c Wed Dec 31 12:11:05 1997 *************** *** 27,33 **** static char ConsoleBuf[CONSOLE_BUFFER_SIZE]; static char *ConsoleBufp; ! static
1998 Jan 29
0
Funding freeeware (was: R-beta: help in sept) (fwd)
There needs to be more recognition in the academic community of the importance of contributions to widely used software. While many organizations are encouraging software development if it generates revenue, it is harder to measure the value of software that you give away. It is often hard to measure the number of users, so unless they mention you in citations, there is little hard evidence to