Skip to content
Prev 839 / 15075 Next

compilation failed for package Design

As a point of comparison only, I have R installed from source code on 
an OS X Mac (10.2.8), namely
_                       
platform powerpc-apple-darwin6.8.5
arch     powerpc                 
os       darwin6.8.5             
system   powerpc, darwin6.8.5    
status   Patched                 
major    1                       
minor    8.1                     
year     2004                    
month    01                      
day      12                      
language R
my configure arguments were
     --enable-R-shlib --with-blas=-framework vecLib --with-lapack

With that configuration, Design did install without the error 
Christof reported, albeit with warnings from ld.
Removing "-lfrtbegin" (what it's for I don't know) was not necessary.
<-snip->
* Installing *source* package 'Design' ...
** libs
g77   -fno-common  -g -O2 -c lrmfit.f -o lrmfit.o
g77   -fno-common  -g -O2 -c mlmats.f -o mlmats.o
g77   -fno-common  -g -O2 -c robcovf.f -o robcovf.o
gcc -bundle -flat_namespace -undefined suppress -L/sw/lib -o 
Design.so lrmfit.o mlmats.o robcovf.o  -L/sw/lib 
-L/usr/local/lib/gcc/powerpc-apple-darwin6.6/3.4 
-L/usr/local/lib/gcc/powerpc-apple-darwin6.6/3.4/../../.. -lfrtbegin 
-lg2c -lSystem -lcc_dynamic 
-L/Users/macq/darwin.apps/R/R-1.8.1/build/bin -lR
ld: warning multiple definitions of symbol _xerbla_
/Users/macq/darwin.apps/R/R-1.8.1/build/bin/libR.dylib(print.lo) 
definition of _xerbla_
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib(ProjectBuilderMasterObjectFile.o) 
definition of _xerbla_
ld: warning multiple definitions of symbol _BC
/sw/lib/libreadline.4.dylib(terminal.so) definition of _BC
/sw/lib/libncurses.5.dylib(lib_termcap.lo) definition of _BC
ld: warning multiple definitions of symbol _UP
/sw/lib/libreadline.4.dylib(terminal.so) definition of _UP
/sw/lib/libncurses.5.dylib(lib_termcap.lo) definition of _UP
ld: warning multiple definitions of symbol _PC
/sw/lib/libreadline.4.dylib(terminal.so) definition of _PC
/sw/lib/libncurses.5.dylib(lib_tputs.lo) definition of _PC
** R
** help
  >>> Building/Updating help pages for package 'Design'
      Formats: text html latex example
<-snip->

-Don
At 1:20 PM -0700 3/3/04, Christof Bigler wrote: