Programtelepítési gond

Kezdőlap Fórumok SOS! Bajban vagyok Programtelepítési gond

8 bejegyzés megtekintése - 1-8 / 8
  • Szerző
    Bejegyzés
  • #1894299
    admin
    Adminisztrátor

      Hello
      Tedd fel az autoconf csomagot, valamint a gcc (GNU C compiler) csomagokat. A fuggosegekre nem art figyelni . automake , make csomagok telepitese .
      CSaba

      #1894300
      admin
      Adminisztrátor

        Szia!

        Köszönöm a segítséget! Ezeket megcsináltam, fel tettem az autoconf csomagot és a gcc csomagot is egy kis szenvedéssel, mert tényleg oda kellett figyelni a függõségre, ennek eredménye:

        loading cache ./config.cache
        checking for non-GNU ld… /usr/bin/ld
        checking if the linker (/usr/bin/ld) is GNU ld… yes
        checking host system type… i586-pc-linux-gnu
        checking target system type… i586-pc-linux-gnu
        checking build system type… i586-pc-linux-gnu
        checking for a BSD compatible install… /usr/bin/install -c
        checking whether build environment is sane… yes
        checking whether make sets ${MAKE}… no
        checking for working aclocal-1.4… missing
        checking for working autoconf… found
        checking for working automake-1.4… missing
        checking for working autoheader… found
        checking for working makeinfo… missing
        checking whether to enable maintainer-specific portions of Makefiles… no
        checking for gcc… gcc
        checking whether the C compiler (gcc ) works… yes
        checking whether the C compiler (gcc ) is a cross-compiler… no
        checking whether we are using GNU C… yes
        checking whether gcc accepts -g… yes
        checking for strerror in -lcposix… no
        d
        checking for a BSD compatible install… /usr/bin/install -c
        checking whether ln -s works… yes
        checking whether make sets ${MAKE}… (cached) no
        checking how to run the C preprocessor… gcc -E
        checking for flex… no
        checking for lex… no
        ./configure: flex: command not found
        checking for flex… lex
        checking for yywrap in -ll… no
        checking lex output file root… ./configure: lex: command not found
        configure: error: cannot find output from lex; giving
        up

        Kezd alakulni a dolog, de még mindig nem jó, szerinted mi lehet még a baj?

        Elõre is köszi a választ!

        Tomi

        #1894301
        admin
        Adminisztrátor

          ha kicsit olvasnal latnad, hogykiirja mi a problem:
          A problema:
          /configure: flex: command not found

          flex progi kell neki

          ha debiant hasznalsz apt-get install flex

          #1894302
          csaba2
          Felhasználó

            Hi
            Probald feltenni a flex csomagot. Fuugosegekre itt is kell figyelni .
            Remelhetoleg rajta vannak az alap CD -n. Az „1 cd -s” verziot hasznalod?

            #1894303
            admin
            Adminisztrátor

              Sziasztok!

              Föltettem a flex programot, utána nem talált egy bizonyos „glib-config” programot, rájöttem, hogy a glibc program kell neki, ez ugyan nem volt rajta a CD-men, de letöltöttem és felinstalláltam. Ugyan nem .deb csomag volt, hanem .tar.gz fájl, de föl tudtam rakni a leírás alapján a következõ parancsok kiadásával:

              1. ./configure
              2. make
              3. make install

              Hiba nélkül föl is tette. Ja, és a Make csomagot is föl kellett rakni elõtte. Majd megint installálni kezdtem az elõzõ progit. Kiírta, hogy nem talál egy bizonyos „gtk-config” programot. Ennek alapján letöltöttem a gtk programot, ez is .tar.gz. Indítom a configuret, és a végén a következõ hibával áll meg:

              checking for X… no
              configure: error:
              *** X libraries or include files not found. Check ‘config.log’ for
              *** more details.

              A config.log fájl végén pedig:

              configure:4588: X11/Intrinsic.h: No such file or directory
              configure: failed program was:
              #line 4587 „configure”
              #include „confdefs.h”
              #include [X11/Intrinsic.h]
              configure:4668: gcc -o conftest -g -O2 -Wall conftest.c -lXt 1]&5
              configure: In function `main’:
              configure:4664: warning: implicit declaration of function `XtMalloc’
              ld: cannot open -lXt: No such file or directory
              configure: failed program was:
              #line 4661 „configure”
              #include „confdefs.h”

              int main() {
              XtMalloc()
              ; return 0; }

              Ez olvashato. Ennek alapján nem tudok rájönni, milyen progi kell a gtk telepítéséhez, megint elakadtam. Kérlek, ha tudtok segítsetek.
              Elõre is köszi!

              Ja, és egy CD-s Corel Linuxot használok

              #1894304
              admin
              Adminisztrátor

                Most az X11 fajlokat keresi debianban xlibs-dev.

                Laci

                #1894305
                admin
                Adminisztrátor

                  Sziasztok!

                  Mûködik!!

                  #1867814
                  csaba
                  Felhasználó

                    Sziasztok!

                    Nemrég foglalkozom Linuxal, és most akadt egy kis (talán nagy) gondom. Egy programot töltöttem le, és föl szerettem volna rakni. Egy csomagolt .tar.gz fájl volt, azt én kicsomagoltam, és a leírásban azt olvastam, hogy el kell indítani egy bizonyos „./configure” nevû szkriptet, ami majd fölteszi a programot.
                    El is indítottam:

                    creating cache ./config.cache
                    checking for non-GNU ld… /usr/bin/ld
                    checking if the linker (/usr/bin/ld) is GNU ld… yes
                    checking host system type… i586-pc-linux-gnu
                    checking build system type… i586-pc-linux-gnu
                    checking for a BSD compatible install… /usr/bin/install -c
                    checking whether build environment is sane… yes
                    checking whether make sets ${MAKE}… no
                    checking for working aclocal-1.4… missing
                    checking for working autoconf… missing
                    checking for working automake-1.4… missing
                    checking for working autoheader… missing
                    checking for working makeinfo… missing
                    checking whether to enable maintainer-specific portions of Makefiles… no
                    checking for gcc… no
                    checking for cc… no
                    configure: error: no acceptable cc found in $PATH

                    Ezt írta a konzolra és nem hajlandó felrakni a programot.

                  8 bejegyzés megtekintése - 1-8 / 8
                  • Be kell jelentkezni a hozzászóláshoz.