Git Product home page Git Product logo

generator's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

generator's Issues

Compile fail (undefined reference to `pthread_create')

Hi
There is an error message When I build this project, The message as below:

[ 16%] Linking CXX executable fibonacci
CMakeFiles/fibonacci.dir/examples/fibonacci.cpp.o: In function std::thread::thread<lars::Generator<long>::begin() const::{lambda()#1}>(lars::Generator<long>::begin() const::{lambda()#1}&&)': fibonacci.cpp:(.text._ZNSt6threadC2IZNK4lars9GeneratorIlE5beginEvEUlvE_JEEEOT_DpOT0_[_ZNSt6threadC5IZNK4lars9GeneratorIlE5beginEvEUlvE_JEEEOT_DpOT0_]+0x2f): undefined reference to pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/fibonacci.dir/build.make:94: recipe for target 'fibonacci' failed
make[2]: *** [fibonacci] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/fibonacci.dir/all' failed
make[1]: *** [CMakeFiles/fibonacci.dir/all] Error 2
Makefile:94: recipe for target 'all' failed
make: *** [all] Error 2

My solution:
Link pthread to target(example/test)

target_link_libraries( ${examplename} pthread)
target_link_libraries( ${testname} pthread)

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.