Hi there !

The only thing
I can come up with
at this moment
is this -

exerpt from: http://linuxfromscratch.org/blfs/view/svn/general/gcc.html

[Caution] Caution

If you are upgrading GCC from any other version prior to 6.3.0, then you must be careful compiling 3rd party kernel modules. You should ensure that the kernel and all its native modules are also compiled using the same version of GCC that you use to build the 3rd party module. This issue does not affect native kernel (and kernel modules) updates, as the instructions below are a complete reinstallation of GCC. If you have existing 3rd party modules installed, ensure they are recompiled using the updated version of GCC. As always, never update the kernel headers from the ones used when Glibc was compiled during LFS.

The 5.1.0 version of GCC introduces an incompatible ABI change in the C++ library libstdc++.so. This does not prevent using programs compiled with the previous version of GCC , since both old and new symbols are available in the library. But compiling, with the new version, programs which use libraries compiled with the old version is likely to give errors. So, if you are upgrading from any previous version prior to 5.1.0, you have two solutions: recompile all the libraries with the new version, or use the --with-default-libstdcxx-abi switch to configure.

< ends

I use two descendants from linuxfromscratch: Gobo Linux and Nutyx Linux;
both have 'internal compiler errors'.
Up till now I've - tried to - compile(d) S-Lang Midnight Commander on Gobo Linux on several 'core' ( duo quad two ) processors via Installed and Live versions.

Also I - tried to - compile php on Nutyx Linux which gave comparable errors.
But ...
- the last week or so I have been busy working on my 'own descendant' based on
the development branch of xLFS.
And neither of the above sources gave problems. They just compiled.
So might this be 'the problem' or ... ?

Good Night,

Martin.

_______________________________________________
gobolinux-users mailing list
[email protected]
http://lists.gobolinux.org/mailman/listinfo/gobolinux-users

Reply via email to