[Xapian-discuss] [Fwd: Irix install of omega fails.]

Jim Lynch jwl at sgi.com
Tue Jun 29 14:07:39 BST 2004


OK, gmake fixes the skipped dependencies. 

the ./configure LDFLAGS = -no_prelink fails.  Some of the loads won't 
work with that flag.  They can't resolve some of the references.  It's 
only the omindex step that needs it.

And I'm building in the source directory. 

Jim.

Olly Betts wrote:

>On Tue, Jun 29, 2004 at 07:59:46AM -0400, Jim Lynch wrote:
>  
>
>>OK, I have no idea why, but I changed the make file to
>>
>>omindex_LDFLAGS = -no_prelink
>>
>>and that fixed it.  That suggestion came from a fix I found in our 
>>internal search archive for another similar problem.
>>    
>>
>
>We could automatically add that if the OS is IRIX and we're using the SGI
>compiler.  It sounds like it should be safe according to:
>
>http://biology.ncsa.uiuc.edu/cgi-bin/infosrch.cgi?cmd=getdoc&coll=0650&db=bks&fname=/SGI_Developer/CC_PG/2923
>
>Or we could just add a note suggesting that if you hit this problem, you
>should try adding "LDFLAGS=-no_prelink" to the configure command.  E.g.:
>
>./configure LDFLAGS=-no_prelink
>
>  
>
>>Another oddity.
>>
>>When you type make the first time, it doesn't make omindex.  You have to 
>>type make a second time to get it to compile omindex.  This is using the 
>>Irix make program.  I don't have the gnu make on this system.
>>    
>>
>
>Hmm, that may be a sideeffect of the prelinking I guess.
>
>Are you building in the source directory, or in a separate directory?
>
>Could you try installing GNU make to see if it behaves the same way?
>
>Cheers,
>    Olly
>
>_______________________________________________
>Xapian-discuss mailing list
>Xapian-discuss at lists.xapian.org
>http://lists.xapian.org/mailman/listinfo/xapian-discuss
>  
>




More information about the Xapian-discuss mailing list