rug-compling / alpinocorpus

Library for handling Alpino corpora
GNU Lesser General Public License v2.1
8 stars 1 forks source link

Linking fails #36

Closed pebbe closed 6 years ago

pebbe commented 6 years ago

Uitvoer van cmake .:

-- Boost version: 1.62.0
-- Found the following Boost libraries:
--   system
--   chrono
--   date_time
--   filesystem
--   thread
--   regex
--   atomic

Uitvoer van make:

[ 49%] Linking CXX shared library libalpino_corpus.so
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libboost_filesystem.a(operations.o): relocation R_X86_64_PC32 against symbol `_ZN5boost6detail15sp_counted_base7destroyEv' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
danieldk commented 6 years ago

Kun je proberen of je met commit 5c549bda3cb9bffb0d9c8e42e515bec0662f5ec3 nog steeds deze fout krijgt?

pebbe commented 6 years ago

Nu werkt het prima