richardhundt / luv

libuv bindings for Lua
Apache License 2.0
118 stars 19 forks source link

changes to build on latest archlinux 64-bit #1

Closed dvv closed 12 years ago

dvv commented 12 years ago

-fPIC is really needed for x86_64, and libzmq does depend on libstdc++

dvv commented 12 years ago

i see you've fixed the build per se. however, luajit -lluv dies with unknown symbol from libstdc++. libzmq does depend on libstdc++, and so must do luv.so. please, add -lstdc++ to LDFLAGS

richardhundt commented 12 years ago

Thanks, fixed now (stupidly, I actually did this on my ubuntu box but forgot to push the changes)