Shell gcc at-large

Help. I got to compile gcc-9 from source. The error, after 30 seconds, is about
Code:
not able to compute suffix type of object files
.
 
No. It is a independent thing. I can use ports to install gcc and it can work. I login ftp.gnu.org. Then
Code:
cd gnu/gcc-9.5.4
. Then use get gcc-9.5.4.
 
Why do you need that specific version? GCC often needs patches on FreeBSD - see if you can get something suitable from the GCC port git history.
 
I see your point. I have not used /usr/ports/gcc. I do not need any version in particular. I will see about the ports. But thx.
 
Back
Top