lua-users home
lua-l archive

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


Hi,

> S'pose so. Except that I wanted a static build, so I ended up with
> all the library .c files (LuaThread + LuaSocket + LuaFileSystem)
> in /src/lib and all the .h files in /include of my build tree.
>
> So 'gcc -I ../../include ...' turned up your io.h in my /include,
> via both < > and " ".

That's because LuaFileSystem should use < > to include the system
<io.h>, isn't it?

Regards,
Diego.