lua-users home
lua-l archive

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


> - You should update the first line of the config file :-) 
> Also, I am not
> sure to understand where this "ranlib" is used. I don't see 
> such a string in the
> sources, only in the config files. Is it just for rand and srand?

ranlib is used to export the symbols from an archive/library in posix. I
think it turns a an archive into a library? 

> Someday, I will try and compile it for Windows. If I am 
> successful (and if
> nobody does it before me :-), I will post the result.

You could get yourself cygwin and save yourself a lot of trouble. Or
possible Mingwin (havent tried this).

http://sources.redhat.com/cygwin/ - relies on cygwin DLL
http://www.mingw.org/ - compiles win32 native app.

Or http://unxutils.sourceforge.net/ has a few unix tools for win32 users as
what you get with windows for development is a bit rubbish.

Regards,
Nick