lua-users home
lua-l archive

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


phlnc8 wrote:
expand tarball in current dir, copy etc/one.c to  /src
then
  tcc lua-5.2.0-work2\src\one.c

Under Linux (Ubuntu 8.10), I had to add '-lm', otherwise the same. And I also added '-o one', though that's not strictly necessary if you don't mind that all your programs are named 'a.out'.

What were they thinking back then?  http://en.wikipedia.org/wiki/A.out

Ah, if that's all I have to complain about then my life is indeed charmed.

Doug