LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   GCC cannot find -lartsc (https://www.linuxquestions.org/questions/linux-software-2/gcc-cannot-find-lartsc-61240/)

cyber 05-22-2003 04:58 PM

GCC cannot find -lartsc
 
i've got a problem: this worked yesterday, but now it doesn't work anymore, I made an update yesterday from "Red Hat Network" and today I get this error message.,., any solutions?

[anders@localhost algoritm]$ make ./ritprg
g++ -o ritprg -I /usr/include/SDL ritprg.cpp paint.o grob.o line.o filledcircle.o -lSDL -lartsc -lesd -lm
/usr/bin/ld: cannot find -lartsc
collect2: ld returned 1 exit status
make: *** [ritprg] Error 1

Tinkster 05-22-2003 07:07 PM

Check whether a file libartsc.so still exists ...

ldconfig -v | grep libartsc

locate libartsc.

Cheers,
Tink

P.S.: And as for RH, MDK and all the auto-updaters
the same thing I said in the bad old days of windows
applies: "Never run a changing system!" ;)

cyber 05-23-2003 05:36 AM

it seem to exist, or?,.., any suggestions?

[root@localhost root]# ldconfig -v | grep libartsc
libartsc.so.0 -> libartsc.so.0.0.0
libartscbackend.so.0 -> libartscbackend.so.0.0.0


All times are GMT -5. The time now is 04:20 AM.