I have a gnat-gpl package installed in my Gentoo AMD64, but i can't found gnatgcc or gnatgcov commands.
When gnat-gpl was emerged I saw this:
Code: Select all
* The following gnat profile has been activated:
* x86_64-pc-linux-gnu-gnat-gpl-4.1-2008
*
* The compiler has been installed as gnatgcc, and the coverage testing
* tool as gnatgcov.
*
* Ada handling in Gentoo allows you to have multiple gnat variants
* installed in parallel and automatically manage Ada libs.
* Please take a look at the Ada project page for some documentation:
* http://www.gentoo.org/proj/en/prog_lang/ada/index.xml
*
/var/tmp/portage/dev-lang/gnat-gpl-4.1.3.2008-r1/temp/environment: line 2635: /etc/ada/primary_compilers: Nie ma takiego pliku ani katalogu
* The list of primary compilers was empty and got assigned x86_64-pc-linux-gnu-gnat-gpl-4.1-2008.
* Please edit /etc/ada/primary_compilers and list there gnat profiles intended
* for common use.
*
* Please note!!!
* gnat-gpl is distributed under the GPL-2 license, without the GMGPL provision!!
* For the GMGPL version you may look at the gnat-gcc compiler.
*
* ATTN!!
* This version is SLOTted differently than gnat-gpl-2007, since they
* incompatible bugs. So, you can have both of these installed in parallel.
*
>>> Regenerating /etc/ld.so.cache...
>>> Recording dev-lang/gnat-gpl:4.1-2008 in "world" favorites file...
* Messages for package dev-lang/gnat-gpl-4.1.3.2008-r1:
* Fallback PaX marking -E
* /var/tmp/portage/dev-lang/gnat-gpl-4.1.3.2008-r1/work/usr/bin/gnat1
* The following gnat profile has been activated:
* x86_64-pc-linux-gnu-gnat-gpl-4.1-2008
*
* The compiler has been installed as gnatgcc, and the coverage testing
* tool as gnatgcov.
*
* Ada handling in Gentoo allows you to have multiple gnat variants
* installed in parallel and automatically manage Ada libs.
* Please take a look at the Ada project page for some documentation:
* http://www.gentoo.org/proj/en/prog_lang/ada/index.xml
*
* The list of primary compilers was empty and got assigned x86_64-pc-linux-gnu-gnat-gpl-4.1-2008.
* Please edit /etc/ada/primary_compilers and list there gnat profiles intended
* for common use.
* Please note!!!
* gnat-gpl is distributed under the GPL-2 license, without the GMGPL provision!!
* For the GMGPL version you may look at the gnat-gcc compiler.
* ATTN!!
* This version is SLOTted differently than gnat-gpl-2007, since they
* incompatible bugs. So, you can have both of these installed in parallel.
Can anyone help me?
EDIT:
Ok, problem solved by command: env-update && source /etc/profile
