Re: [Csnd-dev] Another build failure
Stephen Kyne <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <AS8PR02MB755304EB4F770DE3F376AB23AB662@AS8PR02MB7553.eurprd02.prod.outlook.com> |
I guess it's possibly related to this PR that went in: https://github.com/csound/csound/pull/1791/files We don't have any suse linux CI so it's not checked. Maybe check if some of these former changes resolve the problem? The PR should be the correct way to do it but it's possible there is some other issue. Stephen ________________________________ From: Csound-developers <[email protected]> on behalf of John ff <[email protected]> Sent: Friday 5 January 2024 22:07 To: [email protected] <[email protected]> Subject: [Csnd-dev] Another build failure As ever it could be me but I do not think I was looking at this code [ 73%] Linking C executable ../csound /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: CMakeFiles/csound-bin.dir/csound/sched.c.o: undefined reference to symbol 'pthread_detach@@GLIBC_2.2.5' /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: /lib64/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [Frontends/CMakeFiles/csound-bin.dir/build.make:115: csound] Error 1 make[1]: *** [CMakeFiles/Makefile2:1230: Frontends/CMakeFiles/csound-bin.dir/all] Error 2 make: *** [Makefile:166: all] Error 2 ==John ffitch