Giter Club home page Giter Club logo

Comments (4)

zerebubuth avatar zerebubuth commented on July 22, 2024

from planet-dump-ng.

kresp0 avatar kresp0 commented on July 22, 2024

Hi, tested with 1.2.5 and got the same error. Any suggestions on how to compile it? Should I try to compile on Ubuntu instead?

Making all in src
make[1]: Entering directory '/tmp/planet-dump-ng-1.2.5/src'
CXX changeset_filter.o
CXX changeset_map.o
CXX copy_elements.o
CXX dump_archive.o
CXX dump_reader.o
CXX extract_kv.o
CXX history_filter.o
CXX insert_kv.o
CXX output_writer.o
CXX pbf_writer.o
CXX planet-dump.o
CXX time_epoch.o
CXX types.o
CXX xml_writer.o
CXXLD ../planet-dump-ng
/usr/bin/ld: copy_elements.o: undefined reference to symbol 'pthread_condattr_setclock@@GLIBC_2.3.3'
/usr/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:408: ../planet-dump-ng] Error 1
make[1]: Leaving directory '/tmp/planet-dump-ng-1.2.5/src'
make: *** [Makefile:611: all-recursive] Error 1

from planet-dump-ng.

mmd-osm avatar mmd-osm commented on July 22, 2024

pthread isn't included in the linker libs. You can try this one for the time being,

./configure LIBS="-lpthread"

Then continue with make

from planet-dump-ng.

kresp0 avatar kresp0 commented on July 22, 2024

That did the trick, thanks!

from planet-dump-ng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.