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 driver/54171] New: [4.8 Regression] Installed GCC doesn't work


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

             Bug #: 54171
           Summary: [4.8 Regression] Installed GCC doesn't work
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/x86-64, revision 190136:

http://gcc.gnu.org/ml/gcc-cvs/2012-08/msg00111.html

breaks the installed GCC:

[hjl@gnu-35 tmp]$ cat x.c
int
main ()
{
}
[hjl@gnu-35 tmp]$ /export/gnu/import/git/gcc-test-spec/usr/bin/gcc x.c
/usr/local/bin/ld: cannot find crtbegin.o: No such file or directory
/usr/local/bin/ld: cannot find -lgcc
collect2: error: ld returned 1 exit status
[hjl@gnu-35 tmp]$


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