Displaying 1 result from an estimated 1 matches for "boot_search__xapian".
2008 Dec 03
1
Compiling latest svn revision
...email wrt
compiling the latest svn revision.
I finally resolved all the dependencies, ran bootstrap/configure, but
make eventually fails with:
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
Xapian.o: In function `boot_Search__Xapian':
/home/henry/projects/xapian/search-xapian/Xapian.c:8796: undefined
reference to `Perl_Gthr_key_ptr'
/home/henry/projects/xapian/search-xapian/Xapian.c:8796: undefined
reference to `pthread_getspecific'
....
Now, "undefined reference to `main'" usually indicates a mi...