Bug #333

wt compile error under FreeBSD with sqlite

Added by Anonymous 6 months ago. Updated 6 months ago.

Status:Assigned 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 6 months ago

  • Assigned to set to Koen Deforche
  • Status changed from New to Assigned

Also available in: Atom PDF