Re: [sqlite] [OT] Shell globbing - Re: [sqlite] trying to compile SQLite

2004-09-05 Thread Greg Miller
Christian Smith wrote: On Fri, 3 Sep 2004, Greg Miller wrote: I guess the UNIX folks just didn't know any better way back then. Putting globbing in the API instead of the shell is a much better approach, but that wasn't all that obvious when UNIX first came along. You condone the DOS/Windows

Re: [sqlite] trying to compile SQLite

2004-09-03 Thread Greg Miller
Christian Smith wrote: I found it funny, while looking through Dr Dobbs journal some time ago, about a columnist (Al Stevens, I think!) being surprised that under UNIX, such things as filename globbing was done by the shell, and all main() usually gets is a list of valid filenames. Under DOS and

Re: [sqlite] trying to compile SQLite

2004-09-02 Thread Christian Smith
On Tue, 31 Aug 2004, Dennis Cote wrote: >Doug Currie wrote: >> GCC doesn't need libsqlitedll.a -- you can just link to sqlite.dll and >> gcc understands what to do. > >Oh...Right you are. I just tried it with DevC++. > >That just seems too easy. :-) > >I wonder why every other compiler needs

Re: [sqlite] trying to compile SQLite

2004-08-31 Thread Doug Currie
Tuesday, August 31, 2004, 5:40:15 PM, Dennis Cote wrote: > I have also filed a ticket with attached patches to have the SQLite > makefiles (both sqlite 2 and 3) produce GCC compatible import libraries for > sqlite.dll in addition to the Borland and MSVC import libraries. > So now you can build