Project

General

Profile

Actions

Bug #333

closed

wt compile error under FreeBSD with sqlite

Added by Anonymous about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
03/06/2010
Due date:
% Done:

0%

Estimated time:

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 (NOT WIN32)

and the make process worked.

Actions #1

Updated by Koen Deforche about 14 years ago

  • Status changed from New to InProgress
  • Assignee set to Koen Deforche
Actions #2

Updated by Koen Deforche over 13 years ago

  • Status changed from InProgress to Resolved

This is a duplicate of #514

Actions #3

Updated by Koen Deforche over 13 years ago

  • Status changed from Resolved to Closed

Fixed in 3.1.6

Actions

Also available in: Atom PDF