Displaying 20 results from an estimated 1000 matches similar to: "segfault in AIX"
2007 Feb 02
1
Problem installing R-2.4.1 on AIX 5.3
Dear all,
I have some problems to install R-2.4.1 on AIX 5.3.
Configure string:
./configure --with-readline=no LDFLAGS='-bshared' --with-jpeglib=no --with-libpng=no --with-lapack=no --prefix=/cineca/prod/Bioinf/R-2.4.1
configure .site=
#! /bin/sh
CC=xlc
F77=xlf
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
CXX=xlc
CXXFLAGS=' -g -O'
SHLIB_LDFLAGS=-W1, -G
MAKE=gmake
Configure ends
2007 Jul 16
1
Problem building R with Sun Studio Compiler
I would like to Build R-2.5.1 on OpenSUSE 10.2 using the SunStudio 12
compilers(http://developers.sun.com/sunstudio/index.jsp)
R builds and passes make check fine without optimising. However, when I try to compile with optimisation turned on
(-fast) the build gets stuck in an infinite loop at the following point:
Sun_Studio/sunstudio12/bin/cc -m64 -shared -Kpic -m64 -fPIC -o grDevices.so
2007 Jun 25
1
R-2.5.0 compilation problem on Linux powerpc
Hello everybody,I am having an error while compiling R-2.5.0 on Linux
powerpc.
This is what I see when I do a make:
gcc -std=gnu99 -shared -L/usr/local/lib -o grDevices.so chull.o devNull.o
devPicTeX.o devPS.o devQuartz.o init.o
../../../../library/grDevices/libs/grDevices.so is unchanged
make[5]: Leaving directory
`/home/vivekv/sw_alg/R-2.5.0/src/library/grDevices/src'
make[4]: Leaving
2009 Mar 11
1
Compiling R-2.8.1 on Sparc Solaris 10: libRlapack.so: symbol __vlog_: referenced symbol not found
Hi,
I am compiling R2.8.1 on a Sun M4000 machine with Solaris 10.
I am using Sun Studio 12.
I get the following error:
cc -xtarget=native64 -G -L/usr/sfw/lib/sparcv9 -L/opt/csw/lib/sparcv9 -o
grDevices.so chull.o devNull.o devPicTeX.o devPS.o devQuartz.o init.o
mkdir ../../../../library/grDevices/libs
Warning in solve.default(rgb) :
unable to load shared library
2006 Oct 24
0
problem compilation on AIX
I'm trying to install R-2.4.0 on AIX 5.2. But, I have an error message
during the compilation.
Can you help me please?
I have used :
export OBJECT_MODE=64
export CC=/usr/bin/xlc_r
export F77=/usr/bin/xlf_r
export CXX=/usr/bin/xlC_r
export LDFLAGS='-brtl'
export CFLAGS='-O2 -qstrict'
export FFLAGS='-O2 -qstrict'
export CXXFLAGS='-O2 -qstrict'
./configure
2007 Sep 15
0
(PR#9910) Incomplete library linking for grDevices.so on
What compiler system is this? And what settings were used?
We are not seeing such a problem on Solaris 10 (neither Sparc nor x86_64)
with the Sun Studio 11 compilers they shipped with (a month or two ago).
Note that the error message is not to do with subject line: it is
launching R and /export/home/gordonp/Desktop/R-alpha/lib/libRlapack.so
that has the problem.
I don't think that
2008 Sep 10
0
Trouble compiling R with self-compiled LAPACK/ATLAS under Linux
Hello,
I just had a lot of trouble compiling a version of R which uses a
recently-compiled version of ATLAS and LAPACK. ATLAS and LAPACK compiled
correctly and installed fine and passed all of their checks (and yes, I did
compile them all with -fPIC as is required for R). This was my initial
configure line:
./configure --with-x --enable-threads=posix
--with-blas="-L/usr/local/lib
2015 Jan 08
1
compile only samba file server components
is it possible to compile only smbd(file server) components with samba
source 4.1.12?
having -without-ad-dc and -without-winbind options in configure, still see
other commponents compiled.
using following steps to compile on AIX 6.1 with XLC.
unset LIBPATH
unset LD_LIBRARY_PATH
export InstallDir=/opt/samba
export OBJECT_MODE=64
export CC="/opt/IBM/xlC/13.1.0/bin/xlc_r -g"
export
2008 Jul 17
2
AIX 5.3 --enable-R-shlib --with-x ---with-iconv make error with R-2.7.0 and R-2.7.1
Hi guys,
I am trying to compile a 64bit version of R 2.7.0 on AIX 5.3. And I am
running into some troubles. I also try the latest version 2.7.1 and
get the very similar errors.
The machine info:
-----------------------
$uname -srvp
AIX 3 5 powerpc
----------------------
My configuration is this:
----------------------------------------------------------
./configure \
2010 Jan 25
1
Help on R-2.10.1 installation on AIX5.3
Hi all,
I met a problem with R-2.10.1 installation on AIX5.3.
The error message is as following:
make[3]: Entering directory `/rnd/homes/tmp/R-2.10.1/src/library/tools'
building package 'tools'
mkdir ../../../library/tools
make[4]: Entering directory `/rnd/homes/tmp/R-2.10.1/src/library/tools'
mkdir ../../../library/tools/R
mkdir ../../../library/tools/po
make[4]: Leaving
2006 Nov 21
1
building R 2.4.0 on aix
I'm trying to build R 2.4.0 on aix 5 and not having much luck. If
anyone on the list has built 2.3 or 2.4 on AIX and would be willing
pass along some hints, I would be grateful. So would the research
group that's waiting to use R.
Thanks,
Roy Heimbach
--
Roy Heimbach <royh at hpc.unm.edu> / 505-277-8348
User Services / Center for High Performance Computing
University of New
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
The R-1.2.1 builds have gone fairly smoothly on most of my UNIX
architectures, but there were many warnings reported by the picky SGI
compiler that could be eliminated in future releases.
Generally, I have found the SGI compilers very helpful in ferreting
out portability problems, unused and/or obsolete variables, unexpected
datatype coercions, etc., and they compile faster than any other
2004 Jun 23
1
R 1.9.1 compilation error
Dear Sir/Madam,
I encounter some problem duuring compilation of R 1.9.1 on AIX 5.1, after
running "./configure" then I type "make" to compile:
# make
.....
gcc -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre
-I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c registration.c -o registration.o
g77 -g
2001 Jun 25
0
Dokumentation bug in src/include/Graphics.h (R-1.3.0) (PR#994)
The header file still contains the old places for some code that is
now in the 'module' section:
* currently existing device drivers:
* FILE driver name prefix
* ---------------------- ------------------
* ../main/devPS.c PS _and_ XFig
* ../main/devPicTeX.c PicTeX
* ../unix/X11/devX11.c X11
* ../gnuwin32/devga.c GA
* ../unix/gnome/devGTK.c GTK
* ../unix/gnome/devGNOME.c
2009 Feb 13
2
Identifying graphics files produced by R
Oftentimes, I see graphs on the web that *look* like they've been
produced by R, but I can never be sure. Or can I? I notice that
PostScript files include a "%%%Creator: R Software" line, but do R
graphics drivers encode any identifying information in GIF or PNG
files more commonly used on the web? And of so, would such evidence
necessarily be obliterated in post-processing (e.g
2014 Nov 14
10
[Bug 2315] New: OpenSSH 6.7p1 on AIX 7.1 compile issue
https://bugzilla.mindrot.org/show_bug.cgi?id=2315
Bug ID: 2315
Summary: OpenSSH 6.7p1 on AIX 7.1 compile issue
Product: Portable OpenSSH
Version: 6.7p1
Hardware: PPC
OS: AIX
Status: NEW
Severity: normal
Priority: P5
Component: Build system
Assignee: unassigned-bugs at
2001 Nov 07
1
segmentation fault with GCC 3.0.2
I have now tested R 1.3.1 compiled with GCC 3.0.2 on Solaris and the example I
previously posted (repeated below) still gives a segmentation fault, as it does
with GCC 3.0.1 but not with 2.95.2. The eigen calculation sometimes needs to be
repeated several times before the segmentation fault occurs. La.eigen does not
cause a problem. (The problem occurred with R-devel too, but I have not tested
2008 Jun 24
4
Problem Compiling 1.1.1 on AIX
Hi all,
We've been running Dovecot since December '07 with with no glitches.
It's a great solid piece of software, thanks so much Timo!!
I thought I'd try out 1.1.1, so I brought it down and tried compiling
it on AIX, using the IBM compiler, xlc. It's what I've used all along.
The error I'm seeing on the make is:
source='array.c'
2001 Jul 25
2
Installation help
Hello,
I am trying to compile R using the Sun WorkShop 6.0 (Forte) compilers.
I don't think I am having a problem with the compilers, but instead with
figuring out how to modify the R configuration to use non-Gnu compilers.
I found in your documentation that one should modify the config.site
file
to change compilers, compiler flags, library paths, etc. I made
modifications
in this file,
2008 May 23
0
A problem about the Japanese font of OSX
Many Japanese were troubled with the setting of the font.
I added the following to .Rprofile first.
setHook(packageEvent("grDevices", "onLoad"),
function(...){
grDevices::quartzFonts(sans=grDevices::quartzFont(
c("Hiragino Kaku Gothic Pro W3",
"Hiragino Kaku Gothic