Displaying 20 results from an estimated 1000 matches similar to: "Compiling R on HP-UX: "DP relative code""
2000 Sep 15
3
R on HP-UX, again: modreg.sl fails, 1 arith test fails
I want to report the progress of my attempts to get R running on HP-UX
with gcc:
Firstly, I could work around the PIC problem by leaving out all the lib stuff
(I rebuilt gcc with --enable-share, but this (alone) did not help), e.g. the
line
gcc -shared -fPIC -o ctest.sl ansari.o fexact.o kendall.o ks.o prho.o swilk.o -L/usr/local/lib -lg2c
-lm -L/lib/pa1.1 -L/usr/lib/pa1.1 -u main
2000 Mar 29
5
Porting R
I am trying to get R 1.0 running on the Mac.
The main target is MacX. Anyone else working on that?
For the recent Macintosh system, I am trying to compile R using MachTen.
The R core compiles and runs without any changes, using the Unix make files.
The libraries give some problems, presumably due to handling of shared
libraries. It seems I am missing something to link. Before I spend my time
2003 Sep 26
1
installation : make fails (R-1.7.1 on RedHat 8.0)
Hi,
I'm trying to compile R-1.7.1 from source (on a RedHat 8.0) instead of
using the binary version, as it has often been advised.
However I don't manage to find a solution to the following error which
occurs during the make procedure :
/!\-------------------------------------------/!\
building package 'ctest'
mkdir -p -- ../../../library/ctest/R
mkdir -p --
2000 Mar 20
1
Need Help Getting through Make on HP-UX 10.20
Hi,
I have a problem with getting through the make process. It fails
during the ld process. Can someone explain the errors that I get ?
`Makedeps' is up to date.
`libappl.a' is up to date.
`libmath.a' is up to date.
`libunix.a' is up to date.
`../../bin/R.X11' is up to date.
building package `base'
../../../library/base/R/base is unchanged
building package `ctest'
2015 Oct 24
0
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
I have determined why there are many "WARNING: Duplicate symbol:" messages.
*** My apologies for the length *** There is a lot of detail - but I
hope the detail will help R - and others - setup correct options for
shared libraries.
*** As I press send, I have not stopped testing (my final trial here
might not even work) - but!
*** the message is that shared libraries do not need to have
2002 Sep 20
1
Install with 64-bit GCC 3.2 (PR#2048)
Hi,
been trying to build R-1.5.1 for som eof our users here.
No probs with gcc-3.2 32-bit installtion, but thought we'd try it with
the 64-bit just for the crack.
Configuring thus
CC=gcc3 CFLAGS="-m64" CXX=g++3 CXXFLAGS="-m64" F77=g773 FFLAGS="-m64"
LDFLAGS="-m64 -L/usr/local/packages/gcc-3.2/lib/sparcv9" ./configure
2007 Mar 07
1
compiling latest version of R
Dear R-help community,
I have had trouble in the past installing the latest version of R: we got the
errors shown below (the computer specifications and version of R are below
that). Does anybody have tips for compiling the latest version of R so that I
can avoid these errors?
configure
make
...
...
...
f90: CODE: 0 WORDS, DATA: 0 WORDS
gcc -G -L/usr/local/lib -o stats.so init.o kmeans.o
2007 Dec 03
0
Make error while installing R 2.6.1 on GNU/linux
Hello there,
I am having trouble installing R-2.6.1 on GNU/linux.
Here is how I configure and run it:
./configure --with-x=no --enable-R-shlib
make
The configure step is uneventful, the tail end of make follows. Does anyone have any experience with that?
Thanks a lot in advance for any suggestions.
gcc -std=gnu99 -shared -L/usr/local/lib -o stats.so init.o kmeans.o ansari.o bandwidths.o
2002 Nov 14
1
R-1.6.1, Mac OS X 10.2.2 build failure
I tried building R-1.6.1 under Mac OS X 10.2.2 and experienced the
following build failure:
<...stuff omitted...>
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning: as it has already been specified as a non-system
directory
gcc -bundle -flat_namespace -undefined suppress -L/usr/local/lib -o
ctest.so ansari.o chisqsim.o d2x2xk.o
2006 Jul 19
3
error when compiling "stats" library in R-2.3.1 on Solaris x86
Hello,
I tried to compile v2.3.1 on Solaris x86 with SUN Pro compilers.
I had an error while stats libarary was being compiled and I notice that "-xtarget=generic64" was not passed to f95 while cc used it.
Could you tell me how to fix this problem?
f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c sgram.f -o sgram.o
f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c
2002 Apr 18
1
Problem compiling on HP-UX 10.20
I am having a problem compiling R on an HP-UX 10.20 system using gcc/g77
compiler. It appears to compile without problems until it gets to the lapack
module and I get the following error:
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -D_HPUX_SOURCE -fPIC -O2 -c Lapack.c -o Lapack.lo
g77 -fPIC -O2 -c double.f -o double.lo
g77 -fPIC -O2 -c cmplx.f
2000 Feb 04
1
problems compiling 1.2.2 on HP-UX 10.20 (gcc)
The problem seems to be that if you #include <utmpx.h>
without suitable -DPOSIX_SOMETHING magic, you get no struct
utmpx (all that stuff is wrapped w/ "#ifdef
_INCLUDE_XOPEN_SOURCE_EXTENDED").
I'm not sure how you all are handling such portability
issues. Thx,
Will
==================
I configured with
# ./configure --prefix=/.=our-deploy/openssh-1.2.2 --without-shadow
1999 Nov 04
1
R_OpenSiteFile: Do not use a null ptr as filename in fopen (PR#312)
I get crashes when I call R without any arguments and having no
environment variables R_PROFILE and RPROFILE.
The reason is, that in unix/sys-common.c in R_OpenSiteFile() fopen
is called with a null ptr as filename (because this is the outcome
of getenv()).
Although most compilers seem to interpret this as "file not found",
this is an undefined behavior concerning to all C standards
2000 May 03
1
Bug report -- 1.0.1, HP-UX (PR#532)
Dear R folks,
Additional problem... bug.report() failed, so am sending it from another
mailer. The file it generated is appended.
Thanks
Russ
--
Russell V. Lenth -- Department of Statistics & Actuarial Science
The University of Iowa -- Iowa City, IA 52242 USA
Tel (319)335-0814 -- FAX (319)335-3017
mailto:Russell-Lenth@uiowa.edu - http://www.stat.uiowa.edu/~rlenth/
===== R.bug.report
1999 Dec 18
0
compiling on alpha/linux
Thanks to Brian Ripley, Douglas Bates, and Peter Dalgaard, who all pointed
me towards the assembler (or compiler/assembler conflicts) as the likely
culprit in my earlier "opcode" errors (most of original question below).
After a lot of looking around, we found out that the particular alpha
system we bought (from Microway) doesn't like the gnu compilers; it
prefers Compaq's c
1999 Dec 07
1
problem compiling: alpha/linux: sqrttsu
Hi, all.
In trying to compile R v.0.90 on an alpha running Red Hat Linux 6.0, I'm
getting the following error:
make[3]: Entering directory `/home/mcw/alpha-R/R-0.90.0/src/appl'
gcc -I. -I../include -I../../src/include -DHAVE_CONFIG_H -mieee -g -O2 -c cpoly.c
-o cpoly.o
/tmp/ccPjZNwd.s: Assembler messages:
/tmp/ccPjZNwd.s:312: Error: unknown opcode `sqrttsu'
/tmp/ccPjZNwd.s:2631:
2002 Nov 21
0
please can someone help me?
i've got a problem with configuring and installing samba 2.2.6
i've got a hpux 10.20 running on a "I40" hp-risc based machine. when i
unzip and untar the installation-file and start configuring it with
"./configure --prefix=/usr/local/samba2"
i get the following output:
loading cache ./config.cache
checking for gcc... no
checking for cc... cc
checking whether the C
2015 Oct 18
2
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
On 2015-10-15 15:02, Prof Brian Ripley wrote:
> On 15/10/2015 13:32, Michael Felt wrote:
>> Hi.
>>
>> Just wanted to let you know I am getting close to packaging R for AIX in
rephrase - would like to be active in keeping R binaries current for
AIX. My interest in not in R per se (rather a colleague who has a
project that uses R, so I hope to assist him, and others like him).
1998 Mar 26
1
Err...HP-UX 10.20 compile problems of samba-1.9.18p3
All...
I'm new to the HP-UX environment...
I'm trying to build 1.9.18p3, using the HP compiler...I get
the following errors:
Compiling util.c
cpp: "values.h", line 27: warning 2001: Redefinition of macro MAXINT.
cpp: "includes.h", line 290: error 4036: Can't open include file
'sys/statfs.h'.
cpp: "includes.h", line 292: error 4036: Can't
2002 Jul 08
0
[Bug 345] New: w (uptime) command still indicates user is logged in after logout
http://bugzilla.mindrot.org/show_bug.cgi?id=345
Summary: w (uptime) command still indicates user is logged in
after logout
Product: Portable OpenSSH
Version: -current
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: minor
Priority: P2
Component: Build system
AssignedTo: