chunying / gaminganywhere

GamingAnywhere: An Open Cloud Gaming System
http://www.gaminganywhere.org/
Other
842 stars 296 forks source link

libga.so eror #63

Closed geethanjalibalusu closed 6 years ago

geethanjalibalusu commented 6 years ago

I am trying to install gaminganywhere in my ubuntu 12.04 and I get this errors while running ga in "make all" command. If some one has solved this, please let me know. The error is" libga.so" geethanjali@geethanjali-HP-Pavilion-15-Notebook-PC:~/Downloads/gaminganywhere-0.8.0/ga$ make all make -C core make[1]: Entering directory /home/geethanjali/Downloads/gaminganywhere-0.8.0/ga/core' g++ -shared -o libga.so ga-common.o ga-conf.o ga-confvar.o ga-module.o ga-avcodec.o ga-crc.o rtspconf.o dpipe.o vconverter.o vsource.o asource.o encoder-common.o controller.o -pthread -L/usr/local/lib -lpostproc -lavdevice -lavfilter -lswscale -lavformat -lavcodec -lva-x11 -lva -lxcb -lX11 -ljack -lasound -lSDL -lz -lswresample -lavutil -lrt -lm /usr/bin/ld: /usr/local/lib/libswscale.a(utils.o): relocation R_X86_64_32S against.bss' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libswscale.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[1]: [libga.so] Error 1 make[1]: Leaving directory `/home/geethanjali/Downloads/gaminganywhere-0.8.0/ga/core' make: [core] Error 2 geethanjali@geethanjali-HP-Pavilion-15-Notebook-PC:~/Downloads/gaminganywhere-0.8.0/ga$