[Rd] Building R-1.4 on Tru64
Albert Chin
r-devel@stat.math.ethz.ch
Wed, 3 Apr 2002 02:16:37 -0600
On Wed, Jan 02, 2002 at 04:35:47PM +1100, Richard Beare wrote:
> Hello everyone,
>
> I've just attempted to build R-1.4 on Compaq Tru64 (I'll enclose the
> text from bug.report() from R-1.3.1 at the end.) The relevant part of
> the log is below.
>
> Any ideas?
>
> gcc -shared -o methods.so do_substitute_direct.o
> methods_list_dispatch.o method_meta_data.o slot.o -L/usr/local/lib
> /usr/ucb/ld:
> Warning: Unresolved:
> ...
Try:
$ gcc -shared -Wl,-expect_unresolved,"*" -o methods.so \
do_substitute_direct.o methods_list_dispatch.o \
method_meta_data.o slot.o -L/usr/local/lib
--
albert chin (china@thewrittenword.com)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._