help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[help-cgicc] static linking of cgi


From: Cecil Westerhof
Subject: [help-cgicc] static linking of cgi
Date: 31 Jan 2004 23:48:26 +0100

I would like to static link the cgicc library. I try this with
        g++ -O2 -L/usr/lib/mysql/ -lmysqlclient /usr/lib/libcgicc.a select.o 
WebDB.o -o select

But then I get a lot of messages like:
        WebDB.o: In function `WebDB::DisplayParameters(char const*, char 
const*)':
        /home/cecil/zzz/WebDB.cpp:60: undefined reference to 
`cgicc::HTMLElement::set(std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > const&)'

What am I doing wrong?

-- 
Cecil Westerhof <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]