Software de Unix [RESOLVIDO]

1. Software de Unix [RESOLVIDO]

Leonardo de Avellar Frederico
leoaf

(usa PCLinuxOS)

Enviado em 25/01/2012 - 09:44h

Olá amigos do Viva o Linux!

Meu nome é Leonardo, e trabalho em um programa de iniciação cientifica. Em meu projeto, preciso usar um programa para UNIX. Porém, utilizo uma versão Linux, chamada KeeP (que acho que provém do Debian). Ao tentar executar o arquivo "./makefile" no prompt (q acredito ser este o arquivo de instalação), apareceram várias mensagens de erro. Gostaria de saber, se softwares do unix podem ser rodados no linux normalmente, e também se existe algum software que faça programas do unix rodarem no linux. Sou novo no linux, por isso peço ajuda.

Att, Leonardo.

Editar


  


2. Re: Software de Unix [RESOLVIDO]

Luis R. C. Silva
luisrcs

(usa Linux Mint)

Enviado em 25/01/2012 - 09:52h

Na verdade os comandos para instalação de aplicativos em código-fonte no Linux são: ./configure, ./make, ./make install. Tudo rodando do terminal.

A grande maioria dos programas concebidos originalmente para Unix rodam no Linux (mesmo porque Linux é um Unix né). Raramente se encontra algum que não funcione.

Seu problema pode ser alguma dependência.


3. Re: Software de Unix [RESOLVIDO]

Leonardo de Avellar Frederico
leoaf

(usa PCLinuxOS)

Enviado em 25/01/2012 - 10:04h

O que é dependência ?


4. Re: Software de Unix [RESOLVIDO]

Luis R. C. Silva
luisrcs

(usa Linux Mint)

Enviado em 25/01/2012 - 10:19h

São programas pelo qual outro programa depende dele para funcionar. Ou seja, o programaX não funciona se o programaY não estiver no sistema, então o programaY é uma dependência do programaX.


5. Re: Software de Unix [RESOLVIDO]

Elder Marco
eldermarco

(usa Fedora)

Enviado em 25/01/2012 - 10:53h

A instalação de um programa varia de um programa para outro. Dê uma lida no arquivo de instalação para maiores instruções. Veja também se eles dizem alguma coisa referente ao programa rodar ou não no Linux. Acredito que funcione sem problemas, mas pode ser que não.


6. Re: Software de Unix [RESOLVIDO]

Leonardo de Avellar Frederico
leoaf

(usa PCLinuxOS)

Enviado em 26/01/2012 - 11:29h

Tentando instalar o software, acho que o problema é msm de dependência. O software necessita da biblioteca X11. Consegui achar a biblioteca, porém não consigo instalá-la. Quando dou ./configure ele configura normal, mas quando dou o make ele diz que não achou alvo. Entretanto existem dois arquivos makefile na pasta. Alguém sabe se a X11 é dependente de algum outro programa?


7. Re: Software de Unix [RESOLVIDO]

Elder Marco
eldermarco

(usa Fedora)

Enviado em 26/01/2012 - 11:46h

Você precisa de instalar o pacote de desenvolvimento dessa biblioteca. Existem vários pacotes da X11, vai depender de qual erro apareceu para saber qual. Se você não instalar, não vai rolar a compilação.


8. Re: Software de Unix [RESOLVIDO]

m0rpheus
Zaraki

(usa Ubuntu)

Enviado em 26/01/2012 - 12:12h

Pode postar as mensagens de erro ^^

Só por curiosidade, qual o software ?


9. Re: Software de Unix [RESOLVIDO]

Leonardo de Avellar Frederico
leoaf

(usa PCLinuxOS)

Enviado em 26/01/2012 - 12:17h

O softwear é o Khepera Simulator, que depende da biblioteca X11 que estou tentando instalar primero.
Depois do ./configure vem isso:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 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 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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) 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
checking for gcc option to accept ISO C99... -std=gnu99
checking whether __clang__ is declared... no
checking whether __INTEL_COMPILER is declared... no
checking whether __SUNPRO_C is declared... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking if gcc -std=gnu99 supports -Werror=attributes... no
Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-macros' found
checking whether to build functional specifications... yes
checking for xmlto... no
configure: WARNING: xmlto not found - documentation targets will be skipped
checking for xsltproc... /usr/bin/xsltproc
checking for X.Org SGML entities >= 1.8... no
checking for cpp... /usr/bin/cpp
checking if /usr/bin/cpp requires -undef... yes
checking if /usr/bin/cpp requires -traditional... yes
checking for perl... /usr/bin/perl
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking return type of signal handlers... void
checking if Xtrans should support UNIX socket connections... yes
checking if Xtrans should support TCP socket connections... yes
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for getaddrinfo... yes
checking if IPv6 support should be built... yes
checking for struct sockaddr_in.sin_len... no
checking for socklen_t... yes
checking if Xtrans should support os-specific local connections... no
checking for authdes_seccreate... no
checking for authdes_create... yes
checking for library containing getsecretkey... none required
checking if Secure RPC authentication ("SUN-DES-1") should be supported... yes
checking what order to try transports in for local connections... LOCAL_TRANS,UNIX_TRANS,TCP_TRANS
checking if run-time linking is supported... checking for library containing dlopen... -ldl
checking for dlfcn.h... (cached) yes
yes
checking if loadable i18n module support should be enabled... no
checking if loadable Xcursor library support should be enabled... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for strtol... yes
checking for issetugid... no
checking for getresuid... yes
checking for shmat... yes
checking for launchd... no
checking for getpwuid_r in -lc... yes
checking for pthread_self in -lc... yes
checking for poll... yes
checking keysym definitions... configure: error: Cannot find keysymdef.h



10. GCC

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 26/01/2012 - 12:28h

Pelo que vi vc não tem o gcc instalado

Verifica como instala ele pra sua distro e tenta de novo.


11. Alguma coisa está errada

Júlio Hoffimann Mendes
julio_hoffimann

(usa Ubuntu)

Enviado em 26/01/2012 - 12:44h

Bom dia Leonardo,

Alguma coisa não está batendo. Acabei de baixar o Khepera Simulator (http://diwww.epfl.ch/lami/team/michel/khep-sim/), não existe nenhum configure como você mencionou.

Simplesmente extraia o arquivo, e na pasta raiz do projeto encontrará um arquivo makefile, por sinal muito mal escrito. Você terá que corrigir um erro antes de rodar o make:

As linhas:


CC = gcc $(LIBS)

sim: sim.o robot.o world.o graphics.o khep_serial.o user.o
$(CC) OBJ/sim.o OBJ/robot.o OBJ/world.o OBJ/graphics.o OBJ/khep_serial.o OBJ/user.o -o sim


Devem ser alteradas para:


CC = gcc

sim: sim.o robot.o world.o graphics.o khep_serial.o user.o
$(CC) OBJ/sim.o OBJ/robot.o OBJ/world.o OBJ/graphics.o OBJ/khep_serial.o OBJ/user.o $(LIBS) -o sim


OBS: O número de linhas no makefile após a alteração permanece o mesmo.
OBS: Não são permitidos espaços em branco em começos de linha, a indentação é feita por meio de um único [TAB].

Não tive nenhum erro de compilação, segue um screenshot do simulador funcionando: http://imgur.com/Wo90P

Boa sorte!


12. Re: Software de Unix [RESOLVIDO]

Leonardo de Avellar Frederico
leoaf

(usa PCLinuxOS)

Enviado em 26/01/2012 - 21:22h

julio, ao fazer oq vc aconselhou, o prompt me respondeu a seguinte mensagem:

makefile:27: *** faltando o separador. Pare.

Oq isso significa?



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts