Hozzászólások
nem segitett, megtaláltam a gcc könyvtárat, és be is raktam a PATH ba, de semmi vátlozás nem történt, nem lehet hogy itt az $MAKE környékén van a bibi?
Az mit is csinálna ha le tudna futni?
Mármint ez a sor mit csinálna
checking whether make sets $(MAKE)... no
vagy ha újra felrakom a gcc-t az segit? (a mostanit leszedjem?)
- A hozzászóláshoz be kell jelentkezni
Nem SuSE personal rendszered van véletlenül?
Azon tipikusan nincs alapból se gcc se make.
Viszont egy internetes telepítési forrásból (suse ftp site) a yast-al mindkettő pár kattintással a feltelepíthető.
Szerkesztés:
Már látom, persze, ubuntu-d van. (Hülye vagyok). Szal a helyzet így is ugyanaz: telepítsd fel valahogy a gcc és a make csomagokat.
- A hozzászóláshoz be kell jelentkezni
Hali, ez után a parancsután ezt kapom:
kanyi@ubuntu:~/progi/openbabel-1.100.2$ sudo ./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)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
gawk, és gcc feltettem, de ezetk után is ezt kapom, mit nem raktam fel? Mit kell még beállitani? Másik program esetén is ugyan ezt kapom.
- A hozzászóláshoz be kell jelentkezni
[quote:eeb1c2424f="kanyi"]
configure: error: no acceptable C compiler found in $PATH
Nem talalja a PATH-ban a gcc -t.
Igy tudod leellenorizni: which gcc
Ha nem talal semmit, akkor igy keresd meg: find / -name gcc
Es a /etc/profile -ben keresd ki a PATH sort, es ott add hozza azt a konyvtarat amit a find mondott.
BaBo
- A hozzászóláshoz be kell jelentkezni
g++ ?
- A hozzászóláshoz be kell jelentkezni
[quote:4f82373a71="atlantic"]g++ ?
Na igen, a g++ is jo. De lehetne g77; gnat; gcj es objc is. Mindegyik a gcc resze:
[code:1:4f82373a71]/usr/bin/g++ -> g++-gcc-3.3.6[/code:1:4f82373a71].
Es ha feltette a gcc -t akkor (valoszinuleg) ezek is felkerultek... (vagy legalabbis a fontosabbak pl g++ )
- A hozzászóláshoz be kell jelentkezni
Szia
Szerintem egyszerüen nincs feltelepítve a gcc.
Milyen disztibúciód van?
- A hozzászóláshoz be kell jelentkezni
[quote:2be09249d3="kanyi"]Hali, ez után a parancsután ezt kapom:
kanyi@ubuntu:~/progi/openbabel-1.100.2$ sudo ./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)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
gawk, és gcc feltettem, de ezetk után is ezt kapom, mit nem raktam fel? Mit kell még beállitani? Másik program esetén is ugyan ezt kapom.
dpkg -l gcc* ?
- A hozzászóláshoz be kell jelentkezni
[quote:926ec1f83e="kanyi"]noss, ujra raktam Synapticon keresztül, a gcc és most ez van:
kanyi@ubuntu:~/progi/openbabel-1.100.2$ ./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 whether to enable maintainer-specific portions of
> Makefiles... no
> checking build system type... i686-pc-linux-gnulibc1
> checking host system type... i686-pc-linux-gnulibc1
> checking for gcc... gcc
> checking for C compiler default output file name... configure: error:
> C compiler cannot create executables
> See `config.log' for more details.
valahol ubuntu/kubuntu wikiben volt vmi leiras asszem...
- A hozzászóláshoz be kell jelentkezni
[quote:776a2ff46e="kanyi"]Hi!
Noss még mindig nem jutottam el a telepitésig, mivel a gawk, gcc, és a make felrakása után mindig gond van, és ezt a sort nem értem:
checking whether to enable maintainer-specific portions of Makefiles... no
az hogy ezek után még mindig nem látja feltett gcc 3.3.6 az meg végképp nem értem, de itt az egész hibaüzenet:
kanyi@ubuntu:~$ cd progi/openbabel-1.100.2
kanyi@ubuntu:~/progi/openbabel-1.100.2$ ./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 whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
kanyi@ubuntu:~/progi/openbabel-1.100.2$
jo, azt nezd meg, hogy letezik-e a gcc fajl, es nem csak vmi gcc-3.3 vagy vmi.. ha nem letezik, akkor csinalj a letezorol egy symlinket gcc neven, utana menni fog...
- A hozzászóláshoz be kell jelentkezni
sry..
- A hozzászóláshoz be kell jelentkezni
[quote:6b43f69d6f="kanyi"]noss, ujra raktam Synapticon keresztül, a gcc és most ez van:
kanyi@ubuntu:~/progi/openbabel-1.100.2$ ./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 whether to enable maintainer-specific portions of
> Makefiles... no
> checking build system type... i686-pc-linux-gnulibc1
> checking host system type... i686-pc-linux-gnulibc1
> checking for gcc... gcc
> checking for C compiler default output file name... configure: error:
> C compiler cannot create executables
> See `config.log' for more details.
Biztos kell még valami -dev is neki (libc6-dev?). Tipp: próbálj meg felrakni egy kernel forrás csomagot, ahhoz be kéne húzzon függőségbe minden csomagot, ami kell a fordításhoz, és hiányzik.
Üdv,
Dw.
- A hozzászóláshoz be kell jelentkezni
Hi!
Noss még mindig nem jutottam el a telepitésig, mivel a gawk, gcc, és a make felrakása után mindig gond van, és ezt a sort nem értem:
checking whether to enable maintainer-specific portions of Makefiles... no
az hogy ezek után még mindig nem látja feltett gcc 3.3.6 az meg végképp nem értem, de itt az egész hibaüzenet:
kanyi@ubuntu:~$ cd progi/openbabel-1.100.2
kanyi@ubuntu:~/progi/openbabel-1.100.2$ ./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 whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
kanyi@ubuntu:~/progi/openbabel-1.100.2$
- A hozzászóláshoz be kell jelentkezni
noss, ujra raktam Synapticon keresztül, a gcc és most ez van:
kanyi@ubuntu:~/progi/openbabel-1.100.2$ ./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 whether to enable maintainer-specific portions of
> Makefiles... no
> checking build system type... i686-pc-linux-gnulibc1
> checking host system type... i686-pc-linux-gnulibc1
> checking for gcc... gcc
> checking for C compiler default output file name... configure: error:
> C compiler cannot create executables
> See `config.log' for more details.
- A hozzászóláshoz be kell jelentkezni