Hola, lo estás compilando sin parametros. Fijate en el README de telemidia-links, que tiene detallada esta línea:<div><br></div><div><div>./autogen.sh --enable-graphics --with-directfb --enable-javascript --without-x --without-sdl</div>

<div><br></div><div>saludos!</div><div><br></div><br><div class="gmail_quote">On Wed, Jun 2, 2010 at 8:45 AM, Arturo Zambrano <span dir="ltr">&lt;<a href="mailto:arturo@lifia.info.unlp.edu.ar">arturo@lifia.info.unlp.edu.ar</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hola<br>    que sources? de que ftp? <br>   tene en cuenta que pueden haber muchos gingas (el de la puc, lo que haga el lifia, otros).<br>

   si no sos claro en lo que estas usando es dificil ayudar.<br>   hay guias de compilacion, por en  los sitios de brasil, nosotros vamos a publicar como se compila lo nuestro, pero ahora estamos muy cortos de tiempo.<br>



<br>saludos<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Tue, Jun 1, 2010 at 11:38 PM, Fernando Toledo <span dir="ltr">&lt;<a href="mailto:ftoledo@docksud.com.ar" target="_blank">ftoledo@docksud.com.ar</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div><div></div><div class="h5">

hola me baje todos los sources del ftp<br>
y empece a probar compilar<br>
como no encontre ninguna guia empece por ginga a secas y me pide como<br>
dependencia telemedia-utils<br>
al intentar compilar este ultimo tengo lo siguiente:<br>
(cualquier ayuda es bienvenida)<br>
<br>
-----------------<br>
ragnarok /tmp/ginga/telemidia-util-0.11.1 $ ./autogen.sh<br>
<br>
I am testing that you have the required versions of libtool, autoconf,<br>
and automake.<br>
<br>
checking for libtool &gt;= 1.3.4 ... yes (version 2.2.6)<br>
checking for autoconf &gt;= 2.13 ... yes (version 2.65)<br>
checking for automake &gt;= 1.4 ... yes (version 1.11.1)<br>
<br>
I am going to run ./configure with no arguments - if you wish<br>
to pass any to it, please specify them on the ./autogen.sh command line.<br>
<br>
<br>
<br>
Running aclocal ...<br>
Running libtoolize ...<br>
Running autoconf ...<br>
Running autoheader...<br>
Running automake ...<br>
Running configure ...<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for a thread-safe mkdir -p... /bin/mkdir -p<br>
checking for gawk... gawk<br>
checking whether make sets $(MAKE)... yes<br>
checking for g++... g++<br>
checking whether the C++ compiler works... yes<br>
checking for C++ compiler default output file name... a.out<br>
checking for suffix of executables...<br>
checking whether we are cross compiling... no<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C++ compiler... yes<br>
checking whether g++ accepts -g... yes<br>
checking for style of include used by make... GNU<br>
checking dependency style of g++... gcc3<br>
checking build system type... i686-pc-linux-gnu<br>
checking host system type... i686-pc-linux-gnu<br>
checking for gcc... gcc<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ISO C89... none needed<br>
checking dependency style of gcc... gcc3<br>
checking for a sed that does not truncate output... /bin/sed<br>
checking for grep that handles long lines and -e... /bin/grep<br>
checking for egrep... /bin/grep -E<br>
checking for fgrep... /bin/grep -F<br>
checking for ld used by gcc... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<br>
checking the name lister (/usr/bin/nm -B) interface... BSD nm<br>
checking whether ln -s works... yes<br>
checking the maximum length of command line arguments... 1572864<br>
checking whether the shell understands some XSI constructs... yes<br>
checking whether the shell understands &quot;+=&quot;... yes<br>
checking for /usr/bin/ld option to reload object files... -r<br>
checking for objdump... objdump<br>
checking how to recognize dependent libraries... pass_all<br>
checking for ar... ar<br>
checking for strip... strip<br>
checking for ranlib... ranlib<br>
checking command to parse /usr/bin/nm -B output from gcc object... ok<br>
checking how to run the C preprocessor... gcc -E<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking for dlfcn.h... yes<br>
checking whether we are using the GNU C++ compiler... (cached) yes<br>
checking whether g++ accepts -g... (cached) yes<br>
checking dependency style of g++... (cached) gcc3<br>
checking how to run the C++ preprocessor... g++ -E<br>
checking for objdir... .libs<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>
checking for gcc option to produce PIC... -fPIC -DPIC<br>
checking if gcc PIC flag -fPIC -DPIC works... yes<br>
checking if gcc static flag -static works... yes<br>
checking if gcc supports -c -o file.o... yes<br>
checking if gcc supports -c -o file.o... (cached) yes<br>
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... no<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking for ld used by g++... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>
checking for g++ option to produce PIC... -fPIC -DPIC<br>
checking if g++ PIC flag -fPIC -DPIC works... yes<br>
checking if g++ static flag -static works... yes<br>
checking if g++ supports -c -o file.o... yes<br>
checking if g++ supports -c -o file.o... (cached) yes<br>
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
*** Component support will be built.<br>
configure: creating ./config.status<br>
config.status: creating Makefile<br>
config.status: creating include/Makefile<br>
config.status: creating src/Makefile<br>
config.status: creating test/Makefile<br>
config.status: creating config.h<br>
config.status: executing depfiles commands<br>
config.status: executing libtool commands<br>
TeleMidia Util 0.11.2<br>
Copyleft 1989-2009 PUC-RIO/LABORATORIO TELEMIDIA, Some Rights Reserved.<br>
Now type &#39;make&#39; to compile the project.<br>
ragnarok /tmp/ginga/telemidia-util-0.11.1 $ make<br>
make  all-recursive<br>
make[1]: se ingresa al directorio `/tmp/ginga/telemidia-util-0.11.1&#39;<br>
Making all in include<br>
make[2]: se ingresa al directorio `/tmp/ginga/telemidia-util-0.11.1/include&#39;<br>
make[2]: No se hace nada para `all&#39;.<br>
make[2]: se sale del directorio `/tmp/ginga/telemidia-util-0.11.1/include&#39;<br>
Making all in src<br>
make[2]: se ingresa al directorio `/tmp/ginga/telemidia-util-0.11.1/src&#39;<br>
g++ -DHAVE_CONFIG_H -I. -I..     -fPIC -g -O2 -MT Color.o -MD -MP -MF<br>
.deps/Color.Tpo -c -o Color.o Color.cpp<br>
mv -f .deps/Color.Tpo .deps/Color.Po<br>
g++ -DHAVE_CONFIG_H -I. -I..     -fPIC -g -O2 -MT functions.o -MD -MP -MF<br>
.deps/functions.Tpo -c -o functions.o functions.cpp<br>
mv -f .deps/functions.Tpo .deps/functions.Po<br>
/bin/sh ../libtool --tag=CXX   --mode=link g++  -fPIC -g -O2 -Wl,-<br>
soname,libtelemidiautil.so -shared  -o libtelemidiautil.so Color.o functions.o<br>
libtool: link: g++ -fPIC -g -O2 -Wl,-soname -Wl,libtelemidiautil.so -o<br>
libtelemidiautil.so Color.o functions.o<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 0 has<br>
invalid symbol index 12<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 1 has<br>
invalid symbol index 13<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 2 has<br>
invalid symbol index 2<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 3 has<br>
invalid symbol index 2<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 4 has<br>
invalid symbol index 12<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 5 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 6 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 7 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 8 has<br>
invalid symbol index 2<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 9 has<br>
invalid symbol index 2<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 10 has<br>
invalid symbol index 13<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 11 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 12 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 13 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 14 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 15 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 16 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 17 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 18 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 19 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 20 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 21 has<br>
invalid symbol index 14<br>
/usr/bin/ld: /usr/lib/debug/usr/lib/crt1.o(.debug_info): relocation 22 has<br>
invalid symbol index 22<br>
/usr/lib/gcc/i486-linux-gnu/4.4.4/../../../../lib/crt1.o: In function<br>
`_start&#39;:<br>
(.text+0x18): undefined reference to `main&#39;<br>
collect2: ld returned 1 exit status<br>
make[2]: *** [libtelemidiautil.so] Error 1<br>
make[2]: se sale del directorio `/tmp/ginga/telemidia-util-0.11.1/src&#39;<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: se sale del directorio `/tmp/ginga/telemidia-util-0.11.1&#39;<br>
make: *** [all] Error 2<br>
ragnarok /tmp/ginga/telemidia-util-0.11.1 $<br>
<font color="#888888"><br>
<br>
--<br>
Dock Sud BBS<br>
<a href="http://bbs.docksud.com.ar" target="_blank">http://bbs.docksud.com.ar</a><br>
telnet://<a href="http://bbs.docksud.com.ar" target="_blank">bbs.docksud.com.ar</a><br>
</font><br></div></div>_______________________________________________<br>
Ginga-argentina mailing list<br>
<a href="mailto:Ginga-argentina@lists.ourproject.org" target="_blank">Ginga-argentina@lists.ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina</a><br>
<br></blockquote></div><br>
<br>_______________________________________________<br>
Ginga-argentina mailing list<br>
<a href="mailto:Ginga-argentina@lists.ourproject.org">Ginga-argentina@lists.ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Alejandro Alvarez<br>
</div>