[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building gm2 devel branch on gcc-12
From: |
Gaius Mulley |
Subject: |
Re: Building gm2 devel branch on gcc-12 |
Date: |
Tue, 15 Feb 2022 17:25:59 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
john o goyo <jog37@riddermarkfarm.ca> writes:
> Greetings, all.
>
> Now the build has stopped as follows.
>
> gmake[3]: Entering directory '/home/build/opt/gcc/bld/gm2/gcc'
> unset CC ; m2/boot-bin/mklink -s --langc++ --exit --name mainmcinit.c
> ../../../src/gcc-git/gcc/m2/init/mcinit
> m2/boot-bin/mklink: Shared object "libstdc++.so.6" not found
>
> Note:
>
> duplex$ lf /usr/lib/libstdc++.so*
> /usr/lib/libstdc++.so@ /usr/lib/libstdc++.so.9@
> /usr/lib/libstdc++.so.9.0
>
>
> I do not understand this. Should mklink not accept libstdc++.so
> rather than the specific libstdc++.so.6?
>
> Sincerely,
> john
Hi John,
that is odd - mklink is now built by the C++ compiler (a recent change
from around a month ago). Which C++ compiler built mklink on your
system? Any chance you can post the build log?
regards,
Gaius