trusty gcc 4.8 gcc not compiled with --enable-languages=ada

Asked by John Kuehne

Using Trusty, downloaded ada (gnat), and it works great, until I try to link in gfortran object file. The same code works in other systems where gcc was built with ada, but unlike those systems I do not see ada in the enable-languages in gcc -v, and I'm wondering if this is the reason. I don't want to upgrade from Trusty. Any help highly appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gcc-4.8 Edit question
Assignee:
No assignee Edit question
Solved by:
John Kuehne
Solved:
Last query:
Last reply:
Revision history for this message
John Kuehne (jwkuehne) said :
#1

Linking with a litany of libraries in /usr/lib/x86_64-linux-gnu like gfortran, quadmath, and libm seems to help. I plan to build my own gcc with full language support.