Bug #514
Building Wt-3.1.x on FreeBSD-8.1 (i386) fails
| Status: | Closed | Start: | 09/15/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Koen Deforche | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
$ cmake -CMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ../
When configuring is done:
$ make -j2
...
Linking CXX shared library libwtdbosqlite3.so:/usr/bin/ld: cannot find -ldl
- Error code 1
History
Updated by Koen Deforche over 1 year ago
Hey,
Indeed. We need to improve a bit our CMake files (we need to detect a FreeBSD system). The issue is easily worked around by editing src/Wt/Dbo/backend/CMakeLists.txt and uncommenting line 20.
Regards,
koen
Updated by Koen Deforche over 1 year ago
- Status changed from New to Resolved
- Assigned to set to Koen Deforche
Fixed in latest git.