[cfarm-users] There is something wrong with gcc210.fsffrance.org
Freya Fractal
saoirse at axiom-networks.org
Tue Apr 28 10:01:54 CEST 2026
ah shit, that's my fault, I had forgotten to make sure the runpaths got
set. Set LDFLAGS='-L/usr/local/lib/sparcv9 -L/usr/local/lib
-R/usr/local/lib/sparcv9 -R/usr/local/lib -m64' and things should work fine
On 4/28/2026 00:59, Dagobert Michelsen wrote:
> 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
>
More information about the cfarm-users
mailing list