Logo Espacio Linux       
Portada Taller Linux Descargas Foros Buscar Mapa del sitio Ayuda BlogEL
   Iniciar sesión | Registrarse    
 
Principal

Patrocinadores

Anuncios



Boletín Espacio Linux
Las novedades del sitio y el mundo Linux en tu email.


Usuarios
Bienvenido, Anónimo

     Miembros:
Último: manuel_m2
Nuevos hoy: 1
Nuevos ayer: 10
Total: 28681

     Navegando:
Anónimos: 147
Miembros: 6
Total: 153


Miembros conectados:

01: dracel
02: silgar
03: notecreim
04: tretoar
05: chanona_9
06: Raul_Rodriguez

Mensajes recientes
 Instalación de distribuciones
 Que distribucion elegir para una pc antigüa
 actualizacion de ubuntu
 Software
 como pueden abrirse archivos .pdb??
 No se reproduce el formato gif (solucionado)
 Hardware
 Bloquear memorias USB,Lectoras de CD, DVD, Disqueteras
 Problemas con wifi compaq f755la
 Programación
 Aprender C y Python
 Metodo de tiempo para Pythong
 Sistema
 Cómo cambio de tamaño las letras del bash
 Sin sonido ni drivers en ubuntu 7.10
 Seguridad
 inyeccion sql
 ayuda con clamav
 Redes y Servidores
 sendmail
 Usuario webmaster
 Proyectos
 ¿Que es lo que debo hacer para personalizar una distro?
 SISTEMA ARPI para administración de empresas ERP y CRM
 Debates
 Que mejorarias de linux
 Firefox es Open Source o Software Libre?
 El Café
 Secuestraron a mi hermano, y el nunca desaparecio
 Cuando los guionistas de TV se aburren...
 Desarrollo Web
 editor y sitios
 LAMP server
 Documentación
 ¿ Que libros de linux existen en el mercado de Mexico ?
 utilizacion de wine
 Screenshots
 Kde 4.1 en Ubuntu 8.4.1 con efectos propios de kde+Tutorial
 Mi Escritorio: Debian Etch + Compiz-Fusion (al fin!!)
 KDE
 Error al bootear!!!! no image resume, doing normal boot
 instalar paquetes desde konsole(solucio nado)
 GNOME
 manejo de consola
 ver programas en la barra al cambiarlos de escritorio?
 Otros escritorios y entornos
 mouse theme en xfce
 barra de xfce borra botones a cada rato
 X Window
 No se ven las X en monitor LG
 Compiz fusion en Suse 10.3

[ Entrar a los foros ]
Buscar

Sitios amigos

Espacio Linux :: Ver tema - problema para compilar gamefu durante make
ReglamentoReglamento general de los foros
 FAQFAQ  BuscarBuscar  Grupos de usuariosGrupos de usuarios  Miembros  PerfilPerfil
  Mensajes privadosMensajes privados  

problema para compilar gamefu durante make

Publicar nuevo tema  Responder al tema  Foros de discusión -> Software
Ver tema anterior :: Ver tema siguiente  
Autor Mensaje
Psyfurius
Forista Menor
Forista Menor



Miembro No. 27872
Registrado: May 10, 2008
Mensajes: 78

MensajePublicado: Vie May 16, 2008 12:23 am    Asunto: problema para compilar gamefu durante make Responder citando

Ya es la segunda vez que posteo esto. Quiero instalar un programa por la consola y no puedo. Ya me cerraron el tema anterior y me pidieron ir a otro topic sin ninguna ayuda. Lean el siguiente Log.. y digan que es lo que hago mal. Ya he hido a BlogDRake y nadie sabe Nada, elhacker.net... y mandriva-es y nada... Por cierto USO MANDRIVA 2008

haca está

[fernan@localhost ~]$ cd /home/fernan/Escritorio/kamefu-0.1.1/kamefu
[fernan@localhost kamefu]$ ./configure
bash: ./configure: No existe el fichero o el directorio
[fernan@localhost kamefu]$ make
bash: make: command not found
[fernan@localhost kamefu]$ make install
bash: make: command not found
[fernan@localhost kamefu]$ cd /home/fernan/Escritorio/kamefu-0.1.1/kamefu/kamefu
[fernan@localhost kamefu]$ ./configure
bash: ./configure: No existe el fichero o el directorio
[fernan@localhost kamefu]$ cd /home/fernan/Escritorio/kamefu-0.1.1
[fernan@localhost kamefu-0.1.1]$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... none
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking whether gcc is blacklisted... no
checking whether g++ supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking whether g++ supports -Wl,--no-undefined... yes
checking whether g++ supports -Wl,--allow-shlib-undefined... yes
not using lib directory suffix
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
found msgfmt program is not GNU msgfmt; ignore it
checking for xgettext... :
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... yes
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for poll in -lpoll... no
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking for res_init... yes
checking if res_init needs custom prototype... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... yes
checking for PIE support... yes
checking if enabling -pie/fPIE support... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/lib/qt3/lib, headers /usr/lib/qt3//include usi
ng -mt
checking for moc... /usr/lib/qt3//bin/moc
checking for uic... /usr/lib/qt3//bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/lib, headers /usr/include
checking if UIC has KDE plugins available... yes
checking for KDE paths... defaults
checking for dcopidl... /usr/bin/dcopidl
checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
checking for mcopidl... /usr/bin/mcopidl
checking for artsc-config... /usr/bin/artsc-config
checking for meinproc... /usr/bin/meinproc
checking for kconfig_compiler... /usr/bin/kconfig_compiler
checking for dcopidlng... /usr/bin/dcopidlng
checking for makekdewidgets... /usr/bin/makekdewidgets
checking for xmllint... /usr/bin/xmllint
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/stat.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking sysent.h usability... no
checking sysent.h presence... no
checking for sysent.h... no
checking for strings.h... (cached) yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking linux/tcp.h usability... no
checking linux/tcp.h presence... yes
configure: WARNING: linux/tcp.h: present but cannot be compiled
configure: WARNING: linux/tcp.h: check for missing prerequisite headers?
configure: WARNING: linux/tcp.h: see the Autoconf documentation
configure: WARNING: linux/tcp.h: section "Present But Cannot Be Compiled"
configure: WARNING: linux/tcp.h: proceeding with the preprocessor's result
configure: WARNING: linux/tcp.h: in the future, the compiler will take precedenc e
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for linux/tcp.h... yes
checking sys/proc.h usability... no
checking sys/proc.h presence... no
checking for sys/proc.h... no
checking whether time.h and sys/time.h may both be included... yes
checking for working long double with more range or precision than double... yes
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... (cached) no
checking for dlfcn.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for socket... yes
checking for fabsl... no
checking for strdup... yes
checking for vsnprintf... (cached) yes
checking for re_comp... yes
checking for flock... yes
checking for setenv... yes
checking if setenv needs custom prototype... no
checking for unsetenv... yes
checking if unsetenv needs custom prototype... no
checking for getdomainname... yes
checking if getdomainname needs custom prototype... no
checking for gethostname... yes
checking if gethostname needs custom prototype... no
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking if kamefu should be compiled... yes
configure: creating ./config.status
fast creating Makefile
fast creating kamefu/Makefile
fast creating kamefu/kamefu/Makefile
fast creating kamefu/kamefu/config/Makefile
fast creating kamefu/kamefu/config/collection/Makefile
fast creating kamefu/kamefu/config/emulator/Makefile
fast creating kamefu/kamefu/firsttimewizard/Makefile
fast creating kamefu/kamefu/widgets/Makefile
fast creating kamefu/kfile_plugins/Makefile
fast creating kamefu/kfile_plugins/common/Makefile
fast creating kamefu/kfile_plugins/gba/Makefile
fast creating kamefu/kfile_plugins/gbx/Makefile
fast creating kamefu/kfile_plugins/nes/Makefile
fast creating kamefu/kfile_plugins/snes/Makefile
fast creating kamefu/libkamefu/Makefile
fast creating kamefu/libkamefu/tests/Makefile
fast creating kamefu/systems/Makefile
fast creating kamefu/systems/gba/Makefile
fast creating kamefu/systems/gbx/Makefile
fast creating kamefu/systems/mame/Makefile
fast creating kamefu/systems/nes/Makefile
fast creating kamefu/systems/snes/Makefile
config.pl: fast created 22 file(s).
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

[fernan@localhost kamefu-0.1.1]$ make
bash: make: command not found
[fernan@localhost kamefu-0.1.1]$ su
Contraseña:
[root@localhost kamefu-0.1.1]# make
bash: make: command not found
[root@localhost kamefu-0.1.1]# make now
bash: make: command not found
[root@localhost kamefu-0.1.1]# make install
bash: make: command not found
[root@localhost kamefu-0.1.1]#

el programa que intento instalar ahora es este: http://www.kde-apps.org/content/show.php/Gamefu?content=3684 6


* Titulo editado por el Administrador por decir muy poco del tema a tratar, por favor, revisa el reglamento del foro
Volver arriba
Ver perfil de usuario Enviar mensaje privado Enviar email Visitar sitio web del usuario MSN Messenger
pendulo
Forista Mayor
Forista Mayor



Miembro No. 14412
Registrado: Mar 31, 2006
Mensajes: 700

MensajePublicado: Vie May 16, 2008 8:35 am    Asunto: Re: Instalando vía consola Responder citando

Te faltan instalar ciertas cosas del sistema (paquetes de desarrollo), observa que no encuentra el programa "make".
Escribe en la terminal "man make" (claro sin las commillas) y verás que no está instalado.
Volver arriba
Ver perfil de usuario Enviar mensaje privado
artzneo
Forista Legendario
Forista Legendario



Miembro No. 13441
Registrado: Feb 12, 2006
Mensajes: 2428
Ubicación: mount /dev/mex /mnt/gdl

MensajePublicado: Vie May 16, 2008 9:30 am    Asunto: Re: problema para compilar gamefu durante make Responder citando

mmm ponle



urpmi make

creo que no lo tienes instalado =P
_________________
Te invito a ver mi blog | Lee el reglamento | CUCEA linux
Volver arriba
Ver perfil de usuario Enviar mensaje privado Enviar email Visitar sitio web del usuario Yahoo Messenger MSN Messenger
megabyte
Administrador
Administrador



Miembro No. 6092
Registrado: Jan 27, 2005
Mensajes: 4635
Ubicación: México

MensajePublicado: Vie May 16, 2008 1:11 pm    Asunto: Re: Instalando vía consola Responder citando

Psyfurius escribió:

Ya he hido a BlogDRake y nadie sabe Nada, elhacker.net... y mandriva-es y nada..
Good - your configure finished. Start make now

[fernan@localhost kamefu-0.1.1]$ make
bash: make: command not found


1. donde esta tu mensjae en mandriva-es, ya que no lo veo

2. necesitas make, abre el centro de control, ->el asistente de instalación, busca en paquetes la sección de desarrollo e instala los metapaquetes para c, gtk qt, etc

lee Espacio Linux explicacion de compilación
_________________
Reglamento del foro| Escribe correctamente| Mandriva 2006 Docs
Volver arriba
Ver perfil de usuario Enviar mensaje privado
Psyfurius
Forista Menor
Forista Menor



Miembro No. 27872
Registrado: May 10, 2008
Mensajes: 78

MensajePublicado: Vie May 16, 2008 10:22 pm    Asunto: Re: Instalando vía consola Responder citando

Cita:
2. necesitas make, abre el centro de control, ->el asistente de instalación, busca en paquetes la sección de desarrollo e instala los metapaquetes para c, gtk qt, etc

lee Espacio Linux explicacion de compilación
[/quote]

Megabyte, ya he buscado en el gestor de Software sobre los diferentes paquetes de Make... pero son muchos. No se que debo o que no debo instalar. He puesto enel search "Make" y aparece centenares de cosas. Pero nada sobre gtk,qt o lo que sea... Haber si me puedes explicar esa parte. Otra cosa Leí el post del link pero pues simplemente explicas lo mismo ue el texto Install. Por ultimo hice make man y salió lo siguiente lo cual no entiendo:
Código:

MAKE(1P)                   POSIX Programmer's Manual                  MAKE(1P)

NAME
       make  -  maintain,  update, and regenerate groups of programs (DEVELOP‐
       MENT)

SYNOPSIS
       make [-einpqrst][-f makefile]...[ -k| -S][macro=value]...
              [target_name...]

DESCRIPTION
       The make utility shall update files that are derived from other  files.
       A  typical  case  is one where object files are derived from the corre‐
       sponding source files. The make utility examines time relationships and
       shall  update  those  derived files (called targets) that have modified
       times earlier than the modified times of the  files  (called  prerequi‐
       sites)  from which they are derived. A description file (makefile) con‐
       tains a description of the relationships between files,  and  the  com‐
       mands that need to be executed to update the targets to reflect changes
       in their prerequisites.  Each specification, or rule, shall consist  of
       a  target, optional prerequisites, and optional commands to be executed
       when a prerequisite is newer than the target. There are  two  types  of
       rule:
lines 1-25
Volver arriba
Ver perfil de usuario Enviar mensaje privado Enviar email Visitar sitio web del usuario MSN Messenger
megabyte
Administrador
Administrador



Miembro No. 6092
Registrado: Jan 27, 2005
Mensajes: 4635
Ubicación: México

MensajePublicado: Sab May 17, 2008 12:27 pm    Asunto: Re: Instalando vía consola Responder citando

Psyfurius escribió:

Megabyte, ya he buscado en el gestor de Software sobre los diferentes paquetes de Make... pero son muchos. No se que debo o que no debo instalar. He puesto enel search "Make" y aparece centenares de cosas. Pero nada sobre gtk,qt o lo que sea... Haber si me puedes explicar esa parte. Otra cosa Leí el post del link pero pues simplemente explicas lo mismo ue el texto Install. Por ultimo hice make man y salió lo siguiente lo cual no entiendo:


el "problema" con mandriva spring 2008, es que el asistente de instalación muestra los paquetes con gui (interfaz grafica) de forma predeterminada, eso para "facilitar" a los usuarios noveles y que instalen solo cosas gráficas, pero las herramientas para compilar no son gráficas, asi que deberas cambiar la forma de ver los paquetes, te dejo una imagen que muestra mejor lo que digo




lee el siguiente tema ahi explica mejor lo necesario para compilar
_________________
Reglamento del foro| Escribe correctamente| Mandriva 2006 Docs
Volver arriba
Ver perfil de usuario Enviar mensaje privado
Psyfurius
Forista Menor
Forista Menor



Miembro No. 27872
Registrado: May 10, 2008
Mensajes: 78

MensajePublicado: Sab May 17, 2008 1:31 pm    Asunto: Re: Instalando vía consola Responder citando

megabyte escribió:
Psyfurius escribió:

Megabyte, ya he buscado en el gestor de Software sobre los diferentes paquetes de Make... pero son muchos. No se que debo o que no debo instalar. He puesto enel search "Make" y aparece centenares de cosas. Pero nada sobre gtk,qt o lo que sea... Haber si me puedes explicar esa parte. Otra cosa Leí el post del link pero pues simplemente explicas lo mismo ue el texto Install. Por ultimo hice make man y salió lo siguiente lo cual no entiendo:


el "problema" con mandriva spring 2008, es que el asistente de instalación muestra los paquetes con gui (interfaz grafica) de forma predeterminada, eso para "facilitar" a los usuarios noveles y que instalen solo cosas gráficas, pero las herramientas para compilar no son gráficas, asi que deberas cambiar la forma de ver los paquetes, te dejo una imagen que muestra mejor lo que digo




lee el siguiente tema ahi explica mejor lo necesario para compilar


Muchisimas gracias por el Link. Ese si lo explica todo. Grax Megabyte.
Volver arriba
Ver perfil de usuario Enviar mensaje privado Enviar email Visitar sitio web del usuario MSN Messenger
Mostrar mensajes anteriores:   
Publicar nuevo tema  Responder al tema  Foros de discusión -> Software Todas las horas son GMT - 6 Horas

Página 1 de 1



No puedes publicar nuevos temas en este foro
No puedes responder a temas en este foro
No puedes editar tus mensajes en este foro
No puedes borrar tus mensajes en este foro
No puedes votar en encuestas en este foro



Powered by phpBB © 2001 phpBB Group
phpBB port v2.1 based on Tom Nitzschner's phpbb2.0.6 upgraded to phpBB 2.0.4 standalone was developed and tested by:
ArtificialIntel, ChatServ, mikem,
sixonetonoffun and Paul Laudanski (aka Zhen-Xjell).

Version 2.1 by Nuke Cops © 2003 http://www.nukecops.com

Forums ©
 

Copyright | Términos de uso | Política de privacidad | Publicidad | Contáctanos | Blog