Commit Graph

12 Commits

Author SHA1 Message Date
Lenz Grimmer
a0d84cf679
README.md: minor improvements
Slightly improved the description and build instructions, added required library package name on RPM-based distributions like Fedora/Red Hat.
2022-08-22 16:38:34 +00:00
bert hubert
9cb01ffd50 Fix issue #4 2022-08-22 13:23:14 +02:00
bert hubert
ff17f3fd44 clarify package name 2022-08-22 11:19:18 +02:00
bert hubert
f66c2e92f6
Merge pull request #1 from foodornt/main
Set atomic counter to 0 when initialized
2022-08-22 09:20:18 +02:00
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
Darda
ca27c575d3 Set atomic counter to 0 when initialized 2022-08-22 09:48:44 +03: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