LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   cannot find -lcipher (https://www.linuxquestions.org/questions/linux-software-2/cannot-find-lcipher-25914/)

jarle 07-16-2002 04:16 PM

cannot find -lcipher
 
I get this error when I try to compile sidblaster :

Code:

make[1]: Leaving directory `/home/berg/src/sidblaster-0.5.3'
compiling for linux...
make[1]: Entering directory `/home/berg/src/sidblaster-0.5.3'
g++ -Wall -pedantic -pthread -D_THREAD_SAFE -DSB_VERSION=\"0.5.3\" -L/usr/lib -lncurses -lsidplay -lm -lcipher -o sidblaster sidblaster.o audiodrv.o browser.o window.o csid.o
/usr/i386-slackware-linux/bin/ld: cannot find -lcipher
collect2: ld returned 1 exit status
make[1]: *** [sidblaster] Error 1
make[1]: Leaving directory `/home/berg/src/sidblaster-0.5.3'
make: *** [linux] Error 2

I tried searching for cipher but couldn't find anything...
Anyone have any suggestions? :confused:

sarin 07-17-2002 03:52 AM

-lcipher looks for libcipher.a in std locations. You have
given -L/usr/lib. See if you have cipher lib in there
--Sarin


All times are GMT -5. The time now is 02:25 AM.