Announcement

Collapse
No announcement yet.

configure: error: C compiler cannot create executables

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    configure: error: C compiler cannot create executables

    Hi
    I cannot compile anything on Kubuntu. I HAVE installed all the gcc,cpp... and build essential packages.
    Code:
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    
    It was created by configure, which was
    generated by GNU Autoconf 2.61. Invocation command line was
    
     $ ./configure --prefix=/usr
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = MMCOMP
    uname -m = x86_64
    uname -r = 2.6.20-15-generic
    uname -s = Linux
    uname -v = #2 SMP Sun Apr 15 06:17:24 UTC 2007
    
    /usr/bin/uname -p = unknown
    /bin/uname -X   = unknown
    
    /bin/arch       = x86_64
    /usr/bin/arch -k    = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo   = unknown
    /bin/machine      = unknown
    /usr/bin/oslevel    = unknown
    /bin/universe     = unknown
    
    PATH: /usr/lib/qt/bin
    PATH: /opt/kde/bin
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/sbin
    PATH: /sbin
    PATH: /opt/kde/bin
    PATH: /opt/gnome/bin
    PATH: /opt/gnome/libexec
    PATH: /usr/X11/bin
    PATH: /usr/openwin/bin
    PATH: /usr/local/bin
    PATH: /usr/local/sbin
    PATH: /usr/java/bin
    PATH: /usr/lib/mozilla/bin
    PATH: /home/rbase/bin
    PATH: .
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    configure:2006: checking for a BSD-compatible install
    configure:2062: result: /usr/bin/install -c
    configure:2073: checking whether build environment is sane
    configure:2116: result: yes
    configure:2181: checking for gawk
    configure:2197: found /usr/bin/gawk
    configure:2208: result: gawk
    configure:2219: checking whether make sets $(MAKE)
    configure:2240: result: yes
    configure:2444: checking for style of include used by make
    configure:2472: result: GNU
    configure:2545: checking for gcc
    configure:2572: result: gcc
    configure:2810: checking for C compiler version
    configure:2817: gcc --version >&5
    gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
    Copyright (C) 2006 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:2820: $? = 0
    configure:2827: gcc -v >&5
    Using built-in specs.
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu
    Thread model: posix
    gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
    configure:2830: $? = 0
    configure:2837: gcc -V >&5
    gcc: '-V' option must have argument
    configure:2840: $? = 1
    configure:2863: checking for C compiler default output file name
    configure:2890: gcc -Os -march=i386 -mtune=i386 -fomit-frame-pointer -w -s -s conftest.c >&5
    conftest.c:1: error: CPU you selected does not support x86-64 instruction set
    conftest.c:1: error: CPU you selected does not support x86-64 instruction set
    configure:2893: $? = 1
    configure:2931: result:
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "akamaru"
    | #define VERSION "0.1"
    | #define PACKAGE_STRING "akamaru 0.1"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    |  ;
    |  return 0;
    | }
    configure:2938: error: C compiler cannot create executables
    See `config.log' for more details.
    
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
    
    ac_cv_env_AKAMARU_CFLAGS_set=
    ac_cv_env_AKAMARU_CFLAGS_value=
    ac_cv_env_AKAMARU_LIBS_set=
    ac_cv_env_AKAMARU_LIBS_value=
    ac_cv_env_CCC_set=
    ac_cv_env_CCC_value=
    ac_cv_env_CC_set=set
    ac_cv_env_CC_value=gcc
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-Os -march=i386 -mtune=i386 -fomit-frame-pointer -w -s'
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=set
    ac_cv_env_CXXFLAGS_value='-Os -march=i386 -mtune=i386 -fomit-frame-pointer -w -s'
    ac_cv_env_CXX_set=set
    ac_cv_env_CXX_value=g++
    ac_cv_env_F77_set=
    ac_cv_env_F77_value=
    ac_cv_env_FFLAGS_set=
    ac_cv_env_FFLAGS_value=
    ac_cv_env_GLIB_CFLAGS_set=
    ac_cv_env_GLIB_CFLAGS_value=
    ac_cv_env_GLIB_LIBS_set=
    ac_cv_env_GLIB_LIBS_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value=-s
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_PKG_CONFIG_set=set
    ac_cv_env_PKG_CONFIG_value=/usr/bin/pkg-config
    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_prog_AWK=gawk
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_make_make_set=yes
    
    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##
    
    "$AKAMARU_REQUIRES"=''
    ACLOCAL='aclocal'
    AKAMARU_CFLAGS=''
    AKAMARU_LIBS=''
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /tmp/akamaru/config/missing --run tar'
    AR=''
    AUTOCONF='autoconf'
    AUTOHEADER='${SHELL} /tmp/akamaru/config/missing --run autoheader'
    AUTOMAKE='automake'
    AWK='gawk'
    CATALOGS=''
    CATOBJEXT=''
    CC='gcc'
    CCDEPMODE=''
    CFLAGS='-Os -march=i386 -mtune=i386 -fomit-frame-pointer -w -s'
    CPP=''
    CPPFLAGS=''
    CXX='g++'
    CXXCPP=''
    CXXDEPMODE=''
    CXXFLAGS='-Os -march=i386 -mtune=i386 -fomit-frame-pointer -w -s'
    CYGPATH_W='echo'
    DATADIRNAME=''
    DEFS=''
    DEPDIR='.deps'
    ECHO='echo'
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    EXEEXT=''
    F77=''
    FFLAGS=''
    GETTEXT_PACKAGE=''
    GLIB_CFLAGS=''
    GLIB_LIBS=''
    GMOFILES=''
    GMSGFMT=''
    GREP=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
    INSTOBJEXT=''
    INTLLIBS=''
    LDFLAGS='-s'
    LIBOBJS=''
    LIBS=''
    LIBTOOL='libtool'
    LN_S=''
    LTLIBOBJS=''
    MAKEINFO='${SHELL} /tmp/akamaru/config/missing --run makeinfo'
    MKINSTALLDIRS=''
    MSGFMT=''
    MSGFMT_OPTS=''
    OBJEXT=''
    PACKAGE='akamaru'
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    PKG_CONFIG='/usr/bin/pkg-config'
    POFILES=''
    POSUB=''
    PO_IN_DATADIR_FALSE=''
    PO_IN_DATADIR_TRUE=''
    RANLIB=''
    SET_MAKE=''
    SHELL='/bin/bash'
    STRIP=''
    USE_NLS=''
    VERSION='0.1'
    XGETTEXT=''
    ac_ct_CC='gcc'
    ac_ct_CXX=''
    ac_ct_F77=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__fastdepCXX_FALSE=''
    am__fastdepCXX_TRUE=''
    am__include='include'
    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}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host=''
    host_alias=''
    host_cpu=''
    host_os=''
    host_vendor=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='/tmp/akamaru/config/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}'
    plugindir=''
    prefix='/usr'
    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 ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    #define PACKAGE_STRING ""
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE "akamaru"
    #define VERSION "0.1"
    #define PACKAGE_STRING "akamaru 0.1"
    
    configure: exit 77
    What should i do?

    Thanks in advance for all your help!

    #2
    Re: configure: error: C compiler cannot create executables

    Originally posted by theharshone
    Hi
    I cannot compile anything on Kubuntu. I HAVE installed all the gcc,cpp... and build essential packages.
    Code:
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    
    It was created by configure, which was
    generated by GNU Autoconf 2.61. Invocation command line was
    
     $ ./configure --prefix=/usr
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = MMCOMP
    uname -m = x86_64
    uname -r = 2.6.20-15-generic
    uname -s = Linux
    uname -v = #2 SMP Sun Apr 15 06:17:24 UTC 2007
    
    /usr/bin/uname -p = unknown
    /bin/uname -X  = unknown
    
    /bin/arch       = x86_64
    /usr/bin/arch -k   = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo   = unknown
    /bin/machine     = unknown
    /usr/bin/oslevel   = unknown
    /bin/universe     = unknown
    
    PATH: /usr/lib/qt/bin
    PATH: /opt/kde/bin
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/sbin
    PATH: /sbin
    PATH: /opt/kde/bin
    PATH: /opt/gnome/bin
    PATH: /opt/gnome/libexec
    PATH: /usr/X11/bin
    PATH: /usr/openwin/bin
    PATH: /usr/local/bin
    PATH: /usr/local/sbin
    PATH: /usr/java/bin
    PATH: /usr/lib/mozilla/bin
    PATH: /home/rbase/bin
    PATH: .
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    configure:2006: checking for a BSD-compatible install
    configure:2062: result: /usr/bin/install -c
    configure:2073: checking whether build environment is sane
    configure:2116: result: yes
    configure:2181: checking for gawk
    configure:2197: found /usr/bin/gawk
    configure:2208: result: gawk
    configure:2219: checking whether make sets $(MAKE)
    configure:2240: result: yes
    configure:2444: checking for style of include used by make
    configure:2472: result: GNU
    configure:2545: checking for gcc
    configure:2572: result: gcc
    configure:2810: checking for C compiler version
    configure:2817: gcc --version >&5
    gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
    Copyright (C) 2006 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:2820: $? = 0
    configure:2827: gcc -v >&5
    Using built-in specs.
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu
    Thread model: posix
    gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
    configure:2830: $? = 0
    configure:2837: gcc -V >&5
    gcc: '-V' option must have argument
    configure:2840: $? = 1
    configure:2863: checking for C compiler default output file name
    configure:2890: gcc -Os -march=i386 -mtune=i386 -fomit-frame-pointer -w -s -s conftest.c >&5
    conftest.c:1: error: CPU you selected does not support x86-64 instruction set
    conftest.c:1: error: CPU you selected does not support x86-64 instruction set
    configure:2893: $? = 1
    configure:2931: result:
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "akamaru"
    | #define VERSION "0.1"
    | #define PACKAGE_STRING "akamaru 0.1"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:2938: error: C compiler cannot create executables
    See `config.log' for more details.
    
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
    
    ac_cv_env_AKAMARU_CFLAGS_set=
    ac_cv_env_AKAMARU_CFLAGS_value=
    ac_cv_env_AKAMARU_LIBS_set=
    ac_cv_env_AKAMARU_LIBS_value=
    ac_cv_env_CCC_set=
    ac_cv_env_CCC_value=
    ac_cv_env_CC_set=set
    ac_cv_env_CC_value=gcc
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-Os -march=i386 -mtune=i386 -fomit-frame-pointer -w -s'
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=set
    ac_cv_env_CXXFLAGS_value='-Os -march=i386 -mtune=i386 -fomit-frame-pointer -w -s'
    ac_cv_env_CXX_set=set
    ac_cv_env_CXX_value=g++
    ac_cv_env_F77_set=
    ac_cv_env_F77_value=
    ac_cv_env_FFLAGS_set=
    ac_cv_env_FFLAGS_value=
    ac_cv_env_GLIB_CFLAGS_set=
    ac_cv_env_GLIB_CFLAGS_value=
    ac_cv_env_GLIB_LIBS_set=
    ac_cv_env_GLIB_LIBS_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value=-s
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_PKG_CONFIG_set=set
    ac_cv_env_PKG_CONFIG_value=/usr/bin/pkg-config
    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_prog_AWK=gawk
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_make_make_set=yes
    
    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##
    
    "$AKAMARU_REQUIRES"=''
    ACLOCAL='aclocal'
    AKAMARU_CFLAGS=''
    AKAMARU_LIBS=''
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /tmp/akamaru/config/missing --run tar'
    AR=''
    AUTOCONF='autoconf'
    AUTOHEADER='${SHELL} /tmp/akamaru/config/missing --run autoheader'
    AUTOMAKE='automake'
    AWK='gawk'
    CATALOGS=''
    CATOBJEXT=''
    CC='gcc'
    CCDEPMODE=''
    CFLAGS='-Os -march=i386 -mtune=i386 -fomit-frame-pointer -w -s'
    CPP=''
    CPPFLAGS=''
    CXX='g++'
    CXXCPP=''
    CXXDEPMODE=''
    CXXFLAGS='-Os -march=i386 -mtune=i386 -fomit-frame-pointer -w -s'
    CYGPATH_W='echo'
    DATADIRNAME=''
    DEFS=''
    DEPDIR='.deps'
    ECHO='echo'
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    EXEEXT=''
    F77=''
    FFLAGS=''
    GETTEXT_PACKAGE=''
    GLIB_CFLAGS=''
    GLIB_LIBS=''
    GMOFILES=''
    GMSGFMT=''
    GREP=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
    INSTOBJEXT=''
    INTLLIBS=''
    LDFLAGS='-s'
    LIBOBJS=''
    LIBS=''
    LIBTOOL='libtool'
    LN_S=''
    LTLIBOBJS=''
    MAKEINFO='${SHELL} /tmp/akamaru/config/missing --run makeinfo'
    MKINSTALLDIRS=''
    MSGFMT=''
    MSGFMT_OPTS=''
    OBJEXT=''
    PACKAGE='akamaru'
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    PKG_CONFIG='/usr/bin/pkg-config'
    POFILES=''
    POSUB=''
    PO_IN_DATADIR_FALSE=''
    PO_IN_DATADIR_TRUE=''
    RANLIB=''
    SET_MAKE=''
    SHELL='/bin/bash'
    STRIP=''
    USE_NLS=''
    VERSION='0.1'
    XGETTEXT=''
    ac_ct_CC='gcc'
    ac_ct_CXX=''
    ac_ct_F77=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__fastdepCXX_FALSE=''
    am__fastdepCXX_TRUE=''
    am__include='include'
    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}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host=''
    host_alias=''
    host_cpu=''
    host_os=''
    host_vendor=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='/tmp/akamaru/config/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}'
    plugindir=''
    prefix='/usr'
    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 ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    #define PACKAGE_STRING ""
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE "akamaru"
    #define VERSION "0.1"
    #define PACKAGE_STRING "akamaru 0.1"
    
    configure: exit 77
    What should i do?

    Thanks in advance for all your help!
    This might have something to do with it:
    configure:2890: gcc -Os -march=i386 -mtune=i386 -fomit-frame-pointer -w -s -s conftest.c >&5
    conftest.c:1: error: CPU you selected does not support x86-64 instruction set

    You are telling the compiler that your machine architecture is 386 but you want x86-64 instructions. If you have an AMD athlon64 set both -march and -mtune to athlon64 and see if that helps. There might be a way to set this when you run configure but I don't know it off the top of my head.

    Comment


      #3
      Re: configure: error: C compiler cannot create executables

      I was thinking the same thing.

      By the way, was there need to quote that whole thing?
      For external use only.

      Comment


        #4
        Re: configure: error: C compiler cannot create executables

        Originally posted by SheeEttin
        I was thinking the same thing.

        By the way, was there need to quote that whole thing?
        Originally posted by SheeEttin
        By the way, was there need to quote that whole thing?

        Need?? no but at three in the morning I thought it would be good enough. Anything else you want to nitpick about

        Comment


          #5
          Re: configure: error: C compiler cannot create executables

          You mean aside from the fact that you quoted me twice?
          For external use only.

          Comment


            #6
            Re: configure: error: C compiler cannot create executables

            Originally posted by SheeEttin
            You mean aside from the fact that you quoted me twice?
            SO I guess there is something that you want to nitpick about.

            Why don't you try to contribute something of value. All you have shown is you don't understand UNIX or UNIX like systems. I tried very hard to not make you look stupid but you are just going to make that very difficult aren't you. Every post I have seen of yours has been useless and detrimental to assisting people get their systems up and running. You waste time of the very good people that chase down bugs by filing reports that are not bugs and when shown that they are not bugs instead of learning from the process you act like a small boy being taken to task over something trivial, like your ego, and refuse to learn that you are not very important. So make an supreme effort and grow up a little will you. Or at the very least contribute something of value.

            Comment


              #7
              Re: configure: error: C compiler cannot create executables

              I asked about the quoting because it made the page even longer than it had to be.
              I said that about quoting me twice because in the first place you asked, and in the second it was a joke.
              As for not contributing something of value, check my kudos. While the kudos system is not a real measure of anything, one is often given kudos as thanks, etc. My kudos: 15. Your kudos: 0 (which, if I recall, were at -1 a short while ago).
              As for your rant on bugs, see this bug. Yes, that was not the right place. My mistake. I didn't know. What do I do? I, as suggested, sent a bug report off to the correct place.

              Now, why don't take a short break and come back when you've cooled down?
              For external use only.

              Comment


                #8
                Re: configure: error: C compiler cannot create executables

                Actually you should notice that someone, not myself, has taken a kudo from you. You are now at 14 not 15. I suspect it was over this BS.

                Comment

                Working...
                X