| www.delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | aliko <ali DOT tlisov AT gmail DOT com> |
| Subject: | Re: error: C compiller cannot create executables |
| Date: | Wed, 01 Nov 2006 17:07:11 +0300 |
| Lines: | 63 |
| Message-ID: | <eia9r7$gvg$1@sea.gmane.org> |
| References: | <eia86d$au6$1 AT sea DOT gmane DOT org> <4548A5F7 DOT 4040201 AT byu DOT net> |
| Mime-Version: | 1.0 |
| User-Agent: | Thunderbird 1.5.0.7 (Windows/20060909) |
| In-Reply-To: | <4548A5F7.4040201@byu.net> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Eric Blake пишет:
> -----BEGIN PGP SIGNED MESSAGE-----
> Somewhere in config.log should be a line that includes the text 'default
> output file name', and that will tell you why configure thinks your C
> compiler doesn't work. If you can't decipher that message, then send us
> the output of:
> grep -A50 'default output file name' config.log
>
Seems it's lost (") character somewere...?
$ grep -A50 'default output file name' config.log
configure:1799: checking for C compiler default output file name
configure:1802: gcc conftest.c >&5
conftest.c:12: error: missing terminating " character
configure:1805: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SDCC_VERSION_LO 6
| #define SDCC_VERSION_HI 2
| #define SDCC_VERSION_P 1
" #define SDCC_VERSION_STR "2.6.1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1844: error: C compiler cannot create executables
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_docdir_set=
ac_cv_env_docdir_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_include_dir_suffix_set=
ac_cv_env_include_dir_suffix_value=
ac_cv_env_lib_dir_suffix_set=
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright ╘ 2019 by DJ Delorie | Updated Jul 2019 |