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= > ac_cv_env_target_alias_set= > ac_cv_env_target_alias_value= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > AR='' > BASECFLAGS='' > BLDLIBRARY='' > BLDSHARED='' > BUILDEXEEXT='' > CC='' > CCSHARED='' > CFLAGS='' > CFLAGSFORSHARED='' > CONFIG_ARGS='' > CPP='' > CPPFLAGS='' > CXX='' > DEFS='' > DLINCLDIR='' > DLLLIBRARY='' > DYNLOADFILE='' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='' > EXEEXT='' > EXTRAMACHDEPPATH='' > EXTRAPLATDIR='' > HAVE_GETHOSTBYNAME='' > HAVE_GETHOSTBYNAME_R='' > HAVE_GETHOSTBYNAME_R_3_ARG='' > HAVE_GETHOSTBYNAME_R_5_ARG='' > HAVE_GETHOSTBYNAME_R_6_ARG='' > INSTALL_DATA='' > INSTALL_PROGRAM='' > INSTALL_SCRIPT='' > INSTSONAME='' > LDFLAGS='' > LDLAST='' > LDLIBRARY='' > LDLIBRARYDIR='' > LDSHARED='' > LIBC='' > LIBM='' > LIBOBJS='' > LIBRARY='' > LIBS='' > LIBTOOL_CRUFT='' > LINKCC='' > LINKFORSHARED='' > LN='' > LTLIBOBJS='' > MACHDEP='linux2' > MACHDEP_OBJS='' > MAINOBJ='python.o' > OBJEXT='' > OPT='' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='python' > PACKAGE_STRING='python 2.3' > PACKAGE_TARNAME='python' > PACKAGE_VERSION='2.3' > PATH_SEPARATOR=':' > PYTHONFRAMEWORK='' > PYTHONFRAMEWORKDIR='no-framework' > PYTHONFRAMEWORKINSTALLDIR='' > PYTHONFRAMEWORKPREFIX='' > RANLIB='' > RUNSHARED='' > SGI_ABI='' > SHELL='/bin/sh' > SHLIBS='' > SIGNAL_OBJS='' > SO='' > SOVERSION='1.0' > SRCDIRS='' > THREADHEADERS='' > THREADOBJ='' > TRUE='' > UNICODE_OBJS='' > USE_SIGNAL_MODULE='' > USE_THREAD_MODULE='' > VERSION='2.3' > ac_ct_CC='' > ac_ct_RANLIB='' > bindir='${exec_prefix}/bin' > build_alias='' > datadir='${prefix}/share' > exec_prefix='NONE' > host_alias='' > includedir='${prefix}/include' > infodir='${prefix}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localstatedir='${prefix}/var' > mandir='${prefix}/man' > oldincludedir='/usr/include' > prefix='NONE' > program_transform_name='s,x,x,' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ----------- ## > === message truncated === ===== Ted Katseres ---------------- sclinux.org ---------------- __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail
