Re: [sqlite] Regarding SQLITE installation

2014-04-18 Thread DELOGET, Emmanuel
Hello, 

Le jeudi 17 avril 2014 à 12:04 -0700, Nitin Nimran a écrit :
> I want to install sqlite for - Linux (X86_64) and NetBSD 6.1  (X86_64)
> 
> What should be appropriate options for executing configure script to
> install for specified target.
> 
> I don’t see any option to specify x86_64-linux and x86_64-netbsd

If you *compile* on the target, you don't need to specify any option.

If you *cross-compile** sqlite, then the standard configuration option
are to be used (--target=${target_triplet}, --host=${target_triplet}).


> Can anyone help me at earliest convenience…
> 
> Regards,
> Nitin

BR,

-- Emmanuel Deloget

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Regarding SQLITE installation

2014-04-18 Thread Zsbán Ambrus
On Thu, Apr 17, 2014 at 9:04 PM, Nitin Nimran  wrote:
> I want to install sqlite for - Linux (X86_64) and NetBSD 6.1  (X86_64)
>
> What should be appropriate options for executing configure script to
> install for specified target.

Please see http://sqlite.org/howtocompile.html
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Regarding SQLITE installation

2014-04-18 Thread Nitin Nimran
I want to install sqlite for - Linux (X86_64) and NetBSD 6.1  (X86_64)

What should be appropriate options for executing configure script to
install for specified target.

I don’t see any option to specify x86_64-linux and x86_64-netbsd

Can anyone help me at earliest convenience…

Regards,
Nitin
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users