Skip to content
Advertisement

Tag: ld

x86_64-conda_cos6-linux-gnu-ld: cannot find -lc

I cannot install most of new packages in R, because of the following error: x86_64-conda_cos6-linux-gnu-ld: cannot find -lc. in some cases it is cannot find x86_64-conda_cos6-linux-gnu-ld: cannot find -lm Based on this post, the -l option is for linking dynamic libraries. This post suggests sudo yum install glibc-static. But, I have no administration permission. Any help is highly appreciated. Answer

R: install package tkrplot. Error message: ld: cannont find -lXss

I want to install the tkrplot package for R on my opensuse42 computer using install.packages(“tkrplot”,dep=TRUE) However, I get an error message and i dont know how to proceed. gcc -std=gnu99 -shared -L/usr/lib64/R/lib -L/usr/local/lib64 -o tkrplot.so tcltkimg.o -L/usr/lib64 -ltcl8.6 -L/usr/lib64 -ltk8.6 -L/usr/lib64 -lX11 -lXss -lXext -L/usr/lib64/R/lib -lR /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lXss collect2: error: ld returned 1 exit status /usr/lib64/R/share/make/shlib.mk:6: recipe for

Visual Studio 2015/Linux extension produces a “collect2 : error : ld returned 1 exit status” with Cygwin

I am currently trying the Linux Extension of Visual Studio 2015. I plan to have several target machines using various distribs. So far, my testing machine is a Windows 7 with an up-to-date Cygwin with all needed packages (openssh, g++, gdb…) installed. The test I’m conducting consists in a very simple C++ “Hello world” file, and the VS projects settings

Advertisement