[Ffll-devel] sample code compilation under linux
Brought to you by:
michaelz
From: Aly El-O. <el...@ar...> - 2006-02-13 23:09:52
|
Hello, I am trying to compile the sample code under linux but I get a series of errors. In function 'main' :undefined reference to 'ffll_new_model' In function 'main' :undefined reference to 'ffll_load_fcl_file' In function 'main' :undefined reference to 'ffll_new_child' In function 'main' :undefined reference to 'ffll_set_value' I am not sure how to correct that. I have applied the linux patch available on sourceforge and was able to compile and get the ffll_gcc.a. I am trying to compile AIWisdom.cpp as follows g++ ffll_gcc.a AIWisdom.cpp -o AIWisdom Please let me know what is wrong. Thanks |