Bug #333
wt compile error under FreeBSD with sqlite
| Status: | Closed | Start: | 03/06/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Koen Deforche | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
make aborts build process because linking against libdl failed. There isn't a libdl under FreeBSD, the dynamic load functions are included in libc.
I just deleted the following entries in src/Wt/Dbo/backend/CMakeLists.txt
IF(NOT WIN32)
TARGET_LINK_LIBRARIES(wtdbosqlite3 dl)
ENDIF
and the make process worked.
History
Updated by Koen Deforche almost 2 years ago
- Status changed from New to Assigned
- Assigned to set to Koen Deforche
Updated by Koen Deforche over 1 year ago
- Status changed from Assigned to Resolved
This is a duplicate of #514