LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   /usr/bin/ld cannot find -lhfs (https://www.linuxquestions.org/questions/linux-software-2/usr-bin-ld-cannot-find-lhfs-128721/)

garamatt 12-24-2003 05:12 PM

/usr/bin/ld cannot find -lhfs
 
THe error is:

Code:

========================= Installation results ===========================
 
Copying documentation directory...
        ==> LINKING "OBJ/athlon-linux-cc/mkisofs"
/usr/bin/ld: cannot find -lhfs
collect2: ld returned 1 exit status
make: *** [OBJ/athlon-linux-cc/mkisofs] Error 1
 
****  Installation failed. Aborting package creation.
 
Cleaning up...OK
 
Bye.




What the heck does that even mean? Can someone please help?

teval 12-25-2003 12:12 AM

You're missing

/usr/lib/libhfs.a

Install the cdrecord development package, that should provide that library. After that run ldconfig as root, and everything should work.


All times are GMT -5. The time now is 11:07 PM.