Ices-cc fail install / compile (Centova Cast 3)

Read 3590 times
First on installation automated process:

collect2: error: ld returned 1 exit status
make[2]: ** [decoder_example] Erro 1
make[2]: Saindo do diretório `/usr/local/src/ices/libvorbis-1.1.2/examples'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório `/usr/local/src/ices/libvorbis-1.1.2'
make: ** [all] Erro 2
Make failed for libvorbis.tar.gz; aborting
Installer exited with error, aborting


===== Installation Complete ==============================================

To complete your installation, please launch the web interface at:
http://127.0.0.1Make failed for libvorbis.tar.gz; aborting

NOTE:

- icescc did not install successfully and will NOT be available for use
  To try again, run: /usr/local/centovacast/sbin/update --add icescc

Thank you for using Centova Cast.

Tryed on: Weezy, Lenny and Squeeze

make[2]: Entering directory `/usr/local/src/ices/libvorbis-1.1.2/examples'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include      -O20 -ffast-math -D_REENTRANT -fsigned-char -I/usr/local/ices//include -L/usr/local/ices//lib -DUSE_MEMORY_H -MT decoder_example.o -MD -MP -MF ".deps/decoder_example.Tpo" -c -o decoder_example.o decoder_example.c; \
        then mv -f ".deps/decoder_example.Tpo" ".deps/decoder_example.Po"; else rm -f ".deps/decoder_example.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -O20 -ffast-math -D_REENTRANT -fsigned-char -I/usr/local/ices//include -L/usr/local/ices//lib -DUSE_MEMORY_H  -static -I/usr/local/ices//include -L/usr/local/ices//lib -o decoder_example  decoder_example.o ../lib/libvorbis.la  -Wl,-Bstatic
mkdir .libs
gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -I/usr/local/ices//include -DUSE_MEMORY_H -I/usr/local/ices//include -o decoder_example decoder_example.o -Wl,-Bstatic  -L/usr/local/ices//lib ../lib/.libs/libvorbis.a /usr/local/ices//lib/libogg.a -lm
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
make[2]: *** [decoder_example] Error 1
make[2]: Leaving directory `/usr/local/src/ices/libvorbis-1.1.2/examples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/ices/libvorbis-1.1.2'
make: *** [all] Error 2
Make failed for libvorbis.tar.gz; aborting

Latest instalation on lenny with centova 2 no problems compilation all deps right.

So i try download the sources and compile by my self.

apt-get build-dep ices2
apt-get install libxml2-dev python-dev libflac-dev libmp3lame-dev libshout3-dev libvorbis-dev libperl-dev

root@stmc:~/ices-cc-0.4.2# ./configure
Features:
  XML     : yes
  Python  : yes
  Perl    : yes
  LAME    : yes
  Vorbis  : yes
  MP4     : no
  FLAC    : yes

only missing mp4 not debian package i don´t no no have any binary to check with ldd. i don´t intends to use mp4. Only mp3 maybe OGG but FLAC can be apreciated. AAC+ but now i trying make basic compilation. No sucess.

Any tips?