[Ctool-users] Linking Error in Ctool
Brought to you by:
flisakow
From: Kaustubh G. <kau...@ya...> - 2004-11-03 06:41:09
|
Hi, I am trying to compile the source of CTOOL, using "make all" in the src directory. I have changed the variables abs_top_builddir and abs_top_src_dir to point to the corresponding directories. But still, it is unable to locate the constructor for the BaseType(unsigned long). Here is a small part of the entire list of errors: --------------------------------------- In function `yylex(lex_union*)': /root/software/ctool_2.12/src/lexer.l:210: undefined reference to `operator new(unsigned)' /root/software/ctool_2.12/src/lexer.l:210: undefined reference to `BaseType::BaseType[in-charge](unsigned long)' /root/software/ctool_2.12/src/lexer.l:210: undefined reference to `operator delete(void*)' /root/software/ctool_2.12/src/lexer.l:210: undefined reference to `operator delete(void*)' --------------------------------------- Most of the errors are of the same type. Please tell me what I need to do to correctly compile the code. Thanks in Advance, Kaustubh __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com |