| Try building without curl. There is some option in cmake I think. Away from a real computer just now.
Sent from TypeApp
On Apr 10, 2018, 00:08, at 00:08, Prent Rodgers wrote:
>After successfully building Csound 6.10 on Ubuntu, I was forced to
>erase the whole thing and start from the beginning. This time is a bit
>more challenging.
>
>This time the dependency on libsndfile caught me, so I download and
>configured that. This solved 80% of my problems. I'm stuck now finding
>more elements.
>
>I get the following error message doing make -j6:
>
>//home/prent/anaconda2/lib/libcurl.so.4: undefined reference to
>`SSLv2_client_method'
>//home/prent/anaconda2/lib/libcurl.so.4: undefined reference to
>`SSLv2_client_method'
>[ 80%] Linking C executable ../scale
>//home/prent/anaconda2/lib/libcurl.so.4: undefined reference to
>`SSLv2_client_method'
>collect2: error: ld returned 1 exit status
>util/CMakeFiles/het_export.dir/build.make:95: recipe for target
>'het_export' failed
>make[2]: *** [het_export] Error 1
>CMakeFiles/Makefile2:2599: recipe for target
>'util/CMakeFiles/het_export.dir/all' failed
>make[1]: *** [util/CMakeFiles/het_export.dir/all] Error 2
>make[1]: *** Waiting for unfinished jobs....
>collect2: error: ld returned 1 exit status
>Frontends/CMakeFiles/csound-bin.dir/build.make:121: recipe for target
>'csound' failed
>make[2]: *** [csound] Error 1
>CMakeFiles/Makefile2:2484: recipe for target
>'Frontends/CMakeFiles/csound-bin.dir/all' failed
>make[1]: *** [Frontends/CMakeFiles/csound-bin.dir/all] Error 2
>collect2: error: ld returned 1 exit status
>util/CMakeFiles/dnoise.dir/build.make:95: recipe for target 'dnoise'
>failed
>make[2]: *** [dnoise] Error 1
>CMakeFiles/Makefile2:2636: recipe for target
>'util/CMakeFiles/dnoise.dir/all' failed
>make[1]: *** [util/CMakeFiles/dnoise.dir/all] Error 2
>//home/prent/anaconda2/lib/libcurl.so.4: undefined reference to
>`SSLv2_client_method'
>//home/prent/anaconda2/lib/libcurl.so.4: undefined reference to
>`SSLv2_client_method'
>collect2: error: ld returned 1 exit status
>//Frontends/CMakeFiles/csdebugger.dir/build.make:95: recipe for target
>'csdebugger' failed
>make[2]: *** [csdebugger] Error 1
>home/prent/anaconda2/lib/libcurl.so.4: undefined reference to
>`SSLv2_client_method'
>CMakeFiles/Makefile2:2410: recipe for target
>'Frontends/CMakeFiles/csdebugger.dir/all' failed
>make[1]: *** [Frontends/CMakeFiles/csdebugger.dir/all] Error 2
>collect2: error: ld returned 1 exit status
>util/CMakeFiles/pv_import.dir/build.make:95: recipe for target
>'pv_import' failed
>make[2]: *** [pv_import] Error 1
>collect2: error: ld returned 1 exit status
>CMakeFiles/Makefile2:2710: recipe for target
>'util/CMakeFiles/pv_import.dir/all' failed
>make[1]: *** [util/CMakeFiles/pv_import.dir/all] Error 2
>util/CMakeFiles/scale.dir/build.make:95: recipe for target 'scale'
>failed
>make[2]: *** [scale] Error 1
>CMakeFiles/Makefile2:2747: recipe for target
>'util/CMakeFiles/scale.dir/all' failed
>make[1]: *** [util/CMakeFiles/scale.dir/all] Error 2
>Makefile:160: recipe for target 'all' failed
>make: *** [all] Error 2
>
>Any help would be appreciated.
>
>Prent Rodgers
>
>Csound mailing list
>Csound@listserv.heanet.ie
>https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>Send bugs reports to
> https://github.com/csound/csound/issues
>Discussions of bugs and features can be posted here
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |