Boa noite! Eu estava com os mesmos problemas e instalei o pacote Build- essential, e funcionou. Então quem estiver com os seguintes problemas, instala o pacote chamado build-essential que vai funcionar a compilação do pacote!
> > Buscando SO / Checking OS..........................LINUX > > Buscando compilador C / Checking for a C compiler../usr/bin/gcc > > Buscando endianness / Checking endianness..........conftest.endian.c: > > In Funktion »main«: > > conftest.endian.c:9: Warnung: unverträgliche implizite Deklaration der > > eingebauten Funktion »printf« > > conftest.endian.c:11: Warnung: unverträgliche implizite Deklaration > > der eingebauten Funktion »printf« > > /usr/bin/ld: crt1.o: No such file: Datei oder Verzeichnis nicht gefunden > > collect2: ld gab 1 als Ende-Status zurück > > ./configure: line 103: ./conftest.endian: Datei oder Verzeichnis nicht > > gefundenFalha ao determinar o endianness / Failed to determine endianness ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --- Em [email protected], Gabriel Arellano <[EMAIL PROTECTED]> escreveu > > Mark: > > I don't use Ubuntu, but I think you can find the missing library(s) > installing the set of packages "build-essential" from you Ubuntu CD's... > > The file crt1.o is in the package: libdevel/libc6-dev ... > > I don't now if installing only the package libc6-dev will work... I > recommend you to install all the packages in the set "build- essential"... > > Tell us if it works! > > PS: If don't work... You can try installing Slackware ;-) > > Gabriel Arellano. > HLBR Developer > > Mark wrote: > > > > Hi group, > > > > I get an error message while ./configure -ing: > > > > ----------------8< snip > > > > Buscando SO / Checking OS..........................LINUX > > Buscando compilador C / Checking for a C compiler../usr/bin/gcc > > Buscando endianness / Checking endianness..........conftest.endian.c: > > In Funktion »main«: > > conftest.endian.c:9: Warnung: unverträgliche implizite Deklaration der > > eingebauten Funktion »printf« > > conftest.endian.c:11: Warnung: unverträgliche implizite Deklaration > > der eingebauten Funktion »printf« > > /usr/bin/ld: crt1.o: No such file: Datei oder Verzeichnis nicht gefunden > > collect2: ld gab 1 als Ende-Status zurück > > ./configure: line 103: ./conftest.endian: Datei oder Verzeichnis nicht > > gefundenFalha ao determinar o endianness / Failed to determine endianness > > > > ----------------8< snip > > > > In consequence make won't have any targets and exits, too. > > I'm running it on a Ubuntu 5.10 machine. > > Does anyone have a clue what is missing here? > > > > > > TIA, > > Mark > > > > > > > > > > > > > > > > > > ----------- > > HLBR Newsgroup > > server: news.gmane.org > > group: gmane.comp.security.ids.hlbr > > > > > > > > > > > > *Yahoo! Grupos, um serviço oferecido por:* > > PUBLICIDADE > > > > > > ------------------------------------------------------------------ ------ > > *Links do Yahoo! Grupos* > > > > * Para visitar o site do seu grupo na web, acesse: > > http://br.groups.yahoo.com/group/hlbr/ > > > > * Para sair deste grupo, envie um e-mail para: > > [EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED] subject=Unsubscribe> > > > > * O uso que você faz do Yahoo! Grupos está sujeito aos Termos do > > Serviço do Yahoo! <http://br.yahoo.com/info/utos.html>. > > > > >
