Re: Compiling namazu

Kris Jensen <[email protected]> Fri, 6 Jun 2003 11:52:39 -0600
Newsgroups gmane.comp.search.namazu.user
Message-ID <[email protected]>
Another follow-up:

I did remove references to getopt in the lib/Makefile and got the 
following errors:

ld: Undefined symbols:
__getopt_internal
make[2]: *** [namazu] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

So, to summarize: even when I remove all references to -lm, the system 
still includes a version of getopt so I get a multiple definition 
error. If I remove the local version of getopt, I get an undefined 
symbol error.

Any ideas on how I can compile namazu under OS X 10.2.6?

Thanks for any help,

Kris

On Wednesday, June 4, 2003, at 10:37  PM, Kris Jensen wrote:

> I've found several other references to this  issue on the web (not 
> with respect to namazu, but  with other packages).
>
> Apparently, the configure script doesn't detect that getopt is 
> included in the Mac OS X system (even after removing references to  
> -lm, the error appears with a reference to a definition in 
> "/usr/lib/libSystem.dylib(getopt.So)")
>
> I tried removing getopt.c from the Makefile in /lib, but I must not 
> have done it effectively because Make still created getopt.o and I 
> still got the error message.
>
> Thanks for any help in getting namazu to compile...
>
> Kris Jensen
>
> On Wednesday, June 4, 2003, at 07:17  PM, Makoto Fujiwara wrote:
>
>> In the mail,
>>   To: [email protected]
>>   Cc: [email protected]
>>   From: Earl Hood <[email protected]>
>>   Date: Tue, 03 Jun 2003 23:04:12 -0500
>>
>> ewh> On June 3, 2003 at 19:30, Kris Jensen wrote:
>>> I believe this issue is addressed in this thread from the
>>> namazu-users-ja mailing list:
>>> <http://www.namazu.org/ml/namazu-users-ja/msg01642.html>
>>
>> I had tried to duplicate the problem, but I was not able to
>> boot my OS X environment, so I just picked up the article
>> telling nasty work arround, in
>>   http://www.namazu.org/ml/namazu-users-ja/msg01650.html
>>   (Dated Apr. 4,2001)
>>
>> (1) DO ./configure
>> (2) EDIT nmz/Makefile arround the 148th line.
>>    < LIBS = -lm
>>    ---
>>> LIBS =
>> (3) DO make
>>
>> (Not totally tested on my environment, sorry)
>> ---
>> Makoto Fujiwara,
>> Chiba, Japan, Narita Airport and Disneyland prefecture.
>>
>>
>>
>
>
>
>