Dear Vilobh,

Thanks for using FastBit.  The particular error message indicates that 
you don't have a compatible version of FlexLexer.h which should be 
part of flex.

There was one message to FastBit mailing list about configuration 
problems very similar to yours from Hrishikesh Pathak 
<https://hpcrdm.lbl.gov/pipermail/fastbit-users/2009-October/000440.html>. 
  My suggestion at that time was to remove the existing FastBit 
directory and start from scratch without sudo.  Since Hrishikesh did 
not complain about the same problem again, I hope that suggest had 
solved his problem.  Please give it a try the following sequence of 
commands to build the software

tar xvzf fastbit-ibis1.1.5.tar.gz
cd fastbit-ibis.1.1.5
./configure
make -j 3 all

(Note that there is no need to use sudo.)
If you really want to install FastBit binaries into a system 
directory, say /usr/local, you may need root privilege, then run make 
install with sudo as follows

sudo make install

Hope this helps.

John



On 1/20/2010 2:46 AM, vilobh meshram wrote:
> I am using fastbit for my project and was comfortable with the previous  
> version
> I recently downloaded the latest version of fastbit from site
>   https://codeforge.lbl.gov/projects/fastbit/
>   However i am facing a blocking issue in configuration and compilation
>
>   *PROBLEM DESCRIPTION*
>
>   *Stage faced in :  *
>   while running  sudo ./configure
>
>   *Error Message : *(Highlighted in yellow)
>   checking whether pthreads work with -pthread... yes
>   checking if more special flags are required for pthreads... no
>   checking if compiler supports __sync_add_and_fetch for 32-bit integers... no
>   checking if compiler supports __sync_add_and_fetch for 64-bit integers... no
> /checking if the default FlexLexer.h defines yywrap... configure: error:
>   no, must have FlexLexer.h to continue/
>
>
> Has someone faced similar problem before?
>
>
> Thanks,
>
> Vilobh
>
>
>
> _______________________________________________
> FastBit-users mailing list
> [email protected]
> https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to