[
https://issues.apache.org/jira/browse/LUCENE-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025336#comment-13025336
]
Varun Thacker edited comment on LUCENE-3018 at 4/26/11 5:21 PM:
----------------------------------------------------------------
I guess this works for both 32 bit and 64 bit instruction set.
To compile in unix using gcc
{noformat}
ant build-native-unix
{noformat}
If compiler needs to be specified then
{noformat}
ant build-native-unix -Dcompilername=gcc
{noformat}
For 64 bit instruction set
{noformat}
ant build-native-unix -Dcompilername=gcc -Dbuild64=m64
{noformat}
was (Author: varunthacker):
I guess this works for both 32 bit and 64 bit instruction set.
To compile in unix using gcc
{noformat}
ant build-native-unix
{noformat}
If compiler needs to be specified then
{noformat}
ant build-native-unix -Dcompilername=gcc
{noformat}
For 64 bit instruction set
{noformat}
t build-native-unix -Dcompilername=gcc -Dbuild64=m64
{noformat}
> Lucene Native Directory implementation need automated build
> -----------------------------------------------------------
>
> Key: LUCENE-3018
> URL: https://issues.apache.org/jira/browse/LUCENE-3018
> Project: Lucene - Java
> Issue Type: Wish
> Components: Build
> Affects Versions: 4.0
> Reporter: Simon Willnauer
> Assignee: Varun Thacker
> Priority: Minor
> Fix For: 4.0
>
> Attachments: LUCENE-3018.patch, LUCENE-3018.patch, LUCENE-3018.patch,
> LUCENE-3018.patch, LUCENE-3018.patch, LUCENE-3018.patch, LUCENE-3018.patch,
> LUCENE-3018.patch, LUCENE-3018.patch, cpptasks-1.0b5.jar,
> cpptasks-LICENSE-ASL.txt, cpptasks.jar, cpptasks.jar
>
>
> Currently the native directory impl in contrib/misc require manual action to
> compile the c code (partially) documented in
>
> https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/contrib/misc/src/java/overview.html
> yet it would be nice if we had an ant task and documentation for all
> platforms how to compile them and set up the prerequisites.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]