On 01/09/2005, at 4:14 PM, Kjell Konis wrote: > Here is my environment: > CPPFLAGS="-I/Volumes/muffin/DarwinPorts/include" > LDFLAGS="-L/Volumes/muffin/DarwinPorts/lib" > F77=g77-dp-3.4 > CC=gcc-dp-3.4 > CXX=g++-dp-3.4
It looks to me as if you building R on 'Darwin Ports' rather than MacOS X. You may find it easier to use MacOS X instead. All you need is a standard Tiger or Panther plus Xcode and the g77 and tcl/tk from the R binary distribution. Forget all your flags bringing in the ports stuff and just follow the instructions and it will build. Bill Northcott _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
