Home > compiler cannot > error compiler cannot create executables

Error Compiler Cannot Create Executables

Contents

here for a quick overview of the site Help Center Detailed answers configure error c compiler cannot create executables to any questions you might have Meta Discuss the workings error c compiler cannot create executables ubuntu and policies of this site About Us Learn more about Stack Overflow the company Business configure error installation or configuration problem c compiler cannot create executables Learn more about hiring developers or posting ads with us Unix & Linux Questions Tags Users Badges Unanswered Ask Question _ Unix & Linux Stack Exchange

Gentoo Configure Error C Compiler Cannot Create Executables

is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top configure: error: C compiler rvm configure: error: c compiler cannot create executables cannot create executables up vote 16 down vote favorite 1 I am trying to upgrade apache 2.2.15 to 2.2.27. While running config.nice taken from apache2.2.15/build I am getting following error: checking whether the C compiler works... no configure: error: in `/home/vkuser/httpd-2.2.27/srclib/apr': configure: error: C compiler cannot create executables I have tried to search online but no luck. I have also tested out c compiler by running a small test.c script and it runs fine. There were few solution given online like installing 'kernel-devel' package but it did not resolve issue. How can I get this to work? Following is the config.log generated: 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.67. Invocation command line was $ ./configure --prefix=/opt/myapp/apache2.2 --with-mpm=worker --enable-static-support --enable-ssl=static --enable-modules=most --disable-authndbd --disable-authn-dbm --disable-dbd --enable-static-logresolve --enable-static-rotatelogs --enable-proxy=static --enable-proxyconnect=static --enable-proxy-ftp=static --

Tutorials/Articles Search HCL Search Reviews Search ISOs Go to Page... LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie configure: error: C++ compiler cannot create macports configure error c compiler cannot create executables executables User Name Remember Me? Password Linux - Newbie This Linux forum is

C Compiler Cannot Create Executables Linux

for members that are new to Linux. Just starting out and have a question? If it is not in the

Mac C Compiler Cannot Create Executables

man pages or the how-to's this is the place! Notices Welcome to LinuxQuestions.org, a friendly and active Linux Community. You are currently viewing LQ as a guest. By joining our community you http://unix.stackexchange.com/questions/146402/configure-error-c-compiler-cannot-create-executables will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today! Note that registered members see fewer ads, and ContentLink is completely disabled once you log in. Are you new to LinuxQuestions.org? Visit the following links: Site Howto | Site FAQ | Sitemap http://www.linuxquestions.org/questions/linux-newbie-8/configure-error-c-compiler-cannot-create-executables-354485/ | Register Now If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here. Having a problem logging in? Please visit this page to clear all LQ-related cookies. Introduction to Linux - A Hands on Guide This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own. Click Here to receive this Complete Guide absolutely free. Page 1 of 2 1 2 > Search this Thread 08-18-2005, 04:37 AM #1 dicou Member Registered: Apr 2004 Location: Paris Posts: 44 Rep:

Sign in Pricing Blog Support Search GitHub This repository Watch 532 Star 10,749 Fork 1,341 kripken/emscripten Code Issues 789 Pull requests https://github.com/kripken/emscripten/issues/3174 83 Projects 0 Wiki Pulse Graphs New issue configure: error: compiler cannot create executables #3174 Open jplatte opened this Issue Feb 7, 2015 · 12 comments Projects None yet Labels None yet Milestone No milestone Assignees No one assigned 2 participants jplatte commented Feb 7, 2015 I've had trouble with this for quite some compiler cannot time but didn't yet have a closer look at the problem. When I change the configure.ac in my project and run "emmake make" in my emscripten build directory afterwards, the configure script is automatically regenerated and re-ran. For the re-running part, the flags passed on the last invocation are used again. When searching for the root of compiler cannot create this problem, I found the invocation of configure is inside the config.status script in the build directory. It can be manually triggered by calling the script with the --recheck option: $ ./config.status --recheck Then the configure script is executed: running CONFIG_SHELL=/bin/sh /bin/sh ../configure CXX=/usr/lib/emscripten/em++ PKG_CONFIG_PATH= PKG_CONFIG_LIBDIR=/usr/lib/emscripten/system/local/lib/pkgconfig:/usr/lib/emscripten/system/lib/pkgconfig --no-create --no-recursion which fails because checking whether the C++ compiler works... no configure: error: C++ compiler cannot create executables Of course this doesn't happen when calling configure through emconfigure with the same arguments. Also, all of the command line arguments and environment variables are automatically set by emconfigure, they were not part of my emconfigure invocation. The simplest solution I can think of is to use sed to manually change the functionality that invokes configure in config.status. It looks like this in my config.status file: if $ac_cs_recheck; then set X /bin/sh '../configure' 'CXX=/usr/lib/emscripten/em++' 'PKG_CONFIG_PATH=' 'PKG_CONFIG_LIBDIR=/usr/lib/emscripten/system/local/lib/pkgconfig:/usr/lib/emscripten/system/lib/pkgconfig' $ac_configure_extra_args --no-create --no-recursion shift $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 CONFIG_SHELL='/bin/sh' export CONFIG_SHELL exec "$@" fi Owner kripken commented Feb 8, 2015 It does seem like a good solution here

 

Related content

error fortran 77 compiler cannot create executables

Error Fortran Compiler Cannot Create Executables table id toc tbody tr td div id toctitle Contents div ul li a href Configure Error Fortran Compiler Cannot Create Executables a li li a href Error C Compiler Cannot Create Executables Ubuntu a li li a href Configure Error C Compiler Cannot Create Executables Gentoo a li li a href Configure Error C Compiler Cannot Create Executables Solaris a li ul td tr tbody table p cannot create executables General support questions relatedl including new installations Post Reply Print view p h id Configure Error Fortran Compiler Cannot Create Executables p Search