Bug #762
closedMissing symbol Wt::Dbo::backend::Postgres::Postgres()
0%
Description
Hi,
The documentation and header says that Wt::Dbo::backend::Postgres
provides a Postgres() symbol, however it's not present in the
library:
objdump -T -C /usr/lib/libwtdbopostgres.so|grep "Wt::Dbo::backend::Postgres::Postgres("
000000000000c600 g DF .text 000000000000007a Base Wt::Dbo::backend::Postgres::Postgres(Wt::Dbo::backend::Postgres const&)
000000000000c680 g DF .text 0000000000000089 Base Wt::Dbo::backend::Postgres::Postgres(std::string const&)
000000000000c530 g DF .text 000000000000007a Base Wt::Dbo::backend::Postgres::Postgres(Wt::Dbo::backend::Postgres const&)
000000000000c710 g DF .text 0000000000000089 Base Wt::Dbo::backend::Postgres::Postgres(std::string const&)
When trying to use it, the linker gives this error message:
undefined reference to `Wt::Dbo::backend::Postgres::Postgres()'
It seems to be in the header file, but not in the .C file.
Kurt
Updated by Koen Deforche about 14 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey Kurt,
Solved in latest git.
Regards,
koen
Updated by Koen Deforche about 14 years ago
- Status changed from Resolved to Closed
Available in Wt 3.1.9