RetroShare / Lua4RS

run Lua scripts inside RetroShare to do different tasks.
GNU Lesser General Public License v3.0
6 stars 3 forks source link

Compile Problem #1

Closed morpheusbeing closed 9 years ago

morpheusbeing commented 9 years ago

Debian Testing. Qt5.4.2.

lpthread
/usr/bin/ld: //usr/local/lib/liblua.a(lapi.o): relocation R_X86_64_32 against `luaOnilobject' can not be used when making a shared object; recompile with -fPIC //usr/local/lib/liblua.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status Makefile:227: recipe for target 'libLua4RS.so.1.0.0' failed make: *\ [libLua4RS.so.1.0.0] Error 1

Not sure what this means with -fPIC and where to put. Some guidance please

sehraf commented 9 years ago

I'm closing the bug report for now since it looks like a bug in your setup (see RS forum). When you find something useful feel free to reopen it.

sehraf commented 9 years ago

solution: see #2