[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: tdbm and libcurl bindings for lua 4.0
- From: Nick Trout <Nick.Trout@...>
- Date: Wed, 6 Feb 2002 16:45:36 -0000
> - 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