On 18.02.2016 17:55, Pranav Ganorkar wrote: > When trying to build libreoffice on archlinux 64-bit , the build fails > with following message: > > ********************************************************* > [LNK] Executable/ui-previewer > /mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libvcllo.so: > undefined reference to `curl_easy_perform@CURL_OPENSSL_4' > collect2: error: ld returned 1 exit status > /mnt/D-Drive/LibreOffice/libreoffice/vcl/Executable_ui-previewer.mk:10: > recipe for target > '/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/ui-previewer' failed
it looks like there is some problem with your system's curl library. we managed to link libvcllo.so against it but linking executables then fails with undefined symbols that should be found in libcurl.so.X what is the value of CURL_LIBS in config_host.mk - maybe your system curl is in some non-standard directory and needs an extra -L to be found? you can probably use --without-system-curl to work around the problem. _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice