¿Como compilar gnusim8085?

saludos amigos tengo un problema... me he descargado algunas fuentes de distribucion y no he podido encontrar el programa gnusim8085 es un simulador de procesador y lo necesito de urgencia... talvez alguien sabe de donde me lo puedo descargar..? encontre una pagina donde estan algunos rpms para ese programa pero el problema es que me dice que necesito librerias y al rato de querer descargarme las librerias me salen otras cosas y no me funciona... Ese programa se que me lo puedo descargar facilmente en ubuntu pero no quiero cambiarme de S.O solo por ese programa...

Opciones de visualización de comentarios

Seleccione la forma que desee de mostrar los comentarios y haga clic en «Guardar opciones» para activar los cambios.
Gravatar de pacho

# 37630: Las fuentes las puedes

Las fuentes las puedes descargar de aquí, si no te compila pon aquí los errores que te da.

Saludos

PD: De todos modos he abierto un bug para sugerir que se cree un RPM para esta aplicación. aunque es posible que tarden en realizarlo ya que, como comprenderás, mandriva no puede empaquetar todo el software existente :-), mientras tanto intenta hacer funcionar la versión compilada

http://bugzilla.mandriva.com/show_bug.cgi?id=31757


NO LEER

JID:pacho@jabber-hispano.org
El Blog de Pacho

# 37633: Gracias amigo por tu

Gracias amigo por tu ayuda... ya me descargue el programa y lo compile pero nada.. ejecute lo siguiente:

$ su - ./configure
$ su - make
$ su - make install

probe tambien con "make INSTALL" porque dentro de la carpeta esta en mayusculas y me bota un error diciendo que no hay ningun archivo makefile dentro de esa carpeta... pero me di cuenta de lo siguiente:
como dije ayer me descargue algunos rpms que me daban en esa pagina y los instale a todos y ahora que estaba revisando en el centro de control en instalar programas busque gnusim8085 y me salio que ya estaba instalado entonces precione alt+F2 para ejecutar comando y puse gnusim8085... le mande un enter pero no aparece nada ni se ejecuta nada ni me da ningun error.. vi en el ProccesTable haber si se estaba ejecutando el programa pero no aparece nada pero en añadir progrmas ya me sale instalado... que mas puedo hacer para poder correr a ese programa

Gravatar de pacho

# 37638: Primero comentar que "su"

Primero comentar que "su" sólo es necesario para hacer el make install, ¿puedes decirme el error exacto que recibes al hacer ./configure?

Saludos


NO LEER

JID:pacho@jabber-hispano.org
El Blog de Pacho

# 37641: esto es todo lo que ejecuto

esto es todo lo que ejecuto y todo lo que me sale:

[nuevo@localhost gnusim8085-1.3]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
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 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 cf77... 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 pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... 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 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 static flag -static works... no
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 if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GNOME... [david@localhost gnusim8085-1.3]$

[nuevo@localhost gnusim8085-1.3]$ make
make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.

[nuevo@localhost gnusim8085-1.3]$sudo make INSTALL
make: *** No hay ninguna regla para construir el objetivo `INSTALL'. Alto.

[nuevo@localhost gnusim8085-1.3]$sudo make install
make: No se hace nada para `install'.

Gravatar de pacho

# 37644: Parece que necesitas

Parece que necesitas instalar gcc


NO LEER

JID:pacho@jabber-hispano.org
El Blog de Pacho

Gravatar de drakedalfa

# 37639: Veamos

su
contraseña:

./configure

make

make install

Como dice pacho su solo es una vez. En el archivo README y en el INSTALL hay info sobre que es lo que necesitan las fuentes (la mayoria de veces).

Este manual te puede ser de utilidad:

Manual de introducción a la compilación
http://blogdrake.net/node/4143

--
¿Quien es Jesucristo?

Gravatar de drakedalfa

# 37640: OT: Bug votado

Bug votado.

--
¿Quien es Jesucristo?

Gravatar de pacho

# 42242: El paquete ya está en cooker

Si alguien quiere un backport para mdv 2008.0 no tiene más que pedirlo

Saludos


NO LEER

JID:pacho@jabber-hispano.org
El Blog de Pacho