-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Knowing that the package rgeos, from the R language, requieres a prior installation of geos libraries, I installed, both, libgeos and libgeos-c1 (3.2.2), using the synaptic installer in my Ubuntu 12.04 (32 bit) machine.
Then I tried to install rgeos directly from the R console, and it issued a message…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am getting this error:
non-dynamic relocations refer to dynamic symbol stderr
failed to set dynamic section sizes: Bad value
I am using a mips toolchain with fPIC p[ation. Lots of .o files and libraries are involved. How do I find the cause of the error?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way to have gcc generate %pc relative addresses of constants? Even when the string appears in the text segment, arm-elf-gcc will generate a constant pointer to the data, load the address of the pointer via a %pc relative address and then dereference it. For a variety of reasons, I need…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am running ruby1.9 on Debian 5, and did not manage to install 'unicorn' with rubygems. I got this error and do not really know how to solve it.
Do you have any idea of the possible root cause ?
> gem install unicorn
Building native extensions. This could take a while...
ERROR: Error installing…
>>> More
-
as seen on Super User
- Search for 'Super User'
I'm trying to install a libspopc, but when I run the make I get the following output:
cc -Wall -Wextra -pedantic -pipe -fPIC -Os -DUSE_SSL -c session.c
cc -Wall -Wextra -pedantic -pipe -fPIC -Os -DUSE_SSL -c queries.c
cc -Wall -Wextra -pedantic -pipe -fPIC -Os -DUSE_SSL -c parsing.c
cc -Wall -Wextra…
>>> More