[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaBitOp: Cant require "bit=>./bit.so: undefined symbol: luaopen_bit
- From: meino.cramer@...
- Date: Fri, 30 Nov 2012 19:26:04 +0100
Sam Roberts <vieuxtech@gmail.com> [12-11-30 19:16]:
> Start over again. When you type make, what is the output? And after,
> what does nm -g say?
>
make:
gcc -fPIC -O2 -fomit-frame-pointer -Wall -I/usr/local/include -combine -ffast-math -fopenmp -fprefetch-loop-arrays -ftree-parallelize-loops=12 -funroll-all-loops -fwhole-program -mtune=amdfam10 -O3 -combine -ffast-math -fopenmp -fprefetch-loop-arrays -ftree-parallelize-loops=12 -funroll-all-loops -fwhole-program -mtune=amdfam10 -O3 -combine -ffast-math -fopenmp -fprefetch-loop-arrays -ftree-parallelize-loops=12 -funroll-all-loops -fwhole-program -mtune=amdfam10 -O3 -c -o bit.o bit.c
gcc -shared -fPIC -o bit.so bit.o
computer:Downloads/LuaBitOp-1.0.2>nm -g bit.o
U _GLOBAL_OFFSET_TABLE_
U luaL_typerror
U lua_gettop
U lua_isnumber
U lua_pushlstring
U lua_pushnumber
U lua_tonumber
U lua_type