Search found 14 matches

by gh_origin
Fri Jul 31 2020 7:32 am
Forum: Installation
Topic: FreeBSD -liconv problem
Replies: 1
Views: 7153

Re: FreeBSD -liconv problem

Fixed with this ugly workaround:

Code: Select all

doas ln -s /usr/local/lib/libiconv.so /usr/lib/libiconv.so
Waiting for the actual cmake fix from you.
by gh_origin
Thu Jul 30 2020 4:12 pm
Forum: Installation
Topic: FreeBSD -liconv problem
Replies: 1
Views: 7153

FreeBSD -liconv problem

I cloned your github repo so I have the latest changes included (e.g: search for iconv on all platforms). Now it could search for iconv.h and compiled fine but failed at linking: [ 6%] Linking CXX shared library ../../lib/libCsCore1.6.so /usr/bin/ld: cannot find -liconv c++: error: linker command fa...
by gh_origin
Sun Jul 26 2020 6:59 am
Forum: Installation
Topic: iconv problems
Replies: 11
Views: 19356

Re: iconv problems

I used this trick to make cmake found iconv on OpenBSD: doas ln -s /usr/local/include/iconv.h /usr/include/iconv.h Then I found another error: FAILED: src/network/CMakeFiles/CsNetwork.dir/kernel/qdnslookup_unix.cpp.o /usr/bin/c++ @src/network/CMakeFiles/CsNetwork.dir/kernel/qdnslookup_unix.cpp.o.rsp...
by gh_origin
Sat Jul 25 2020 1:33 pm
Forum: Installation
Topic: iconv problems
Replies: 11
Views: 19356

iconv problems

On FreeBSD/DragonflyBSD: failed to link -liconv, even though iconv is definitely there (both shared and static version). On OpenBSD: failed to include iconv.h, even though libiconv is installed. pkg_info -Q iconv libiconv-1.16p0 (installed) lua-iconv-7p0 lua52-iconv-7p0 lua53-iconv-7p0 p5-Text-Iconv...