[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: checking size of long long... configure: error: cannot compute sizeof (long long), 77



>>>>> In [emacs-w3m : No.06947]
>>>>>	Alexandre Russel <d1137886@mail.connect.usq.edu.au> wrote:

> Hi all,
> this is a newbie question and very basic:
> I downloaded w3m-0.5 from the website and checked all the requirement
> but get the error:
> checking size of long long... configure: error: cannot compute sizeof
> (long long), 77
> when I do ./configure
> I couldn't find anything related on the web, if anyone can help...
> cheers
> Alex

My best guess is that you have Boehm GC installed in non-standard
`lib' directory, like /usr/local/lib/libgc.*.  /usr/local/lib is
standard of course, however the w3m installer doesn't treat it so.
I'm not an exception, and am always annoying with it.  My solution
is to set the LDFLAGS environment variable as /usr/local/lib before
building w3m.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>