public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/52293] New: cannot compute suffix of object files
@ 2012-02-17  5:48 bsreram85 at gmail dot com
  2012-02-17  5:51 ` [Bug bootstrap/52293] " bsreram85 at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bsreram85 at gmail dot com @ 2012-02-17  5:48 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52293
           Summary: cannot compute suffix of object files
    Classification: Unclassified
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bsreram85@gmail.com


Created attachment 26689
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26689
Last few lines of front-end output

Am using x86_64-apple-darwin11.0.0 as virtual machine in my MS Windows 7 OS.
configure works fine. But when i execute the command make, the build files are
not getting compiled properly for final installation.

Have attached the final few lines of the front end output where the command
'make' fails. Am using the following directories for installation. 

/Users/galaxy/Desktop/gccObjdir - The object directory where the build takes
place.
/Users/galaxy/Desktop/gcc-4.6.1 - The source directory
And am trying to install it in default /usr/local directory.

Have attached the config.log generated in gccObjdir and config.log - renamed to
config-darwin.log generated in 
/Users/galaxy/Desktop/gccObjdir/x86_64-apple-darwin11.0.0/libgcc


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/52293] cannot compute suffix of object files
  2012-02-17  5:48 [Bug bootstrap/52293] New: cannot compute suffix of object files bsreram85 at gmail dot com
@ 2012-02-17  5:51 ` bsreram85 at gmail dot com
  2012-02-17  5:52 ` bsreram85 at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bsreram85 at gmail dot com @ 2012-02-17  5:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from bsreram85 at gmail dot com 2012-02-17 05:48:39 UTC ---
Created attachment 26690
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26690
log file created in the Object directory


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/52293] cannot compute suffix of object files
  2012-02-17  5:48 [Bug bootstrap/52293] New: cannot compute suffix of object files bsreram85 at gmail dot com
  2012-02-17  5:51 ` [Bug bootstrap/52293] " bsreram85 at gmail dot com
@ 2012-02-17  5:52 ` bsreram85 at gmail dot com
  2012-02-17  7:46 ` bsreram85 at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bsreram85 at gmail dot com @ 2012-02-17  5:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from bsreram85 at gmail dot com 2012-02-17 05:50:52 UTC ---
Created attachment 26691
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26691
Config.log file generated in $Object_Folder/x86_64-apple-darwin11.0.0/libgcc
folder


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/52293] cannot compute suffix of object files
  2012-02-17  5:48 [Bug bootstrap/52293] New: cannot compute suffix of object files bsreram85 at gmail dot com
  2012-02-17  5:51 ` [Bug bootstrap/52293] " bsreram85 at gmail dot com
  2012-02-17  5:52 ` bsreram85 at gmail dot com
@ 2012-02-17  7:46 ` bsreram85 at gmail dot com
  2012-02-17  7:50 ` pinskia at gcc dot gnu.org
  2012-02-17  7:54 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: bsreram85 at gmail dot com @ 2012-02-17  7:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from bsreram85 at gmail dot com 2012-02-17 05:52:04 UTC ---
The same is the case for version 4.6.2 also.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/52293] cannot compute suffix of object files
  2012-02-17  5:48 [Bug bootstrap/52293] New: cannot compute suffix of object files bsreram85 at gmail dot com
                   ` (2 preceding siblings ...)
  2012-02-17  7:46 ` bsreram85 at gmail dot com
@ 2012-02-17  7:50 ` pinskia at gcc dot gnu.org
  2012-02-17  7:54 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-02-17  7:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-17 07:46:16 UTC ---
> conftest.c:1:0: internal compiler error: Segmentation fault: 11

Since this is stage1 dieing.  I think the compiler you are using to compile GCC
is miscompiling GCC.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/52293] cannot compute suffix of object files
  2012-02-17  5:48 [Bug bootstrap/52293] New: cannot compute suffix of object files bsreram85 at gmail dot com
                   ` (3 preceding siblings ...)
  2012-02-17  7:50 ` pinskia at gcc dot gnu.org
@ 2012-02-17  7:54 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-02-17  7:54 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-17 07:51:54 UTC ---
In fact it was a bug in Apple's LLVM-GCC.  See PR 48301

*** This bug has been marked as a duplicate of bug 48301 ***


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-02-17  7:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-17  5:48 [Bug bootstrap/52293] New: cannot compute suffix of object files bsreram85 at gmail dot com
2012-02-17  5:51 ` [Bug bootstrap/52293] " bsreram85 at gmail dot com
2012-02-17  5:52 ` bsreram85 at gmail dot com
2012-02-17  7:46 ` bsreram85 at gmail dot com
2012-02-17  7:50 ` pinskia at gcc dot gnu.org
2012-02-17  7:54 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).