|
From: Hugo n. <hug...@gm...> - 2005-07-21 06:32:01
|
Hi, I am trying to write a program which uses the lodo.h and the omap.h. I am having trouble compiling the program. My compiling line is g++ test6.cpp -o test6.exe and I get the following error.=20 /tmp/ccczZbmO.o(.text+0x765): In function `lodoprocess(char*)': : undefined reference to `lodo_alloc' /tmp/ccczZbmO.o(.text+0x7c2): In function `lodoprocess(char*)': : undefined reference to `omap_alloc' /tmp/ccczZbmO.o(.text+0x8c7): In function `lodoprocess(char*)': : undefined reference to `lodo_add_scan' /tmp/ccczZbmO.o(.text+0x928): In function `lodoprocess(char*)': : undefined reference to `omap_add' /tmp/ccczZbmO.o(.text+0x946): In function `lodoprocess(char*)': : undefined reference to `omap_save_pgm' I believe that I have correctly install the pmap 0.1.0 becasue I was able to compile and run the pmap_test demo program. Can someone please help me. I am also new at using Linux. Thank you, Hugo |