kamicota Posted February 28, 2004 Share Posted February 28, 2004 Nope QuintgimpColin :'( Quote Link to comment Share on other sites More sharing options...
Bruno Posted February 28, 2004 Share Posted February 28, 2004 Hi ColinIf I remember right your path should be: cd /home/kamicota/My\ Documents/gimp . . . but if even that does not work try: cd /home/kami<tab>/My<tab>/gi<tab> Where <tab> is the "Tab"-key, it will auto-complete the name :DB) Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted February 28, 2004 Share Posted February 28, 2004 HHHHHHHHHHHhhhhhhhhhmmmmmmmm Still No such file found BrunoFEEL as if I may have extracted wrongCreates a "gimp" folder in My Documents then Double Clicked on the gimp- 2.0 tar.gz and put it in the newly created gimp folder--->>> Does this procedure have any Bearing on what is happening NOW Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted February 28, 2004 Share Posted February 28, 2004 Hi ColinTry this:$ cd /home/kami<tab>$ lsThat should show you that the Gimp is there . . . copy the name and paste it after:$ cd <paste> Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted February 28, 2004 Share Posted February 28, 2004 HMmmmmmmm Brunothis is what we againkamicota@freedom4u:~$ cd /home/kamicota/kamicota@freedom4u:~$ lsDesktop My Documentskamicota@freedom4u:~$ cd/home/kamicota/My Documents/gimp-2.0pre1.tar.gzbash: cd/home/kamicota/My: No such file or directorykamicota@freedom4u:~$ cd /home/kamicota/kamicota@freedom4u:~$ lsDesktop My Documentskamicota@freedom4u:~$ cdgimp-2.0pre1.tar.gzbash: cdgimp-2.0pre1.tar.gz: command not foundkamicota@freedom4u:~$ cd /home/kamicota/kamicota@freedom4u:~$ lsDesktop My Documentskamicota@freedom4u:~$ cd /gimp-2.0pre1.tar.gzbash: cd: /gimp-2.0pre1.tar.gz: No such file or directorykamicota@freedom4u:~$Colin Quote Link to comment Share on other sites More sharing options...
SonicDragon Posted February 28, 2004 Share Posted February 28, 2004 you can't cd into a .tar.gz$ tar -zxvf gimp-2.0pre1.tar.gz$ cd gim<TABKEY> (Hitting tab will complete the folder name)$ ./configure$ make$ su# make install Quote Link to comment Share on other sites More sharing options...
kamicota Posted February 28, 2004 Share Posted February 28, 2004 OOPS again Sonic Dragondid--->kamicota@freedom4u:~$ tar -zxvf gimp-2.0pre1tar.gztar (child): gimp-2.0pre1tar.gz: Cannot open: No such file or directorytar (child): Error is not recoverable: exiting nowtar: Child returned status 2tar: Error exit delayed from previous errorskamicota@freedom4u:~$THEN went to look and the gimp folder does not have the extracted tar.gz files anymoreIn OVER my HEAD AGAINColin Quote Link to comment Share on other sites More sharing options...
SonicDragon Posted February 28, 2004 Share Posted February 28, 2004 tar -zxvf gimp-2.0pre1tar.gz should be: tar -zxvf gimp-2.0pre1.tar.gz (you forgot the period!) Quote Link to comment Share on other sites More sharing options...
kamicota Posted February 28, 2004 Share Posted February 28, 2004 Oh BOY Same resultkamicota@freedom4u:~$ tar -zxvf gimp-2.0pre1tar.gztar (child): gimp-2.0pre1tar.gz: Cannot open: No such file or directorytar (child): Error is not recoverable: exiting nowtar: Child returned status 2tar: Error exit delayed from previous errorskamicota@freedom4u:~$Colin Quote Link to comment Share on other sites More sharing options...
SonicDragon Posted February 28, 2004 Share Posted February 28, 2004 You forgot the period again! There's a period before tar.gz -- so it should be gimp-2.0pre1.tar.gz NOT: gimp-2.0pre1tar.gzSee the difference?__________________________________________This is why it's good to use the TAB key. Type: < tar -zxvf gim > then hit the tab key. That will fill in the rest of the file name for you Quote Link to comment Share on other sites More sharing options...
Bruno Posted February 28, 2004 Share Posted February 28, 2004 Sorry Colin I made a mistake: ( forgot the My Documents directory, because My Documents has a space it should be typed as My\ Documents but we can use <tab> as well. )kamicota@freedom4u:~$ cd /home/kami<tab>$ lsThat should show you that the My Documents is there . . .kamicota@freedom4u:~$ cd My<tab>kamicota@freedom4u:My Documents$ lsNow gimp has to be therekamicota@freedom4u:My Documents$ cd gi<tab>kamicota@freedom4u:gimp$ ./configureThen you can do as Sonic explains . . Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted February 28, 2004 Share Posted February 28, 2004 BUT the gimp folder is empty NOW Bruno All the files were there before but where they disappeared to I just DON'T knowShould I dooble click the tar.gz download and start over again before any and what commands in the consoleColin as confusing as ever aren't I Quote Link to comment Share on other sites More sharing options...
SonicDragon Posted February 28, 2004 Share Posted February 28, 2004 Where is the .tar.gz file colin? Don't worry about the empty gimp folder... in fact, you can delete that Quote Link to comment Share on other sites More sharing options...
Bruno Posted February 28, 2004 Share Posted February 28, 2004 Hi ColinYes rightclikck it and choose "extract here" . . . and then rightclick the new gimp directory that is created and choose copy . . and then paste in in your /home/kamicota . . . so not in My Documents because that directory is giving you nothing but grief.After that you only have to do "cd gimp" in a terminal and you will be in that directory, ready to do ./configure ;) Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted February 28, 2004 Share Posted February 28, 2004 Well deleted the my Doc.. gimpfolderDid a right click Extract all into home/kamicota eneded up with the gimp-2.0 etc folder.Created a new Hom/gimp folder and moved the gimp-2.0 into it and ended up withkamicota@freedom4u:~$ cd gimpkamicota@freedom4u:~/gimp$ ./configurebash: ./configure: No such file or directorykamicota@freedom4u:~/gimp$Colin Quote Link to comment Share on other sites More sharing options...
Bruno Posted February 28, 2004 Share Posted February 28, 2004 kamicota@freedom4u:~$ cd gimpkamicota@freedom4u:~/gimp$This is EXCELLENT !!!! . . . now we are in the gimp directory . . . only ./configure does not work yet . . so let us see:kamicota@freedom4u:~/gimp$ lsAnd post what you see the ls command do there . . . . Bruno Quote Link to comment Share on other sites More sharing options...
SonicDragon Posted February 28, 2004 Share Posted February 28, 2004 cd to your gimp folder, like u already did, and show us the resoluts of < ls >. Quote Link to comment Share on other sites More sharing options...
kamicota Posted February 28, 2004 Share Posted February 28, 2004 Got Somewhere diferent this time kamicota@freedom4u:~$ cd gimpkamicota@freedom4u:~/gimp$ lsgimp-2.0pre1kamicota@freedom4u:~/gimp$Colin Quote Link to comment Share on other sites More sharing options...
SonicDragon Posted February 28, 2004 Share Posted February 28, 2004 cd ~/gimp/gimp-2.0pre1./configuremakesumake install Quote Link to comment Share on other sites More sharing options...
Bruno Posted February 28, 2004 Share Posted February 28, 2004 Right ColinNext step:kamicota@freedom4u:~/gimp$ cd gimp-2.0pre1kamicota@freedom4u:~/gimp/gimp-2.0pre1$ lsB) BrunoPS: Please stay in the thread so we can do step by step . . .LOL Sonic . . .!! Crosspost . . Quote Link to comment Share on other sites More sharing options...
kamicota Posted February 28, 2004 Share Posted February 28, 2004 Well Sonic Dragon got a little further--->>>kamicota@freedom4u:~$ cd ~/gimp/gimp-2.0pre1kamicota@freedom4u:~/gimp/gimp-2.0pre1$ ./configurechecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether to enable maintainer-specific portions of Makefiles... nochecking for gcc... nochecking for cc... nochecking for cc... nochecking for cl... noconfigure: error: no acceptable C compiler found in $PATHSee `config.log' for more details.kamicota@freedom4u:~/gimp/gimp-2.0pre1$ makemake: *** No targets specified and no makefile found. Stop.kamicota@freedom4u:~/gimp/gimp-2.0pre1$Colin Quote Link to comment Share on other sites More sharing options...
SonicDragon Posted February 28, 2004 Share Posted February 28, 2004 strange! no gcc?!?!?!?please do:locate gcc and see if it comes up with anything Quote Link to comment Share on other sites More sharing options...
Bruno Posted February 28, 2004 Share Posted February 28, 2004 Hi ColinWe have a problem Huston !!! . . You have no C compiler . . so you can not compile this package !!You can look in your package manager if you can install "gcc" from CD . . . . . Bruno Quote Link to comment Share on other sites More sharing options...
SonicDragon Posted February 28, 2004 Share Posted February 28, 2004 Also, please post the results of:$PATH (type the $ in this one ) Quote Link to comment Share on other sites More sharing options...
kamicota Posted February 28, 2004 Share Posted February 28, 2004 yep kamicota@freedom4u:~$ cd ~/gimp/gimp-2.0pre1kamicota@freedom4u:~/gimp/gimp-2.0pre1$ ./configurechecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether to enable maintainer-specific portions of Makefiles... nochecking for gcc... nochecking for cc... nochecking for cc... nochecking for cl... noconfigure: error: no acceptable C compiler found in $PATHSee `config.log' for more details.kamicota@freedom4u:~/gimp/gimp-2.0pre1$ makemake: *** No targets specified and no makefile found. Stop.kamicota@freedom4u:~/gimp/gimp-2.0pre1$ locate gcclocate: /var/cache/locate/locatedb: No such file or directorykamicota@freedom4u:~/gimp/gimp-2.0pre1$A blank again Colin Quote Link to comment Share on other sites More sharing options...
SonicDragon Posted February 28, 2004 Share Posted February 28, 2004 ok, trysuupdatedb (this may take a few mins )locate gcc Quote Link to comment Share on other sites More sharing options...
Bruno Posted February 28, 2004 Share Posted February 28, 2004 Hi ColinWe have a problem Huston !!! . . You have no C compiler . . so you can not compile this package !!You can look in your package manager if you can install "gcc" from CD . . . . . Bruno Quote Link to comment Share on other sites More sharing options...
kamicota Posted February 28, 2004 Share Posted February 28, 2004 kamicota@freedom4u:~$ cd ~/gimp/gimp-2.0pre1kamicota@freedom4u:~/gimp/gimp-2.0pre1$ ./configurechecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether to enable maintainer-specific portions of Makefiles... nochecking for gcc... nochecking for cc... nochecking for cc... nochecking for cl... noconfigure: error: no acceptable C compiler found in $PATHSee `config.log' for more details.kamicota@freedom4u:~/gimp/gimp-2.0pre1$ makemake: *** No targets specified and no makefile found. Stop.kamicota@freedom4u:~/gimp/gimp-2.0pre1$ locate gcclocate: /var/cache/locate/locatedb: No such file or directorykamicota@freedom4u:~/gimp/gimp-2.0pre1$ suPassword:freedom4u:/home/kamicota/gimp/gimp-2.0pre1# updatedbfreedom4u:/home/kamicota/gimp/gimp-2.0pre1# locate gcc/disks/C/windows/system/oobe/images/bgcc.jpg/lib/libgcc_s.so.1/opt/j2re1.4.2_01/plugin/i386/ns610-gcc32/opt/j2re1.4.2_01/plugin/i386/ns610-gcc32/libjavaplugin_oji.so/usr/doc/gcc-3.0-base/usr/lib/gcc-lib/usr/lib/gcc-lib/i386-linux/usr/lib/gcc-lib/i386-linux/3.2.3/usr/lib/gcc-lib/i386-linux/3.2.3/cpp0/usr/lib/gcc-lib/i386-linux/3.2.3/tradcpp0/usr/lib/openoffice/program/libcomphelp3gcc3.so/usr/lib/openoffice/program/libcppuhelper3gcc3.so/usr/lib/openoffice/program/libcppuhelpergcc3.so/usr/lib/openoffice/program/libcppuhelpergcc3.so.3/usr/lib/openoffice/program/libcppuhelpergcc3.so.3.1.0/usr/lib/openoffice/program/libgcc3_uno.so/usr/lib/openoffice/program/libi18nregexpgcc3.so/usr/lib/openoffice/program/libi18nutilgcc3.so/usr/lib/openoffice/program/libjvmaccessgcc3.so/usr/lib/openoffice/program/libjvmaccessgcc3.so.3/usr/lib/openoffice/program/libjvmaccessgcc3.so.3.1.0/usr/lib/openoffice/program/libsalhelper3gcc3.so/usr/lib/openoffice/program/libsalhelpergcc3.so/usr/lib/openoffice/program/libsalhelpergcc3.so.3/usr/lib/openoffice/program/libsalhelpergcc3.so.3.1.0/usr/lib/openoffice/program/libstlport_gcc.so/usr/lib/openoffice/program/libucbhelper2gcc3.so/usr/lib/openoffice/program/libvos3gcc3.so/usr/share/doc/gcc-3.0-base/usr/share/doc/gcc-3.0-base/changelog.Debian.gz/usr/share/doc/gcc-3.0-base/changelog.gz/usr/share/doc/gcc-3.0-base/copyright/usr/share/doc/gcc-3.0-base/README.Debian/usr/share/doc/gcc-3.0-base/TODO.Debian/usr/share/doc/gcc-3.2-base/usr/share/doc/gcc-3.2-base/changelog.Debian.gz/usr/share/doc/gcc-3.2-base/changelog.gz/usr/share/doc/gcc-3.2-base/copyright/usr/share/doc/gcc-3.2-base/README.Debian/usr/share/doc/gcc-3.2-base/TODO.Debian/usr/share/doc/gcc-3.3-base/usr/share/doc/gcc-3.3-base/changelog.Debian.gz/usr/share/doc/gcc-3.3-base/changelog.gz/usr/share/doc/gcc-3.3-base/copyright/usr/share/doc/gcc-3.3-base/README.Debian/usr/share/doc/gcc-3.3-base/TODO.Debian/usr/share/doc/libgcc1/usr/share/doc/libgcc1/changelog.Debian.gz/usr/share/doc/libgcc1/copyright/usr/X11R6/bin/gccmakedep/usr/X11R6/man/man1/gccmakedep.1x.gz/var/lib/dpkg/info/gcc-3.0-base.list/var/lib/dpkg/info/gcc-3.0-base.md5sums/var/lib/dpkg/info/gcc-3.0-base.postinst/var/lib/dpkg/info/gcc-3.0-base.prerm/var/lib/dpkg/info/gcc-3.2-base.list/var/lib/dpkg/info/gcc-3.2-base.md5sums/var/lib/dpkg/info/gcc-3.3-base.list/var/lib/dpkg/info/gcc-3.3-base.md5sums/var/lib/dpkg/info/libgcc1.list/var/lib/dpkg/info/libgcc1.md5sums/var/lib/dpkg/info/libgcc1.postinst/var/lib/dpkg/info/libgcc1.postrm/var/lib/dpkg/info/libgcc1.shlibsfreedom4u:/home/kamicota/gimp/gimp-2.0pre1#A lkopt of action this time ehColin Quote Link to comment Share on other sites More sharing options...
SonicDragon Posted February 28, 2004 Share Posted February 28, 2004 It looks like gcc isn't installed....That means you'll have to install it. Which distro are you using again? Quote Link to comment Share on other sites More sharing options...
kamicota Posted February 28, 2004 Share Posted February 28, 2004 Xandros Desktop 2.0Colin Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.