This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/49892] New: Error in configure test xgcc in x86_64-apple-darwin11.0.0/libgcc


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49892

           Summary: Error in configure test xgcc in
                    x86_64-apple-darwin11.0.0/libgcc
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danp57@optonline.net


configure:3246: checking for suffix of object files
configure:3268: /Users/platt/install/GccSources/gcc-4.6.1.build/./gcc/xgcc
-B/Users/platt/install/GccSources/gcc-4.6.1.build/./gcc/
-B/usr/local/x86_64-apple-darwin11.0.0/bin/
-B/usr/local/x86_64-apple-darwin11.0.0/lib/ -isystem
/usr/local/x86_64-apple-darwin11.0.0/include -isystem
/usr/local/x86_64-apple-darwin11.0.0/sys-include    -c -g -O2  conftest.c >&5
conftest.c:1:0: internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:3272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3286: error: in
`/Users/platt/install/GccSources/gcc-4.6.1.build/x86_64-apple-darwin11.0.0/libgcc':
configure:3289: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.

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

ac_cv_build=x86_64-apple-darwin11.0.0
ac_cv_env_CC_set=set
ac_cv_env_CC_value='/Users/platt/install/GccSources/gcc-4.6.1.build/./gcc/xgcc
-B/Users/platt/install/GccSources/gcc-4.6.1.build/./gcc/
-B/usr/local/x86_64-apple-darwin11.0.0/bin/
-B/usr/local/x86_64-apple-darwin11.0.0/lib/ -isystem
/usr/local/x86_64-apple-darwin11.0.0/include -isystem
/usr/local/x86_64-apple-darwin11.0.0/sys-include   '
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-apple-darwin11.0.0
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-apple-darwin11.0.0
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-apple-darwin11.0.0
ac_cv_host=x86_64-apple-darwin11.0.0
ac_cv_prog_AR=ar
ac_cv_prog_AWK=awk
ac_cv_prog_CC='/Users/platt/install/GccSources/gcc-4.6.1.build/./gcc/xgcc
-B/Users/platt/install/GccSources/gcc-4.6.1.build/./gcc/
-B/usr/local/x86_64-apple-darwin11.0.0/bin/
-B/usr/local/x86_64-apple-darwin11.0.0/lib/ -isystem
/usr/local/x86_64-apple-darwin11.0.0/include -isystem
/usr/local/x86_64-apple-darwin11.0.0/sys-include   '
ac_cv_prog_LIPO=lipo
ac_cv_prog_NM=/Users/platt/install/GccSources/gcc-4.6.1.build/./gcc/nm
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_STRIP=strip
:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]