Results 1 to 5 of 5
Ok, I downloaded plugger-5.1.3 hoping to view quicktime files in Opera. However i get this when I start the install
Code:
checking for gcc... no
checking for cc... no
checking ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-22-2006 #1Linux User
- Join Date
- Jan 2006
- Posts
- 414
Error when Installing plugger
Ok, I downloaded plugger-5.1.3 hoping to view quicktime files in Opera. However i get this when I start the install
Same problem whether logged in as root or local user. Now I'm fine when an install works, but most errors are beyond me, and this has me stumped. I don't even know how to view config.log where is it? or what command will bring it up?Code: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.
Any ideas to get this running?
Using SuSe 10.0 BTW
- 01-22-2006 #2
Well, it seems that you do not have gcc, you would most likely have to install it form the install cd or download it. I can't tell you how to do this because i don't use Suse, but i think you can get it through Yast or something
- 01-22-2006 #3Just Joined!
- Join Date
- May 2005
- Posts
- 10
you can simply call your favorite editor like this:
Originally Posted by darkrose0510
if you scoll the text to the end you'll see what the problem is all about in full details.Code:$ gedit config.log
bye
tripleshift
...
- 01-22-2006 #4
You simply need to install a compiler (gcc in this case) to compile the program. You will be able to get it through Yast.
- 01-22-2006 #5Linux User
- Join Date
- Jan 2006
- Posts
- 414
Now it looks like things are getting interesting, according to Yast gcc is already installed! Therefore it won't let me try to do it again.
config.log reads as follows
Again it says gcc isn't there yet Yast says it is?Code:It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ /home/lisa/plugger-5.1.3/configure ## --------- ## ## Platform. ## ## --------- ## hostname = linux uname -m = i686 uname -r = 2.6.13-15-default uname -s = Linux uname -v = #1 Tue Sep 13 14:56:15 UTC 2005 /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: /usr/local/sbin PATH: /opt/kde3/sbin PATH: /opt/gnome/sbin PATH: /root/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /bin PATH: /usr/games PATH: /opt/gnome/bin PATH: /opt/kde3/bin PATH: /usr/lib/jvm/jre/bin PATH: /usr/lib/mit/bin PATH: /usr/lib/mit/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1273: checking for gcc configure:1302: result: no configure:1353: checking for cc configure:1382: result: no configure:1395: checking for cc configure:1441: result: no configure:1494: checking for cl configure:1523: result: no configure:1537: 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. ## ## ----------------- ## CC='' CFLAGS='' CPP='' CPPFLAGS='' DEFS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' INSTALL_DATA='' INSTALL_PROGRAM='' INSTALL_SCRIPT='' LD='' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' XCFLAGS='' XLDFLAGS='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_CC='' 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='' x_includes='NONE' x_libraries='NONE' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: exit 1


Reply With Quote
