Re: [blfs-dev] gcc 9.1 instructions in BLFS

2019-07-05 Thread Bruce Dubbs via blfs-dev
On 7/5/19 12:10 PM, Douglas R. Reno via blfs-dev wrote: On 7/5/19 11:13 AM, Bruce Dubbs via blfs-dev wrote: In the current gcc-9.1 instructions after 'make install' we have: mkdir -pv /usr/share/gdb/auto-load/usr/lib  && mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib &&

Re: [blfs-dev] gcc 9.1 instructions in BLFS

2019-07-05 Thread Ryan Marsaw via blfs-dev
On Fri, 5 Jul 2019, Bruce Dubbs via blfs-dev wrote: In the current gcc-9.1 instructions after 'make install' we have: mkdir -pv /usr/share/gdb/auto-load/usr/lib && mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib && chown -v -R root:root \

Re: [blfs-dev] gcc 9.1 instructions in BLFS

2019-07-05 Thread Douglas R. Reno via blfs-dev
On 7/5/19 11:13 AM, Bruce Dubbs via blfs-dev wrote: In the current gcc-9.1 instructions after 'make install' we have: mkdir -pv /usr/share/gdb/auto-load/usr/lib  && mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib && chown -v -R root:root \    

[blfs-dev] gcc 9.1 instructions in BLFS

2019-07-05 Thread Bruce Dubbs via blfs-dev
In the current gcc-9.1 instructions after 'make install' we have: mkdir -pv /usr/share/gdb/auto-load/usr/lib && mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib && chown -v -R root:root \ /usr/lib/gcc/*linux-gnu/9.1.0/include{,-fixed} In the first segment, my build