Srodne teme
Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

C++ compiler cannot create executables...

[es] :: Linux :: C++ compiler cannot create executables...

[ Pregleda: 4493 | Odgovora: 9 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Disko-Mafija!
tsunami tuomio
bgd

Član broj: 5523
Poruke: 11
*.verat.net

Jabber: chto tak???
Sajt: njet.......


Profil

icon C++ compiler cannot create executables...07.10.2002. u 10:35 - pre 261 meseci
Skinuo sam sa neta zanimljiv programcic (od 'samo' 10 Bb source-a) koji se zove celestia......uglavnom kada krenem za instalacijom, tj. prvo ./configure, on mi prijavi greshku:

.
.
.
.
.
checking for c++ ...c++
checking whether C++ compiler(c++) works.....no
configure: error: installation or configuration problem : C++ compiler cannot create executables

:(


 
Odgovor na temu

random
Vladimir Vrzić
Beograd

Član broj: 85
Poruke: 3866
*.f.bg.ac.yu

Sajt: www.last.fm/user/vrza


+4 Profil

icon Re: C++ compiler cannot create executables...07.10.2002. u 12:46 - pre 261 meseci
Pogledaj u config.log.
int rand(void);

Those who do not understand Unix are condemned to reinvent it, poorly.

Upali lampicu — koristi Jabber!
 
Odgovor na temu

Disko-Mafija!
tsunami tuomio
bgd

Član broj: 5523
Poruke: 11
195.252.103.*

Jabber: chto tak???
Sajt: njet.......


Profil

icon Re: C++ compiler cannot create executables...07.10.2002. u 13:03 - pre 261 meseci
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:598: checking for a BSD compatible install
configure:651: checking whether build environment is sane
configure:708: checking whether make sets ${MAKE}
configure:754: checking for working aclocal
configure:767: checking for working autoconf
configure:780: checking for working automake
configure:793: checking for working autoheader
configure:806: checking for working makeinfo
configure:846: checking host system type
configure:874: checking for gcc
configure:987: checking whether the C compiler (gcc ) works
configure:1003: gcc -o conftest conftest.c 1>&5
configure:1029: checking whether the C compiler (gcc ) is a cross-compiler
configure:1034: checking whether we are using GNU C
configure:1043: gcc -E conftest.c
configure:1062: checking whether gcc accepts -g
configure:1103: checking for c++
configure:1135: checking whether the C++ compiler (c++ ) works
configure:1151: c++ -o conftest conftest.C 1>&5
/usr/bin/ld: cannot find -lstdc++
collect2: ld returned 1 exit status
configure: failed program was:

#line 1146 "configure"
#include "confdefs.h"

int main(){return(0);}




i shta onda???
 
Odgovor na temu

Goran Rakić
Beograd

Član broj: 999
Poruke: 3766

Sajt: blog.goranrakic.com


+125 Profil

icon Re: C++ compiler cannot create executables...07.10.2002. u 13:13 - pre 261 meseci
da li imas gcc, g++ i c++ lib-ove?
http://sr.libreoffice.org — slobodan kancelarijski paket, obrada teksta, tablice,
prezentacije, legalno bez troškova licenciranja
 
Odgovor na temu

Disko-Mafija!
tsunami tuomio
bgd

Član broj: 5523
Poruke: 11
*.verat.net

Jabber: chto tak???
Sajt: njet.......


Profil

icon Re: C++ compiler cannot create executables...07.10.2002. u 15:04 - pre 261 meseci
Naravno da imam.......inache , gcc je 2.96 , onaj shto ide uz rh7.3
 
Odgovor na temu

Goran Rakić
Beograd

Član broj: 999
Poruke: 3766

Sajt: blog.goranrakic.com


+125 Profil

icon Re: C++ compiler cannot create executables...07.10.2002. u 15:19 - pre 261 meseci
a u paketu (dir-u) postoji confdefs.h? Probaj da u drektorijumu napravis mali c++ prog pa da ga rucno kompajliras.
http://sr.libreoffice.org — slobodan kancelarijski paket, obrada teksta, tablice,
prezentacije, legalno bez troškova licenciranja
 
Odgovor na temu

Disko-Mafija!
tsunami tuomio
bgd

Član broj: 5523
Poruke: 11
195.252.103.*

Jabber: chto tak???
Sajt: njet.......


Profil

icon Re: C++ compiler cannot create executables...07.10.2002. u 18:14 - pre 261 meseci
ima confdefs.h ...kojii ima samo dve linije........i to neshto nebitno...........
 
Odgovor na temu

caboom
Igor Bogicevic
bgd

Član broj: 255
Poruke: 1503
*.verat.net

ICQ: 60630914


+1 Profil

icon Re: C++ compiler cannot create executables...07.10.2002. u 22:34 - pre 261 meseci
cuj... ti imas gcc, time i g++, ali nemas libstdc++... obicno se razdvajaju paketi u tom smislu da ako imas gcc ne znaci da imas obavezno libstdc++, pogledaj sta sve zapravo imas instalirano.
 
Odgovor na temu

Disko-Mafija!
tsunami tuomio
bgd

Član broj: 5523
Poruke: 11
*.verat.net

Jabber: chto tak???
Sajt: njet.......


Profil

icon Re: C++ compiler cannot create executables...07.10.2002. u 23:52 - pre 261 meseci
gcc sam ruchno instalirao, i imam libstdc++......ali, sada nije u tome problem..........uspeo sam da prebrodim pochetni problem (tj. problem zbog kojeg je postavljena tema...) i to sa

CXX='gcc -03" ./configure................i onda odradi do kraja , ali 'make' mi prijavi grashku tipa
'gcc : nepoznata opcija -03' ..............error [2] bla, bla,bla........................


shta sad da radim???
 
Odgovor na temu

random
Vladimir Vrzić
Beograd

Član broj: 85
Poruke: 3866
*.etf.bg.ac.yu

Sajt: www.last.fm/user/vrza


+4 Profil

icon Re: C++ compiler cannot create executables...08.10.2002. u 16:32 - pre 261 meseci
Probaj da umesto "03" (nula-tri) staviš "O3" (o-tri). ;o)
int rand(void);

Those who do not understand Unix are condemned to reinvent it, poorly.

Upali lampicu — koristi Jabber!
 
Odgovor na temu

[es] :: Linux :: C++ compiler cannot create executables...

[ Pregleda: 4493 | Odgovora: 9 ] > FB > Twit

Postavi temu Odgovori

Srodne teme
Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.