similar to: problems making R 1.7.1

Displaying 20 results from an estimated 5000 matches similar to: "problems making R 1.7.1"

2004 Dec 08
1
install bug with specific JPEG library by exporting CPPFLAGS variable
Hi there, I think I have found a small problem in the "/my/path/R-2.0.1/src/modules/X11/MakeFile" generation. During the configure step, I have specified a specific JPEG library by exporting CPPFLAGS variable. All compilation works well for individual files in the src/modules/X11/ directory, but when linking, the -ljpeg option doesn't work. I obtain the following message (in french
2003 Aug 22
1
problem compiling R in suse8.2
Hi I'm trying to compile R in SuSE 8.2 (updated with the gcc 3.3.1) but I'm getting the following error: /usr/X11R6/include/X11/keysymdef.h:1181:2: invalid preprocessing directive #d make[4]: *** [dataentry.lo] Error 1 make[4]: Leaving directory `/usr/local/src/compile/R-1.7.1/src/modules/X11' make[3]: *** [R] Error 2 make[3]: Leaving directory
2005 Jan 18
1
X11 installation problem Linux X86_64
Hello all, This is my first time posting, so forgive my ignorance. I've searched high and low but haven't come across the specific answer to my questions. configure runs fine, then make gives this error: ... gcc -shared -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -L/usr/X11R6/lib -lX11 -ljpeg -lpng -lz -lreadline -ldl -lncurses -lm /usr/bin/ld:
2003 May 26
1
Problem with a 64bit R on HP-UX]
Greetings, We are trying to compile a 64bit version of R (1.7.0) on HP-UX (11.11), but are running into some problems. The following relevant filesets are installed: B3901BA B.11.11.04 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800) B3909DB B.11.11.60 HP Fortran 90 Compiler and associated products (S800) B3913DB C.03.33.01 HP aC++ Compiler (S800) This is our configure step:
2005 Dec 05
0
Compiling R under AIX 4.3
Hi, I have some Problems compiling/linking R under AIX 4.3 Here what kind of compilers I use: $ /usr/local/bin/gcc -v Reading specs from /usr/local/lib/gcc/powerpc-ibm-aix4.3.2.0/3.4.3/specs Configured with: ../gcc-3.4.3/configure --disable-nls --disable-aix64 Thread model: aix gcc version 3.4.3 $ /usr/local/bin/ld -v GNU ld version 2.16 and then the IBM Fortran Compiler 'xlf95' I run
2005 Nov 25
1
Problems compiling R under AIX 4.3
Hi, I have problems compiling R 2.2.0 under AIX 4.3 with GCC and xlf95 (FORTRAN) Compilers. here the error message I got: make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11' make[1]: `Makedeps' is up to date. make[1]: Leaving directory `/home/mau/sy/R-2.2.0/src/modules/X11' make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11' /usr/local/bin/gcc
2007 Feb 03
1
Installation Help
Hi, I am trying to install R on a linux machine. The output of running ./configure is ============================== R is now configured for x86_64-unknown-linux-gnu Source directory: . Installation directory: /usr/local C compiler: gcc -g -O2 -std=gnu99 Fortran 77 compiler: g77 -g -O2 C++ compiler: g++ -g -O2 Fortran 90/95
2004 May 19
2
R 1.90 make problem with /usr/X11R6/include/X11/Xutil.h on suse linux 9.1?
This is probably a Suse specific problem and not a bug in R, but I'm reporting it in case it's useful for someone to know about.... Trying to compile R1.9.0 from source on a standard Suse 9.1 install (athlon in a shuttle sn41g2). configure seems fine but the Suse X11R6 Xlib.h might be toxic. In case it helps, here's the sad end to the make output. I can post the Xlib.h if that
2007 Feb 03
0
Installation Help [Ignore]
Dear all, I just went around the error I got. For your record, in case someone encounter this again, the problem was in the "zlib" compression utility ( /usr/local/lib64/libz.a: could not read symbols: Bad value) which was not compiled in my machine using the "-fPIC" flag. It turns out that this library is used by the "png" module in R, therefore I just compiled R
2003 May 05
1
problems compiling R on AIX5.1
Hello, I'm trying to compile R (versions 1.6.0, 1.6.1, 1.6.2 and 1.7.0) on our IBM Power3 Machine for an external user. I always used to configure with ./configure --prefix=/scratch_tmp/harald/instala I've never achieved to compile 1.7.0 because it seems that a file called R.exp is missing (or maybe it's not well referenced on the makefile). Output of make: .... xlc_r
2005 May 13
1
R make errors
I tried to install the latest version of R (2-1.0)in anAIX machine. I was able to tar, and configure with no errors. However, when I said make, I got the following errors: gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 ld: 0711-317 ERROR: Undefined symbol:
1999 Apr 19
2
A couple problems installing 0.64 (under linux, redhat 5.2)
I'm encountering a couple problems configuring and making R 0.64 under linux, redhat 5.2 These problems didn't occur when I build 0.63.2 Any suggestions would be greatly appreciated. (1) configure generates the warning: "configure: warning: Cannot determine how to create shared libraries. Please set CPICFLAGS, FPICFLAGS and SHLIBLDFLAGS in `config.site'." I'm not
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
Some issues with the recent R-devel (rsync today) on Darwin: 1) Recent R-devel is a bit misleading concerning the R-framework installation: A new option --enable-R-framework was introduced, but install-Rframework ignores its absence (or --disable-R-framework for that matter) and tries to install the framework anyway in / which fails just after the R itself was copied into /Versions/.... I
2003 Oct 31
1
R-1.8.0 + IBM VisualAge/C for AIX compiler
A while ago I compiled R 1.7.0 for AIX (with the above compiler - I'll call it xlc) and I was surprised that it went quite smoothly. Unfortunately with R 1.8.0 it's not as easy, but I succeeded at least partially. Static R works fine (after some tweaking), but --enable-R-shlib fails resp. produces a buggy R. Following are the problems I encountered (in a warning-to-fatal-error
1998 Sep 30
4
R-beta: compiling R-0.62.3 on SuSe Linux
On my RedHat 5.1 machine at the office I am happily using R installed from Martyn Plummer's RPM's of R-62.3 for RH 5.1 At home I have SuSe Linux 5.3 on my PC and as RH 5.1 is libc6 based and SuSe 5.3 is still libc5 based the RH 5.1 RPM's do not install and work on SuSe (even though they have a test version of glibc). So I downloaded R-0.62.3.tgz from www.ci.tuwien.ac.at/R and tried
1999 Apr 22
2
R compiling on SOLARIS 2.6
We here at HGSI have a consultant doing some statistical work for us. HGSI bought and installed SAS, but our consultant insists that R and Rweb is a better solution. I do not know either package so I do not know, hence we are ditching SAS for R and Rweb. Any comments on this are welcom. Now for the real problem. Rweb is very expensive (time wise). The number of prereqs is way more than I thought
2023 Jun 05
0
[ANNOUNCE] xorgproto 2023.1
This release introduces a couple of new options for existing extensions: * A new option PresentOptionAsyncMayTear for the Present extension, * A new flag XFixesClientDisconnectFlagForceTerminate to the XFixes XFixesClientDisconnectFlags intended to be used by screen lockers, where the server must exit if the screen locker does. The other changes include various fixes, clarifications
2000 Mar 15
1
solaris without x
i am trying to compile the current release on solaris 8. i do not have a complete x installation on my server. so i tried ./configure --without-x this is what i get making dataentry.d from dataentry.c In file included from dataentry.c:28: dataentry.h:22: X11/X.h: No such file or directory dataentry.h:23: X11/Xlib.h: No such file or directory dataentry.h:24: X11/Xutil.h: No such file or directory
2004 Feb 02
0
problem building R on HPUX 11.23
When building the X11 modules under HPUX 11.23 I get the following errors ld: Unsatisfied symbol "Rf_isNull" in file dataentry.lo ld: Unsatisfied symbol "Rf_length" in file dataentry.lo ld: Unsatisfied symbol "Rf_warningcall" in file devX11.lo ld: Unsatisfied symbol "UNIMPLEMENTED" in file dataentry.lo ld: Unsatisfied symbol "R_alloc" in file
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
Hello - I'm trying to compile R 1.7.0 on a PowerBook running OS X 10.2.5. I've compiled R (1.6.2) successfully before on this machine, under either 10.2.3 or 10.2.4. My gcc is from the latest Apple Developer Tools release and the g77 is up-to-date via Fink. R passes ./configure just fine, with the following options: R is now configured for powerpc-apple-darwin6.5 Source