the io error is ok. --automount or someother program . the sed -n '/gcc$/p' command just means dont print anything unless it ends with gcc.
--- Daniel & Kimberly Cotter <[EMAIL PROTECTED]> wrote: > Ted, > > Gave me an input/output error for /mnt/floppy and /mnt/cdrom (no problem) and then > came back to > a prompt > > That seems to mean that there is nothing with that name on the system. But the > package list > tells me it was installed.! > > By the way, what is the second half of the command you gave me, after the pipe? > > Daniel > > --- "Ted Kat." <[EMAIL PROTECTED]> wrote: > try as root > > ># find / -name gcc | sed -n '/gcc$/p' > > that should give you the path of the binary || directory called gcc > > > > > --- Pete Hogan <[EMAIL PROTECTED]> wrote: > > > > > Maybe gcc is installed in a directory outside your path? > > > > --- Daniel & Kimberly Cotter <[EMAIL PROTECTED]> wrote: > > Here is the command and the output: > > > > [EMAIL PROTECTED] Python-2.3.4]# ./configure > > checking MACHDEP... linux2 > > checking EXTRAPLATDIR... > > checking for --without-gcc... no > > checking for --with-cxx=<compiler>... no > > checking for c++... no > > checking for g++... no > > checking for gcc... no > > checking for CC... no > > checking for cxx... no > > checking for cc++... no > > checking for cl... no > > 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. > > > > > > Secondly, I don't know what security is set at. > > > > I made some package choices at install time, but chose workstation install and > > whatever > default > > setings are associated with it. > > > > I am also attaching "config.log" for you to see if you can glean anything from it > > that the > > errors themselves don't tell you. > > > > Thanks much, > > Daniel > > > > > > > > --- "Ted Kat." <[EMAIL PROTECTED]> wrote: > > Couple of questions. > > > > 1. what where the 15 lines of error exactly. > > 2. if gcc is installed and ./configure can't find it you might have security set > > too high. > > (what is security set at?) > > > > --- Daniel & Kim Cotter <[EMAIL PROTECTED]> wrote: > > > > > Hey all, > > > > > > I am trying to install GmailFS and have hit some snags. Any help would > > > be greatly appreciated. > > > > > > I have a straight-out-of-the-box Mandrake 9 distro. > > > > > > Following the requirements listed on Richard Jones' site, I downloaded > > > Python-2.3.4, and unpacked it, since my distro came with 2.2 > > > > > > I ran the ./configure command, and the results are about 15 lines of > > > errors, all meaning that it can't find the C compiler. I do have the > > > gcc package installed; is it possible the path to it is not listed? > > > > > > Again, if anyone wants to lend a suggestion, I will be glad for what I > > > can learn about the install process. (I am having a similar problem > > > trying to install firefox). > > > > > > Thanks, > > > Daniel > > > > > > > > > ===== > > Ted Katseres > > ---------------- > > sclinux.org > > ---------------- > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Mail is new and improved - Check it out! > > http://promotions.yahoo.com/new_mail> This file contains any messages produced by > > compilers > while > > running configure, to aid debugging if configure makes a mistake. > > > > It was created by python configure 2.3, which was > > generated by GNU Autoconf 2.57. Invocation command line was > > > > $ ./configure > > > > ## --------- ## > > ## Platform. ## > > ## --------- ## > > > > hostname = localhost.localdomain > > uname -m = i686 > > uname -r = 2.4.19-16mdk > > uname -s = Linux > > uname -v = #1 Fri Sep 20 18:15:05 CEST 2002 > > > > /usr/bin/uname -p = unknown > > /bin/uname -X = unknown > > > > /bin/arch = i686 > > /usr/bin/arch -k = unknown > > /usr/convex/getsysinfo = unknown > > hostinfo = unknown > > /bin/machine = unknown > > /usr/bin/oslevel = unknown > > /bin/universe = unknown > > > > PATH: /sbin > > PATH: /usr/sbin > > PATH: /bin > > PATH: /usr/bin > > PATH: /usr/X11R6/bin > > PATH: /usr/local/bin > > PATH: /usr/local/sbin > > > > > > ## ----------- ## > > ## Core tests. ## > > ## ----------- ## > > > > configure:1402: checking MACHDEP > > configure:1511: result: linux2 > > configure:1517: checking EXTRAPLATDIR > > configure:1532: result: > > configure:1545: checking for --without-gcc > > configure:1594: result: no > > configure:1600: checking for --with-cxx=<compiler> > > configure:1621: result: no > > configure:1640: checking for c++ > > configure:1669: result: no > > configure:1640: checking for g++ > > configure:1669: result: no > > configure:1640: checking for gcc > > configure:1669: result: no > > configure:1640: checking for CC > > configure:1669: result: no > > configure:1640: checking for cxx > > configure:1669: result: no > > configure:1640: checking for cc++ > > configure:1669: result: no > > configure:1640: checking for cl > > configure:1669: result: no > > configure:1906: checking for gcc > > configure:1935: result: no > > configure:1986: checking for cc > > configure:2015: result: no > > configure:2028: checking for cc > > configure:2074: result: no > > configure:2127: checking for cl > > configure:2156: result: no > > configure:2170: error: no acceptable C compiler found in $PATH > > See `config.log' for more details. > > > > ## ---------------- ## > > ## Cache variables. ## > > ## ---------------- ## > > > > ac_cv_env_CC_set= > > ac_cv_env_CC_value= > > ac_cv_env_CFLAGS_set= > > ac_cv_env_CFLAGS_value= > > ac_cv_env_CPPFLAGS_set= > > ac_cv_env_CPPFLAGS_value= > > ac_cv_env_CPP_set= > > ac_cv_env_CPP_value= > > ac_cv_env_LDFLAGS_set= > > ac_cv_env_LDFLAGS_value= > > ac_cv_env_build_alias_set= > > ac_cv_env_build_alias_value= > > ac_cv_env_host_alias_set= > > ac_cv_env_host_alias_value= > === message truncated === ===== Ted Katseres ---------------- sclinux.org ---------------- __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail
