Hi all,

I am trying to build LibreOffice 6.1.0 according to BLFS Book 8.3. I did compile all required dependencies and all recommended ones, without problems. Then I started with LibreOffice. The ./autogen.sh went also OK, no errors, no warnings. Then I started the building itself with

"CPFLAGS='-DU_USING_ICU_NAMESPACEE=1' make build-nocheck"

and after aproximately 90 min the building process broke down with the following error;

---------------------------

........... ( about 18 lines with undefined references  to sqlite3 )

/usr/bin/ld: /usr/lib/libsoftokn3.so: undefined reference to `sqlite3_column_bytes@SQLITE_3' /usr/bin/ld: /usr/lib/libsoftokn3.so: undefined reference to `sqlite3_busy_timeout@SQLITE_3' /usr/bin/ld: /usr/lib/libsoftokn3.so: undefined reference to `sqlite3_prepare_v2@SQLITE_3' /usr/bin/ld: /usr/lib/libsoftokn3.so: undefined reference to `sqlite3_file_control@SQLITE_3'
collect2: Error: ld gab 1 als Ende-Status zurück
make[1]: *** [/sources_BLFS/libreoffice-6.1.0.3/solenv/gbuild/LinkTarget.mk:627: /sources_BLFS/libreoffice-6.1.0.3/workdir/LinkTarget/Executable/svidl] Error 1

make: *** [Makefile:286: build] Error 2

--------------------------

I did not find  advices in google and I do not understand what is happening, especially as the configuration was OK. If sqlite3 is the problem, I do not need it with LibreOffice. Can someone help ?

Thanks in advance,

Edgar

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to