Skip to content
Prev 68097 / 398521 Next

Install problem on Solaris 9

You need to see the config.log for foreign.  To do so, please

1) unpack src/library/Recommended/foreign.tgz in say /tmp
2) Run  /path/to/R_HOME/bin/R CMD INSTALL /tmp/foreign
3) Look in /tmp/foreign/config.log

HOWEVER, you still seem to have -m64 in foreign.ts.out: R is not going to 
have put that there, so it is something you did or something wrong in the 
configuration of your machine.

I also do not get
which I have never seen.   Here's what my config.log has (gcc 3.4.3, 
Solaris 8)

## ----------- ##
## Core tests. ##
## ----------- ##

configure:1346: checking for gcc
configure:1372: result: gcc
configure:1616: checking for C compiler version
configure:1619: gcc --version </dev/null >&5
gcc (GCC) 3.4.3
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE.

configure:1622: $? = 0
configure:1624: gcc -v </dev/null >&5
Reading specs from 
/opt/local/sol2.6/bin/../lib/gcc/sparc-sun-solaris2.8/3.4.3/specs
Configured with: ./configure
Thread model: posix
gcc version 3.4.3
configure:1627: $? = 0
configure:1629: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1632: $? = 1
configure:1655: checking for C compiler default output file name
configure:1658: gcc -O2 -g -Wall -pedantic   conftest.c  >&5
configure:1658: gcc -O2 -g -Wall -pedantic   conftest.c  >&5
configure:1661: $? = 0
configure:1707: result: a.out
On Mon, 18 Apr 2005, Shields, Rusty (IMS) wrote:

            
You never need

CPPFLAGS="-I/usr/include"

unless your compiler is broken, and apart from LDFLAGS R would have 
figured that all out for itself.

        
PLEASE do, not HTML mail as it asks.