"David Ziger" <[EMAIL PROTECTED]> writes: > Would greatly appreciate some help. During R installation, we are > getting the following error message: > > > > '-lX11 is not found...' when doing gcc compile. > > > > The machine is an Opteron 64. I did some looking around and found > similar problems in which the advise was: > > a. make sure SDK is installed > > b. another had to modify the variable PKG_CONFIG_PATH > > > > Does anyone have some suggestions?
What OS are we talking about? Windows or Linux? You're sending mixed signals: If it is Windows, I don't understand why X11 is involved. If Linux, what is the "SDK"? On major Linux distributions, the usual culprit is to have forgotten to install the xorg-x11-devel package (or a similar package for XFree86). > > > Thanks, > > David Ziger > > Synopsys > > Austin, TX > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > -- O__ ---- Peter Dalgaard Ă˜ster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
