On Wed, Jun 15, 2011 at 06:06:01PM +0300, David Baron
wrote:
Make ends with:
g++ -L/usr/X11R6/lib -pthread -o zita-at1 zita-at1.o styles.o jclient.o
mainwin.o png2img.o guiclass.o button.o rotary.o tmeter.o retuner.o
-lcairo - lclxclient -lclthreads -lzita-resampler -lfftw3f -ljack -lpng
-lXft -lX11 -lrt /usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
Seems like you don't have libgcc_s installed...
I don't even know what that lib is, going by the name
it seems like something that should have been installed
along with the compiler or linker.