LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   error from ld on ardour compilation opensuse 10.2 scons (https://www.linuxquestions.org/questions/linux-software-2/error-from-ld-on-ardour-compilation-opensuse-10-2-scons-677371/)

chickenlinux 10-18-2008 10:40 AM

error from ld on ardour compilation opensuse 10.2 scons
 
hello. I am very unfamiliar with the scons building system, but tried building ardour from source with it today by typing 'scons'. The configure-esque portion functioned a-ok, but the "make-like" portion crashed with the following:
Code:

/usr/lib/gcc/i586-suse-linux/4.1.2/../../../../i586-suse-linux/bin/ld: cannot find -lcurl
collect2: ld returned 1 exit status
scons: *** [libs/ardour/libardour.so] Error 1
scons: building terminated because of errors.

What do I need to do here? update ld? if so, which package might that be?

bathory 10-18-2008 11:07 AM

You miss either curl, or curl-devel package.

chickenlinux 10-18-2008 08:01 PM

Thanks, that seems to work!


All times are GMT -5. The time now is 09:16 PM.