On Thursday 16 June 2011 15.53.58 Emanuel Rumpf wrote:
2011/6/15 David Baron <d_baron(a)012.net.il>il>:
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
first do:
apt-get install gcc-4.5 libgcc1 --reinstall
then:
find /usr/lib -name libgcc_s.so
this should tell you a path (eventually post it here)
add the first 3 parts of the path to a new line in /etc/ld.so.conf
I have a 64-Bit system, here it is:
/usr/lib/x86_64-linux-gnu
I may have a silly question here, but what the heck: -Shouldn't the compiler
be aware of libgcc_s.so.1? That is a gcc file if I'm not mistaking and it
should be a link in for example (in my ubuntu system): /usr/lib/x86_64-linux-
gnu/gcc/x86_64-linux-gnu/4.5/ .
It looks like this (after an ls) on my system:
/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5/libgcc_s.so -> /lib/x86_64-
linux-gnu/libgcc_s.so.1
Jostein