Commit Graph

7 Commits

Author SHA1 Message Date
bert hubert
5bcfac8208
Merge pull request #2 from bersace/patch-1
Explicit link to pthread
2022-08-22 09:19:46 +02:00
Étienne BERSAC
5213ea113c
Explicit link to pthread
Fixes:

    $ LC_ALL=C make                                                                                                      
    [ 50%] Linking CXX executable teller                      
    /usr/bin/ld: CMakeFiles/teller.dir/teller.cc.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'         
    /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[2]: *** [CMakeFiles/teller.dir/build.make:103: teller] Error 1                                                                                                                                                                     
    make[1]: *** [CMakeFiles/Makefile2:95: CMakeFiles/teller.dir/all] Error 2                                                                                                                                                               
    make: *** [Makefile:103: all] Error 2
2022-08-22 09:13:26 +02:00
bert hubert
dc82ea2874 add contact details 2022-08-22 00:07:55 +02:00
bert hubert
baa2114d12 add preprocessed file 2022-08-21 23:36:55 +02:00
bert hubert
1cccff2a66 improve suggested commandline, document IP address source 2022-08-21 23:01:50 +02:00
bert hubert
6dc02ef81f initial 2022-08-21 22:48:40 +02:00
bert hubert
c85b0d5a61
Initial commit 2022-08-21 21:41:01 +02:00