similar to: Make on RH6.1

Displaying 20 results from an estimated 600 matches similar to: "Make on RH6.1"

1999 Apr 14
2
R code for repeated measures
For anyone who might be interested, I now have a home page (finally) on which can be found the R code, data, and output for all the examples and some of the exercises in the second edition of my Models for Repeated Measurements (being printed, out in June or July), as well as the latest version of my R libraries: http://www.luc.ac.be/censtat/ Jim
1999 Apr 14
2
R code for repeated measures
For anyone who might be interested, I now have a home page (finally) on which can be found the R code, data, and output for all the examples and some of the exercises in the second edition of my Models for Repeated Measurements (being printed, out in June or July), as well as the latest version of my R libraries: http://www.luc.ac.be/censtat/ Jim
2000 Feb 16
1
Please Help: samba-2.0.6 problem in RH6.1
Hello, I am trying to install samba-2.0.6 (1999/11/10) inside an Intel box running RH 6.1. I went to the directory /home/dsahu/samba-2.0.6/packaging/RedHat/ and issued the command sh makerpms.sh During the rpm compilation, I got a message "Bad owner/group: /usr/src/redhat/SOURCES/makefile-path.patch" Any suggestions to make this work will be appreciated. TIA and
1999 Dec 20
0
RH6.1 Group access for shares
I've set up a samba 2.0.5a / RedHat 6.1 file server. It's all going fine, but for a minor issue that is irritating rather than critical. I have directories for each dept, and then sub-dirs for users, with a dept share dir in each dept dir. I can set the valid users to individual users for the shared directories but some of the depts have 25 - 30 people and so I'd like to use groups
2007 Jan 30
1
Solaris 10 compilation issue
I am trying to compile R-2.4.1 in 64-bit on Solaris 10 running on AMD hardware. I am trying to do this with Sun Studio 11. My config.site looks like this: #! /bin/sh AR="/usr/ccs/bin/ar" TEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/tex" LATEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/latex" PDFTEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/pdftex"
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
I am trying to compile R-2.4.1 in 64-bit on Solaris 10 running on AMD hardware. I am trying to do this with Sun Studio 11. My config.site looks like this: #! /bin/sh AR="/usr/ccs/bin/ar" TEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/tex" LATEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/latex" PDFTEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/pdftex"
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old problem resurface: how should we deal with packages which contain Fortran code and may need to be linked against additional libraries such as -lf2c? The current consensus is that extra Fortran libraries maybe needed are handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are added by default if g77 is used.
2000 May 02
5
starting smb services at bootup on x86 RH6.1
I am running RH6.1 on an x86 with 2.0.6 installed with an RPM. I am confused as to getting smb to start at bootup. It works fine if I start it manually (/etc/rc.d/init.d/smb start). I swear, the 5.2 installation had smb start at bootup, but I can't find the difference between the two. Is the answer 1 - edit the /etc/inetd.conf file (swat needed a line uncommented) 2 - edit the
2000 Feb 14
0
samba 2.05 with RH6.1 and Win98
Hello, I had samba working fine with RH6.0 but now I cannot get it to work... I cannot even see the SAMBA machine in my network neighbor hood. TCP/IP connectivity is fine... Has something changed in this version?? Why does the smb.conf now have 'server string' instead of 'netbios name'??? I have attached smb.conf and smb thanks Ken -------------- next part --------------
1998 Sep 11
2
R-beta: compiling problems under DU4.0D
I've down loaded R version 0.62.3 . After packing it out on my Digital personal workstation running DU4.0D i configure using the command "R_PRINTCMD=ppr CC=cc CFLAGS="-O" PERL=/local/bin/perl5 ./configure --prefix=/local/math" after this I'm trying to make the package and issue the command "make" at the end of this process I get the following error:
1998 Jun 18
1
Compiling under Digital Unix
I tried a compilation of R-0.62.1 on a DEC Alpha that identifies itself as Digital UNIX V4.0A (Rev. 464); Thu May 14 14:08:00 CDT 1998 $ uname -a OSF1 atlas.stat.wisc.edu V4.0 464 alpha I got to the final link step then got an error with gcc -ieee_with_inexact -g -O2 -I../include -c version.c f77 -o R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o
1999 May 17
1
minor installation problems
Hello, I just finished installing R-0.64.1 on my linux machine (using kernel 2.0.36 under red hat 5.2, and gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) ) The two problems I had: 1. ./configure --with-readline --with-x --prefix=/usr/local ran to a point, then gave up with ... checking return type of signal handlers... void checking for working const... yes
1999 May 17
1
minor installation problems
Hello, I just finished installing R-0.64.1 on my linux machine (using kernel 2.0.36 under red hat 5.2, and gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) ) The two problems I had: 1. ./configure --with-readline --with-x --prefix=/usr/local ran to a point, then gave up with ... checking return type of signal handlers... void checking for working const... yes
1999 Jun 02
0
__setfpucw
I'm trying to install R on a linux RedHat5.2. when I 'make', here is what's happens : ../lib/libunix.a(system.o): In function `main': /home/mathieu/R-0.62.4/src/unix/system.c:489: undefined reference to `__setfpucw does anyone know the solution ? thanks. *-----------------------------------------* ¦ mathieuros at bigfoot.com ¦ ¦ Maitrise d'ingenierie
1998 Sep 10
2
R-beta: trouble compiling 0.62.3 on SunOS 4.1.4: lgamma conflicts
I've recently tried to get 0.62.3 up on our Suns (4.1.4, using gcc; I'm also having trouble with a Solaris 2.6 compile but I haven't given up hope on that one yet) -- the last compile I did was 0.61.1, which worked smoothly. Running ./configure --prefix=/usr/local/apps/R/R-0.62.3 [--with-g77] (tried both with and without g77, eventually get to the same place), I get a conflict
1998 Mar 27
1
R-beta: Problems during compilation of R for Solaris 2.6
Hello, I am inexperienced in C program compilation and I receive the following error during the compilation of R (version 0.61.2) for Solaris 2.6. I have installed the gcc 2.8.0 version. >> gcc -o R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o >> coerce.o colors.o complex.o context.o cov.o cum.o dataframe.o debug.o >> deparse.o deriv.o
1999 May 14
1
R 0.64 and -release fails to build on DU4.0 (PR#196)
OS: Digital Unix 4.0E Compiler: vanilla f77 and cc. Build error: f77 -o ../../bin/R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o errors.o eval.o format.o fourier.o gram.o gram-ex.o graphics.o iosupport.o list.o logic.o main.o match.o memory.o
2006 May 01
6
R-2.3.0 make error
Dear list, When compiling the R-2.3.0 on FC4 x86_64, I got the following errors: make[3]: Entering directory `/project/scratch3/ligroup/wuming/src/R-2.3.0/src/main' gcc -Wl,--export-dynamic -L/usr/local/lib64 -o R.bin Rmain.o CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o
2002 Jan 08
2
installing R-1.3.1 on Solaris 2.6
Hi All, I am trying to install R1.3.1 on solaris 2.6 using the gcc/g77 compiler. The configure step succeeded, but make failed. The compiler versions I used are: gcc version 2.95.2 19991024 (release) g77 version 2.95.2 19991024 (release) CC workshop Compilers 5.0 98/12/15 C++ 5.0 I can't use the c++ compiler(v2.95.2), since it failed the configure step. I can't use f77 either,
2000 Dec 15
1
R on Redhat 7 / glibc problem (PR#768)
Full_Name: Barry Rowlingson Version: 1.2.0 OS: Redhat 7.0/i386 Submission from: (NULL) (148.88.0.11) Compiling R 1.2.0 from source on a RH7.0 machine I get: ../unix/libunix.a(sys-unix.o): In function `R_getProcTime': /root/R-1.2.0/src/unix/sys-unix.c:153: undefined reference to `__sysconf' /root/R-1.2.0/src/unix/sys-unix.c:154: undefined reference to `__sysconf' - it installed