[R] Solaris install problem ... mcount
Tim Hoar
thoar at cgd.ucar.edu
Thu Dec 6 23:56:28 CET 2001
Turns out you're right (imagine my surprise ;) -- a colleague of mine
also pointed this out. In my config.site I had
MAIN_CFLAGS="-pg -v" and
MAIN_FFLAGS="-pg -v" but NOT
MAIN_LDFLAGS="-pg -v"
The MAIN_CFLAGS and MAIN_FFLAGS comment blocks mention using the -pg
flag, but the comment block for MAIN_LDFLAGS does not. It might
be clearer to newbies like me if there was a similar comment in the
MAIN_LDFLAGS block.
Having said that:
I assume all responsibility for tinkering with the config.site file.
I should have known better.
Thanks for the always-prompt reply.
Tim
If I might make a suggestion; it would also be nice to have a comment
in the config.site file about using the png and jpeg libraries as well
as any "high-performance" libraries.
> Date: Thu, 6 Dec 2001 22:17:31 +0000 (GMT)
> From: Prof Brian Ripley <ripley at stats.ox.ac.uk>
> To: Tim Hoar <thoar at ucar.edu>
> Cc: r-help at stat.math.ethz.ch
> Subject: Re: [R] Solaris install problem ... mcount
>
> On Thu, 6 Dec 2001, Tim Hoar wrote:
>
> > Hmnnn...
> >
> > This is the third version of R I have installed and I am stumped on this one.
> >
> > There is some unresolved external I cannot find...
>
> Compiler version and flags? I don't have this in CConverters.o on Solaris
> 2.7 with
>
> markov% cc -V
> cc: Sun WorkShop 6 update 1 C 5.2 2000/09/11
>
> -xO5 -xlibmil -dalign -g -xarch=v8plusa
>
> and suspect it's related to coverage or profiling.
>
> >
> >
> > /opt/SUNWspro/bin/cc -v -o R.bin CConverters.o Rdynload.o RNG.o apply.o
> > arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o
> > complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o devPS.o
> > devPicTeX.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o
> > envir.o errors.o eval.o format.o fourier.o gram.o gram-ex.o graphics.o
> > internet.o iosupport.o lapack.o list.o logic.o main.o match.o memory.o model.o
> > names.o objects.o optim.o optimize.o options.o par.o paste.o platform.o plot.o
> > plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o random.o
> > regex.o relop.o saveload.o scan.o seq.o size.o sort.o source.o split.o
> > subassign.o subscript.o subset.o summary.o unique.o util.o version.o vfonts.o
> > xxxpr.o ../unix/libunix.a ../appl/libappl.a ../nmath/libnmath.a
> > -xlic_lib=sunperf -lsunmath -R/opt/SUNWspro/lib -L/opt/SUNWspro/lib
> > -L/opt/SUNWspro/WS6U1/lib -L/usr/ccs/lib -L/usr/lib -lfui -lfai -lfai2
> > -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lm
> > -lz -lnsl -lsocket -lreadline -ldl -ltermcap -lm -xlic_lib=sunperf
> > Undefined first referenced
> > symbol in file
> > _mcount CConverters.o
> > ld: fatal: Symbol referencing errors. No output written to R.bin
> > gmake[3]: *** [R.bin] Error 1
> > gmake[3]: Leaving directory `/contrib/R-1.3.1/src/main'
> > gmake[2]: *** [R] Error 2
> > gmake[2]: Leaving directory `/contrib/R-1.3.1/src/main'
> > gmake[1]: *** [R] Error 1
> > gmake[1]: Leaving directory `/contrib/R-1.3.1/src'
> > gmake: *** [R] Error 1
> >
> > I cannot find the object requiring "mcount", so I am having a hard time
> > trying to figure out where mcount might be hiding.
> >
> > 2[214]0 nightingale:/contrib/R-1.3.1 > cd src/main
> > 0[215]0 nightingale:/<1>R-1.3.1/src/main > grep -i mcount *
> > list.c:static int ItemCounts;
> > list.c: if(ItemCounts < MaxCount) {
> > list.c: for(j = 0 ; j < ItemCounts ; j++) {
> > list.c: SET_STRING_ELT(ans, ItemCounts, name);
> > list.c: ItemCounts += 1;
> > list.c: ItemCounts = 0;
> > list.c: savecount = ItemCounts;
> > list.c: ans = allocVector(STRSXP, ItemCounts);
> > list.c: ItemCounts = 0;
> > list.c: if(ItemCounts != savecount) {
> > list.c: ans = allocVector(STRSXP, ItemCounts);
> > list.c: for(i = 0 ; i < ItemCounts ; i++)
> > 0[216]0 nightingale:/<1>R-1.3.1/src/main >
> >
> > Any help?
> >
> > Thanks -- Tim
> >
> > ## Tim Hoar, Associate Scientist email: thoar at ucar.edu ##
> > ## Geophysical Statistics Project phone: 303-497-1708 ##
> > ## National Center for Atmospheric Research FAX : 303-497-1333 ##
> > ## Boulder, CO 80307 http://www.cgd.ucar.edu/~thoar ##
> >
> > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> > r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> > Send "info", "help", or "[un]subscribe"
> > (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
> > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> >
>
> --
> Brian D. Ripley, ripley at stats.ox.ac.uk
> Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
> University of Oxford, Tel: +44 1865 272861 (self)
> 1 South Parks Road, +44 1865 272860 (secr)
> Oxford OX1 3TG, UK Fax: +44 1865 272595
>
>
## Tim Hoar, Associate Scientist email: thoar at ucar.edu ##
## Geophysical Statistics Project phone: 303-497-1708 ##
## National Center for Atmospheric Research FAX : 303-497-1333 ##
## Boulder, CO 80307 http://www.cgd.ucar.edu/~thoar ##
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list