Tiny Core Extensions > TCE Talk

dillo-3.0.4.1

(1/4) > >>

Stone.Giant:
I have a current post about issues on my web browser. I'm posting new one with different browser as reference for future inquirers with same issues.

I've downloaded and extracted dillo-3.0.4.1.tar.bz2. I've already installed gcc from main repo which is a prerequisite in compiling this program. The problem is I got errors when executing the make command


--- Code: ---tc@box:~/dillo-3.0.4.1$ sudo ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/tc/dillo-3.0.4.1':
configure: error: C compiler cannot create executables
See `config.log' for more details
tc@box:~/dillo-3.0.4.1$ gcc --version
gcc (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

--- End code ---

And here is the config.log of the program


--- Code: ---This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by dillo configure 3.0.4.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = box
uname -m = i686
uname -r = 3.8.13-tinycore
uname -s = Linux
uname -v = #2511 SMP Fri Oct 18 14:41:31 UTC 2013

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/tc/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /apps/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /etc/sysconfig/tcedir/ondemand


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2636: checking build system type
configure:2650: result: i686-pc-linux-gnu
configure:2670: checking host system type
configure:2683: result: i686-pc-linux-gnu
configure:2703: checking target system type
configure:2716: result: i686-pc-linux-gnu
configure:2759: checking for a BSD-compatible install
configure:2827: result: /usr/bin/install -c
configure:2838: checking whether build environment is sane
configure:2893: result: yes
configure:3044: checking for a thread-safe mkdir -p
configure:3083: result: ./install-sh -c -d
configure:3090: checking for gawk
configure:3120: result: no
configure:3090: checking for mawk
configure:3120: result: no
configure:3090: checking for nawk
configure:3120: result: no
configure:3090: checking for awk
configure:3106: found /usr/bin/awk
configure:3117: result: awk
configure:3128: checking whether make sets $(MAKE)
configure:3150: result: yes
configure:3179: checking whether make supports nested variables
configure:3196: result: yes
configure:3463: checking for gcc
configure:3479: found /usr/local/bin/gcc
configure:3490: result: gcc
configure:3719: checking for C compiler version
configure:3728: gcc --version >&5
gcc (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3739: $? = 0
configure:3728: gcc -v >&5
Reading specs from /tmp/tcloop/gcc/usr/local/bin/../lib/gcc/i486-pc-linux-gnu/4.7.2/specs
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/tmp/tcloop/gcc/usr/local/bin/../lib/gcc/i486-pc-linux-gnu/4.7.2/lto-wrapper
Target: i486-pc-linux-gnu
Configured with: ../gcc-4.7.2/configure --prefix=/usr/local --libexecdir=/usr/local/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-clocale=gnu --enable-languages=c,c++ --disable-multilib --disable-libstdcxx-pch --enable-cloog-backend=isl --with-system-zlib --enable-frame-pointer --disable-bootstrap --disable-cloog-version-check --enable-lto --with-mpc=/usr/local --with-mpfr=/usr/local --with-gmp=/usr/local--with-ppl=/usr/local --with-cloog=/usr/local --enable-cloog-backend=isl --disable-cloog-version-check
Thread model: posix
gcc version 4.7.2 (GCC)
configure:3739: $? = 0
configure:3728: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3739: $? = 1
configure:3728: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3739: $? = 1
configure:3759: checking whether the C compiler works
configure:3781: gcc    conftest.c  >&5
/usr/local/bin/ld: cannot find crt1.o: No such file or directory
/usr/local/bin/ld: cannot find crti.o: No such file or directory
/usr/local/bin/ld: cannot find -lc
/usr/local/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
configure:3785: $? = 1
configure:3823: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dillo"
| #define PACKAGE_TARNAME "dillo"
| #define PACKAGE_VERSION "3.0.4.1"
| #define PACKAGE_STRING "dillo 3.0.4.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dillo"
| #define VERSION "3.0.4.1"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3828: error: in `/home/tc/dillo-3.0.4.1':
configure:3831: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build='i686-pc-linux-gnu'
ac_cv_env_CCC_set=''
ac_cv_env_CCC_value=''
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_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_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_host='i686-pc-linux-gnu'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK='awk'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_make_make_set='yes'
ac_cv_target='i686-pc-linux-gnu'
am_cv_make_support_nested_variables='yes'

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

ACLOCAL='${SHELL} /home/tc/dillo-3.0.4.1/missing aclocal-1.14'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/tc/dillo-3.0.4.1/missing autoconf'
AUTOHEADER='${SHELL} /home/tc/dillo-3.0.4.1/missing autoheader'
AUTOMAKE='${SHELL} /home/tc/dillo-3.0.4.1/missing automake-1.14'
AWK='awk'
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBFLTK_CFLAGS=''
LIBFLTK_CXXFLAGS=''
LIBFLTK_LIBS=''
LIBICONV_LIBS=''
LIBJPEG_CPPFLAGS=''
LIBJPEG_LDFLAGS=''
LIBJPEG_LIBS=''
LIBOBJS=''
LIBPNG_CFLAGS=''
LIBPNG_LIBS=''
LIBPTHREAD_LDFLAGS=''
LIBPTHREAD_LIBS=''
LIBS=''
LIBSSL_LIBS=''
LIBX11_LIBS=''
LIBZ_LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/tc/dillo-3.0.4.1/missing makeinfo'
MKDIR_P='./install-sh -c -d'
OBJEXT=''
PACKAGE='dillo'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='dillo'
PACKAGE_STRING='dillo 3.0.4.1'
PACKAGE_TARNAME='dillo'
PACKAGE_URL=''
PACKAGE_VERSION='3.0.4.1'
PATH_SEPARATOR=':'
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='3.0.4.1'
ac_ct_CC='gcc'
ac_ct_CXX=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/tc/dillo-3.0.4.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(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/dillo'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

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

/* confdefs.h */
#define PACKAGE_NAME "dillo"
#define PACKAGE_TARNAME "dillo"
#define PACKAGE_VERSION "3.0.4.1"
#define PACKAGE_STRING "dillo 3.0.4.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "dillo"
#define VERSION "3.0.4.1"

configure: exit 77

--- End code ---

Juanito:
You need to load the compiletc meta-extension rather than gcc - this will load gcc and a bunch of other required stuff.

Juanito:
BTW - did you try the fifth web browser extension from the repo?

Stone.Giant:

--- Quote from: Juanito on May 05, 2015, 12:50:34 AM ---You need to load the compiletc meta-extension rather than gcc - this will load gcc and a bunch of other required stuff.

--- End quote ---

where can i get that?

Stone.Giant:

--- Quote from: Juanito on May 05, 2015, 12:52:17 AM ---BTW - did you try the fifth web browser extension from the repo?

--- End quote ---

what is the name?

Navigation

[0] Message Index

[#] Next page

Go to full version