You are not logged in.
Hi. I wonder if someone can help me with this. I'm trying to build Neko on Arch x64. I have recently reinstalled (it worked a couple of days ago)
gcc -shared -L../../bin -pthread -lneko -L/var/abs/local/neko/src/neko-1.8.1/src -L/usr/lib -L/usr/lib/mysql -L/usr/local/lib -L/usr/local/lib/mysql -L/opt/local/lib -L/opt/local/lib/mysql -o ../../bin/mysql.ndll -lz -lssl mysql.o /usr/lib/mysql/libmysqlclient_r.a
/usr/bin/ld: /usr/lib/mysql/libmysqlclient_r.a(libmysql.o): relocation R_X86_64_32 against `.data' can not be used when making a shared object; recompile with -fPIC
/usr/lib/mysql/libmysqlclient_r.a: could not read symbols: Bad valueIs this fixable ?
All I can find when googling is suggestions to reinstall libtool which seems not to work, or references to very old bugs ? Do I need to recompile mysqlclient ?
Many thanks.
Offline
Looks like Bash is working on a 5.1.41-3 package. It should be fixed then.
Offline
Okay - thanks ![]()
Offline