[cfarm-users] There is something wrong with gcc210.fsffrance.org
Dagobert Michelsen
dam at opencsw.org
Tue Apr 28 09:59:22 CEST 2026
Hi Jara,
> Am 27.04.2026 um 20:55 schrieb Jaroslav Fojtik <Jafojtik at yandex.com>:
>> Everything should be working again. If you notice anything suspicious please drop me a note.
>
> Now it runs fast, bur something gets corrupted on gcc210:
>
> ****************************************************
> See `config.log' for more details
> jara at gcc-solaris10:~/wp2latex/trunk$ export MAKE=gmake && ./configure
> checking for g++... g++
> checking whether the C++ compiler works... yes
> checking for C++ compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... configure: error: in
> `/home/jara/wp2latex/trunk':
> configure: error: cannot run C++ compiled programs.
> If you meant to cross compile, use `--host'.
> See `config.log' for more details
> jara at gcc-solaris10:~/wp2latex/trunk$
> ****************************************************
>
> Before one month this worked fine on gcc210 without any problem.
>
> gcc211 seems to compile code without any problem.
You are using g++ from FractalKit. When compiling with g++ the resulting binaries need to find
the linked libstdc++.so.6:
configure:2800: ./conftest
ld.so.1: conftest: fatal: libstdc++.so.6: open failed: No such file or directory
./configure: line 2802: 4779 Killed ./conftest$ac_cv_exeext
This is located in /usr/local/lib/sparcv9 and needs to be added to the runpath of the resulting
binary e.g. with
export LDFLAGS=-R/usr/local/lib/sparcv9
I don’t know why it worked before.
Best regards
— Dago
--
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896
More information about the cfarm-users
mailing list