[Bug other/79322] New: gcc-6.3.0 inconsistent libstdc++ and libgcc_s link for libcc1 and libgcj

2017-02-01 Thread edeveaud at pasteur dot fr
: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: edeveaud at pasteur dot fr Target Milestone: --- building and installing gcc-6.3.0 on non std directory lead to some libstdc++ link mismatch. most of the libraries are linked

[Bug other/78711] gcc-6.2.0:: libjavamath.so inconsistent gmp link

2016-12-07 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78711 --- Comment #5 from Eric --- (In reply to Andreas Schwab from comment #4) > The target libraries must always be built against the libraries of the > target system. You have to populate the sysroot accordingly. as during gcc build gmp is built v

[Bug other/78711] gcc-6.2.0:: libjavamath.so inconsistent gmp link

2016-12-07 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78711 --- Comment #3 from Eric --- (In reply to Andreas Schwab from comment #1) > The included gmp is host-only, only for use with the compiler, not the > target libraries. sorry if I don't understand correctly. what do you mean by "only for use wit

[Bug other/78712] New: gcc-4.9.4:: libjavamath.so inconsistent gmp link

2016-12-07 Thread edeveaud at pasteur dot fr
: other Assignee: unassigned at gcc dot gnu.org Reporter: edeveaud at pasteur dot fr Target Milestone: --- hello, whar I've done 1) extracted fresh gcc-4.9.4 archive 2) run contrib/download_prerequisites => gmp, mpfr and mpc are ok 3) run ./configure 4) make

[Bug other/78711] New: gcc-6.2.0:: libjavamath.so inconsistent gmp link

2016-12-07 Thread edeveaud at pasteur dot fr
: other Assignee: unassigned at gcc dot gnu.org Reporter: edeveaud at pasteur dot fr Target Milestone: --- hello, whar I've done 1) extracted fresh gcc-4.9.4 archive 2) run contrib/download_prerequisites => gmp, mpfr and mpc are ok 3) run ./configure 4) make

[Bug other/78097] gcc-6.2.0 inconsistent libgcc_s.so link

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78097 --- Comment #1 from Eric --- oops of course find /exe/gcc/4.9.4 -type l -name \*.so | xargs ldd | grep libgcc_s.so should be read find /exe/gcc/6.0.2 -type l -name \*.so | xargs ldd | grep libgcc_s.so

[Bug other/78097] New: gcc-6.2.0 inconsistent libgcc_s.so link

2016-10-24 Thread edeveaud at pasteur dot fr
Assignee: unassigned at gcc dot gnu.org Reporter: edeveaud at pasteur dot fr Target Milestone: --- Hello, building gcc-6.2.0 on centos6 lead on inconsistent link to libgcc_s.so some libraries are linked to the installed libraries, while other are linked to libgcc_s.so system

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #6 from Eric --- same problem with gcc/6.2.0 /exe/gcc/6.2.0/lib64/libstdc++.so /exe/gcc/6.2.0/lib64/libitm.so links to /lib64/libgcc_s.so.1 /exe/gcc/6.2.0/lib64/libasan.so /exe/gcc/6.2.0/lib64/liblsan.so /exe/gcc/6.2.0/lib64/libci

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #4 from Eric --- anyway the link is not consistent what can I do in order to remove any system gcc + libs to provide ONLY the gcc we compiled to our cluster users ?

[Bug other/78096] gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78096 --- Comment #2 from Eric --- so I have to switch on gcc version 5 or 6 with incompatible ABI change in the C++ library ? nice ;-)

[Bug other/78096] New: gcc-4.9.4 make bootstrap libgcc_s.so link problem

2016-10-24 Thread edeveaud at pasteur dot fr
: other Assignee: unassigned at gcc dot gnu.org Reporter: edeveaud at pasteur dot fr Target Milestone: --- Hello, while building gcc-4.9.4 on centos6 I have a strange link problem some libraries are linked to the installed libgcc_s.so libraries, while other are linked to