configure problem - Gentoo linux

Sekcia: Aplikácie & Desktop 23.05.2006 | 14:30
div   Návštevník
Čaute, mám problém kompiláciou jedného programu.. # ./configure checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables See `config.log' for more details. Tu sa mi to zastaví. Pri distribúcií ako Debian a Ubuntu sa to vysrieši nainstalovaním build-essential, ale to mi v Gentoo portage nenajde. Viete niekto čo s tým ?
    • Re: configure problem - Gentoo linux 23.05.2006 | 12:18
      Avatar nardew debian  Používateľ
      configure: error: C++ compiler cannot create executables nespustas to ako normalny user, ktory nema pravo na zapis do toho adresara? skus to pustit ako root
      • Re: Re: configure problem - Gentoo linux 23.05.2006 | 12:25
        div   Návštevník
        Som prihláseny ako root. A mám gcc-3.4.5.
        • Re: Re: Re: configure problem - Gentoo linux 23.05.2006 | 12:31
          div   Návštevník
          Som sa ešte dopočul že to môže byť tým, že to chce gcc-3.3 .. Dá sa nejak nahodiť ?
          • Re: Re: Re: Re: configure problem - Gentoo linux 23.05.2006 | 14:27
            Avatar WhiteRaven Gentoo  Používateľ

            Napíš:

            gcc-config --list-profiles

            To ti hodí zoznam dostupných GCC. Napr:

             [1] i686-pc-linux-gnu-3.3.3
            .
            .
            .
             [6] i686-pc-linux-gnu-3.4.6 *
            .
            .
            .

            Ak chceš vybrať prvý, tak:

            gcc-config 1
            • Re: configure problem - Gentoo linux 23.05.2006 | 14:30
              Avatar WhiteRaven Gentoo  Používateľ
              Ooops, akosi som neodhadol formátovanie...
    • Re: configure problem - Gentoo linux 23.05.2006 | 14:24
      Avatar WhiteRaven Gentoo  Používateľ
      Ako máš nastavené CHOST, CFLAGS a CXXFLAGS v /etc/make.conf?