lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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