Oh, and BTW, reply to the whole list, not to me only, please.

Pavel

On Fri, Mar 18, 2011 at 9:41 PM, Pavel Ivanov <paiva...@gmail.com> wrote:
> I still don't understand what you do. If you don't have Linux, you
> don't compile on Linux and you don't test on Linux then why do you
> need library for Linux? If some third-party company compiles and tests
> your application on Linux then why they can't compile SQLite on Linux
> too? It's not that hard.
>
> Pavel
>
> On Fri, Mar 18, 2011 at 9:36 PM, Udon Shaun <udon_sh...@yahoo.com> wrote:
>> What linux box? I don't have a linux box and know nothing about linux.
>> I supply a SQLite libarary (freeware) for LabVIEW. It supports win x32, x64
>> (which I do compile myself) and I used to just download the linux one. A 3rd
>> party tests the tool since they have a)LabVIEW for linux and b) linux. Now
>> it is not supplied on the SQLite site, I cannot release the next version of
>> the tool without either cross-compiling on windows (the only OS I know) or
>> dropping linux support. I'd rather not so the latter.
>> Shaun
>> ________________________________
>> From: Pavel Ivanov <paiva...@gmail.com>
>> To: General Discussion of SQLite Database <sqlite-users@sqlite.org>
>> Cc: Udon Shaun <udon_sh...@yahoo.com>
>> Sent: Fri, March 18, 2011 2:59:13 PM
>> Subject: Re: [sqlite] SQLite.so dynamic library-linux
>>
>> What's wrong with compiling SQLite library by yourself with all
>> parameters you need?
>> Why do you need cross-compiler for that? What's wrong with compiler on
>> your linux box?
>>
>> Pavel
>>
>> On Fri, Mar 18, 2011 at 10:54 AM, Udon Shaun <udon_sh...@yahoo.com> wrote:
>>> Hi Peeps.
>>> I've noticed that the SQLite site no longer posts the linux x32 so library
>>> (only
>>> the windows ones) which is a bit of a pain because I compile only in
>>> windows.
>>>
>>> Does anyone have a linux x32 build (sqlite 3.7.5)  with the following
>>> compiler
>>> options? Or can create one for me?
>>>
>>> SQLITE_ENABLE_COLUMN_METADATA
>>> SQLITE_ENABLE_FTS3_PARENTHESIS
>>> SQLITE_ENABLE_RTREE
>>> SQLITE_ENABLE_STAT2
>>> SQLITE_ENABLE_UPDATE_DELETE_LIMIT
>>> SQLITE_DEFAULT_PAGE_SIZE 4096
>>> SQLITE_DEFAULT_FOREIGN_KEYS 1
>>>
>>>  I'd also appreciate a link to a decent windows->linux cross compiler "How
>>> To"
>>> (I'm using MingW under Codeblocks). Haven't found one yet and been
>>> searching for
>>> ages. They all seem to be either for linux->windows or for cygwin.
>>>
>>> Thanks in advance.
>>>
>>>
>>>
>>> _______________________________________________
>>> sqlite-users mailing list
>>> sqlite-users@sqlite.org
>>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>>
>>
>>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to