Compiling gcc-3.4.6 on sparc Solaris 9

Jonathan Wakely jwakely.gcc@gmail.com
Thu Jul 14 18:50:14 GMT 2022


On Thu, 14 Jul 2022 at 19:40, Daniel Santos <daniel.dlds@gmail.com> wrote:
>
> Hello,
>
> As to switching to gcc 4.9, can my currently installed gcc 3.4.6 build it ?

Yes.

> While sticking to the 3.4.6 version, I removed the solaris ld out of the way and am building it with gnu ld.
>
> Right now I have the following error :
>
> rm -f libv3test.a
> ar cru libv3test.a testsuite_abi.o testsuite_allocator.o testsuite_hooks.o
> ranlib libv3test.a
> touch testsuite_wchar_t
> /export/home/dlsa/code/gcc-3.4.6/libstdc++-v3/scripts/create_testsuite_files \
>   /export/home/dlsa/code/gcc-3.4.6/libstdc++-v3/testsuite `${PWDCMD-pwd}`
> /bin/ksh: /export/home/dlsa/code/gcc-3.4.6/libstdc++-v3/scripts/create_testsuite_files: cannot execute

It's telling you it can't execute the script.

Is that file executable? It should be.


More information about the Gcc-help mailing list