#include <cgicc/CgiInput.h> #include <cgicc/Cgicc.h> int main() { cgicc::Cgicc cc; cgicc::CgiInput in; return 0; }
$ c++ test.cpp -lcgicc test.cpp:10:2: warning: no newline at end of file /tmp/cc0mHyGw.o: In function `main': test.cpp:(.text+0xa4): undefined reference to `cgicc::CgiInput::CgiInput()' collect2: ld returned 1 exit status if I compile it myself, it works fine. Thank you. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]