This is the mail archive of the gcc-patches@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] | |
On 8/4/2012 13:14, H.J. Lu wrote:
> On Fri, Aug 3, 2012 at 4:42 PM, Ian Lance Taylor wrote:
>> On Fri, Aug 3, 2012 at 9:04 AM, JonY wrote:
>>>
>>> OK. Btw, I don't actually have write access, so please commit if the
>>> ChangeLog is good.
>>>
>>> 2012-08-03 Jonathan Yong <jon_y@users.sourceforge.net>
>>>
>>> * Makefile.in (version): set to BASE-VER file from gcc
>>> directory.
>>
>> Committed.
>
> This totally 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]$
>
I'm not sure how that happens, did libgcc get installed to the wrong
area? What does adding -v say?
Attachment:
signature.asc
Description: OpenPGP digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |