Trouble installing stuff

If you are new to YDL and have some more or less basic questions.

Trouble installing stuff

Postby great1122 » 08 Nov 2008, 00:47

here is what i get when i run ./configure

[root@localhost swfdec-mozilla-0.8.2]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

For basically anything i tried to install using this method this specifically referring the mozilla plugin swfdec. the configure ran for about 3-5 seconds and then this came up.
here is my config log after the message above:
## ---------------- ##
## 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_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SWFDEC_CFLAGS_set=
ac_cv_env_SWFDEC_CFLAGS_value=
ac_cv_env_SWFDEC_LIBS_set=
ac_cv_env_SWFDEC_LIBS_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=
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /root/Desktop/swfdec-mozilla-0.8.2/missing --run aclocal-1.10'
ACLOCAL_AMFLAGS='-I m4'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /root/Desktop/swfdec-mozilla-0.8.2/missing --run tar'
AR=''
AUTOCONF='${SHELL} /root/Desktop/swfdec-mozilla-0.8.2/missing --run autoconf'
AUTOHEADER='${SHELL} /root/Desktop/swfdec-mozilla-0.8.2/missing --run autoheader'
AUTOMAKE='${SHELL} /root/Desktop/swfdec-mozilla-0.8.2/missing --run automake-1.10'
AWK='gawk'
CC=''
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
FGREP=''
GLOBAL_CFLAGS=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /root/Desktop/swfdec-mozilla-0.8.2/missing --run makeinfo'
MOZILLA_CFLAGS=''
NM=''
NMEDIT=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='swfdec-mozilla'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='swfdec-mozilla'
PACKAGE_STRING='swfdec-mozilla 0.8.2'
PACKAGE_TARNAME='swfdec-mozilla'
PACKAGE_VERSION='0.8.2'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PLUGIN_DIR=''
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
SWFDEC_CFLAGS=''
SWFDEC_LIBS=''
SWFDEC_MAJORMINOR='0.8'
VERSION='0.8.2'
ac_ct_CC=''
ac_ct_DUMPBIN=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /root/Desktop/swfdec-mozilla-0.8.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "swfdec-mozilla"
#define PACKAGE_TARNAME "swfdec-mozilla"
#define PACKAGE_VERSION "0.8.2"
#define PACKAGE_STRING "swfdec-mozilla 0.8.2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "swfdec-mozilla"
#define VERSION "0.8.2"

configure: exit 1

I am a complete beginner to linux so please be specific.
Any help is appreciated.
Thank You in advance=)
great1122
ydl newbie
ydl newbie
 
Posts: 2
Joined: 08 Nov 2008, 00:34

Re: Trouble installing stuff

Postby billb » 08 Nov 2008, 03:53

great1122 wrote:checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.


You must have installed YDL without the "Software Development" option checked -- you don't have gcc installed ...

You'll need to:

Code: Select all
su

<root password>

Code: Select all
yum install gcc


Code: Select all
exit


However, the latest version of swfdec and swfdec-mozilla may prove to be challenging to compile on YDL 6 because there will be other things you either need to install via yum, or get an updated version by downloading the source and compiling. Check the documentation for minimum versions of what you'd need (with any luck it will be specified, usually in a text file called "INSTALL" and/or on the website for a project ...

I have a short guide for compiling in general here:

viewtopic.php?t=3159
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: Trouble installing stuff

Postby ppietro » 08 Nov 2008, 07:27

great1122 wrote:For basically anything i tried to install using this method this specifically referring the mozilla plugin swfdec. the configure ran for about 3-5 seconds and then this came up.


The latest version of swfdec is mostly incompatible with YDL 6.0's base libraries. You'll want to set up a parallel build tree if you want to build this.

See this post here:

viewtopic.php?f=19&t=3793&p=17013#p17013

and here:

viewtopic.php?f=19&t=3695&p=16313#p16313

Cheers,
Paul
User avatar
ppietro
Site Admin
Site Admin
 
Posts: 4965
Joined: 13 Sep 2007, 22:18

Re: Trouble installing stuff

Postby great1122 » 08 Nov 2008, 19:23

Thanks for all the help. I did install this without the software development so i guess thats my problem.
great1122
ydl newbie
ydl newbie
 
Posts: 2
Joined: 08 Nov 2008, 00:34


Return to Beginner

Who is online

Users browsing this forum: No registered users and 9 guests