Hi, I can't seem to complete the compile. I can make 'libappl.a, Makedeps, libmath.a, Makedeps, libunix.a' but fail to go any further. If fails with the error: /usr/bin/ld: Unsatisfied symbols: XFreeGC (code) XSetClipRectangles (code) XCreateImage (code) XSetLineAttributes (code) XFillArc (code) XGetGCValues (code) ... and so forth. Then I get the error collect2: ld returned 1 exit status *** Error exit code 1 Stop. It looks like it can't find certain libs ? Any ideas what is happening ? Thanks for help. Marcus... -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Need Help compiling R
2 messages · Marcus J. Wong, Peter Dalgaard
Marcus "J." Wong <mwong at mipos2.intel.com> writes:
Hi, I can't seem to complete the compile. I can make 'libappl.a, Makedeps, libmath.a, Makedeps, libunix.a' but fail to go any further. If fails with the error: /usr/bin/ld: Unsatisfied symbols: XFreeGC (code) XSetClipRectangles (code) XCreateImage (code) XSetLineAttributes (code) XFillArc (code) XGetGCValues (code) ... and so forth. Then I get the error collect2: ld returned 1 exit status *** Error exit code 1
Um, what machine is this? You seem to be missing the X11 libraries. Common problem is not to have install "X11-libs", "X11-devel" or similar package (XFree86-libs, XFree86-devel, on RedHat)
O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._