lua-users home
lua-l archive

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


On Mon, Aug 17, 2009 at 11:55 PM, Luiz Henrique de
Figueiredo<lhf@tecgraf.puc-rio.br> wrote:
>        cc -shared -o liblua.so *.o

You need a special incantation for OS X

http://blog.yimingliu.com/2008/01/23/building-dynamic-library-on-os-x/

Why they don't just define -shared to mean this? History, I guess.

steve d.