similar to: R compile on AIX 5.3

Displaying 20 results from an estimated 8000 matches similar to: "R compile on AIX 5.3"

2006 Feb 28
1
Compiling R on aix getting error
I am trying to compile R 2.2.1 on aix 5.3 with xlc/xlC 7.0 , but i am getting the error below. I did a search on the archive and someone had a similar error as me but I can't seem to find a fix for the error below. Target "R" is up to date. Target "R" is up to date. Target "R" is up to date. Target "R" is up to date. Target "Makedeps" is up
2009 Jun 05
1
R 2.9.0 on AIX 5.3: Error: Invalid DESCRIPTION file
Hi, I am trying to install R 2.9.0 on AIX 5.3. During the 'make' run I get the following error: Error: Invalid DESCRIPTION file Invalid Priority field. Packages with priorities 'base' or 'recommended' or 'defunct-base' must already be known to R. See the information on DESCRIPTION files in section 'Creating R packages' of the
2006 Jul 11
1
Shared Library Support for AIX?
Fellow R Enthusiasts, I noted on the "R Installation and Administration" page, section C.9 that "--enable-R-shlib" is reported not to work for AIX. Has anyone made any further progress with this as of late? I've successfully compiled R 2.3.1 on AIX 5.2ML7 and AIX 5.3ML3. However, I'd really like to use RSPerl so I can attack R with Perl. Is there a way to do this
2006 Apr 19
1
AIX libjpeg still looms
Simon, Did you get a chance to review your AIX configuration? I'd be curious to know the differences with my own as while I have R installed, I still get the error related to libjpeg.a. Error in get(getOption("device"))() : X11 module cannot be loaded In addition: Warning message: unable to load shared library '/usr/local/R/lib/R/modules/R_X11.so': Could not load module
2008 May 22
2
1501-511 Compilation failed for file ch2inv.f - R on AIX 5.2.
Hi, While executing the make after successful configuration (./configure --with-readline=no --without-iconv), the following error occurs: mbf2n11s (Regatta) /saswork/R/R-2.7.0$ make Target "R" is up to date. Target "R" is up to date. Target "R" is up to date. Target "R" is up to date. Target "Makedeps" is up to date. Target "libbz2.a"
2009 May 15
2
Trouble with Tinc at make level
Hello, I'm sorry to post this seemingly quite mundane issue, but I just do not find what's wrong with what i did... please help. Basically typing the make command returns a message in french (that one is normal) that says that no goals and no rules were specified. I realize it's a typical make error message but I don't see/am not familiar enough with the output of ./configure to
2007 Mar 29
1
AIX testers needed
With much thanks to Ei-ji Nakama, R 2.5.0 alpha supports building on AIX (at least AIX 5.2 on one system). Would anyone able to test this please get the latest tarball from http://cran.r-project.org/src/base-prerelease/R-latest.tar.gz and try installing (after reading the AIX notes in R-admin.html section C.9). In particular it would be very helpful to know if 1) --enable-BLAS-shlib works
2006 May 02
1
compile R on Solaris 9
I can't make R on a Solaris 9 box. Does anyone have any suggestions? Thanks in advance. <3>-> make `Makedeps' is up to date. `libbz2.a' is up to date. `Makedeps' is up to date. `libpcre.a' is up to date. `Makedeps' is up to date. `libz.a' is up to date. ../../../src/include/libintl.h is unchanged ../../../include/libintl.h is unchanged `localecharset.h'
2006 Mar 20
1
compilation and installation of dspam-plugin
hello johannes, i just discovered your wonderful plugin for dovecot. it was pretty much exactly what i was looking for, only that i didn't know that yet :) "Instead of moving mail into special folders, the user has two actions available: moving it out of the SPAM folder and moving it into the SPAM folder. The dovecot plugin watches these actions [...] and tells dspam that it made an
2015 Feb 24
2
Call for testing: OpenSSH 6.8
On Mon, Feb 23, 2015 at 04:17:37PM -0800, Kevin Brott wrote: > Hrm - must have been a timing issue or my user error. In any case, just > pulled the latest commits ... > > *AIX 6.1/7.1 now fails here:* > *...* > xlc_r -O2 -qarch=ppc -qalloca -I/usr/include > -I/opt/freeware/include -I. -I. -O2 -qarch=ppc -qalloca -I/usr/include > -I/opt/freeware/include
2005 Apr 18
14
[Bug 1017] socklen_t test in configure fails/configure stops
http://bugzilla.mindrot.org/show_bug.cgi?id=1017 Summary: socklen_t test in configure fails/configure stops Product: Portable OpenSSH Version: 4.0p1 Platform: All OS/Version: AIX Status: NEW Keywords: low-hanging-fruit Severity: normal Priority: P2 Component: Build system AssignedTo:
2015 Feb 24
4
Call for testing: OpenSSH 6.8
On Mon, 23 Feb 2015, Kevin Brott wrote: > > Yup - that cleared that hurdle ... now it dies here on AIX: > > xlc_r -O2 -qarch=ppc -qalloca -I/usr/include -I/opt/freeware/include > -I. -I. -O2 -qarch=ppc -qalloca -I/usr/include -I/opt/freeware/include > -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" >
2005 Mar 17
1
Bogus autoconf test for socklen_t
This affects the XMMS plugin. configure.in has this test: AC_CHECK_TYPES(socklen_t, [], []) And src/plugin_xmms/http.c is the only consumer: #ifndef HAVE_SOCKLEN_T typedef unsigned int socklen_t; #endif Together this looks bogus to me. The configure check looks for socklen_t in the default headers. If it isn't found there, socklen_t will be typedef'ed. However, at least on
2015 Sep 14
2
[PATCH] Dont bypass compiler driver for Dependency generation options
> On Sep 13, 2015, at 11:04 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > > On Thu, Sep 10, 2015 at 1:55 AM, Khem Raj via Syslinux > <syslinux at zytor.com> wrote: >> We can let compiler driver pass the right options to preprocessor after >> processing -Mxy options, right now its bypassing the gcc driver and >> handing them straight to cpp >>
2015 Sep 10
3
[PATCH] Dont bypass compiler driver for Dependency generation options
We can let compiler driver pass the right options to preprocessor after processing -Mxy options, right now its bypassing the gcc driver and handing them straight to cpp This also helps in other compilers processing these options correctly for their preprocessors consumption Signed-off-by: Khem Raj <raj.khem at gmail.com> --- mk/syslinux.mk | 4 ++-- 1 file changed, 2 insertions(+), 2
2002 Dec 25
1
Trouble installing samba
Well Hello one and all, I am just getting my feet wet here with Linux (Using Mandr... x86 300 Mhz machine) and I have been having a bit of troub... samba. > I have downloaded RPM's, source files, binaries, and what not, read > tutorials after tutorials, FAQ's up the wazo and have still not be able > to get this damned program to work. > > To simplify things I will go
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
2004 Mar 02
7
FreeBSD Security Advisory FreeBSD-SA-04:04.tcp
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-04:04.tcp Security Advisory The FreeBSD Project Topic: many out-of-sequence TCP packets denial-of-service Category: core Module: kernel
2001 Oct 26
2
problems building on solaris 2.6
Using the latest cvs sources, the compilation of ssh.c fails. The 'struct rlimit rlim;' line is being expanded by cpp into 'struct rlimit64 rlim;' and there is no struct rlimit64 defined. In order to get the struct rlimit64 to be included when the #include <sys/resource.h> is used, it appears to need the _LARGEFILE64_SOURCE symbol defined OR it needs the '#if
2005 Jan 19
1
Fix for R-devel+Quartz
Current R-devel doesn't compile on OS X, because "-framework Carbon" was (correcly) removed main_ldflags, but it was not added to flags for grDevices, where it is needed now. The following tiny patch remedies the issue (it is sufficient to include AppKit as only that subset of Carbon is needed): Index: src/library/grDevices/src/Makefile.in