hello i need to know this gcc

1 reply [Última entrada]
wanyce
Desconectado
Joined: 12/24/2010

have nice day
=============
look i know how to work with aptitude and apt-get
very well and also with synaptic
but my problem with trisquel
do not give me gcc or gcc-4.0 package
to do sample build my own project i have build it with slackware and ubuntu before and right now i start using trisquel because trisquel really free software
so why i can not found gnu compiler gcc within this copy of gnu/linux os
any one can give me answer why there is no gcc coming with trisquel .

Mampir
Desconectado
Joined: 12/16/2009

What version of Trisquel are using?

Try updating you list of packages with "sudo aptitude update".

Try upgrading you packages with "sudo aptitude safe-upgrade".

Try to install gcc again, with "sudo aptitude install gcc".

Post you sources list. You can get it by doing a "cat /etc/apt/sources.list".

From your previous topic, it seems your have packages that don't correspond to the current Trisquel version, which is 4.0.1. For example, the current version of gcc-4.4-base should be 4.4.3-4ubuntu5, but it says you have version 4.4.4-14ubuntu5 installed. The current version of cpp-4.4 should be 4.4.3-4ubuntu5, but it says you have 4.4.4-14ubuntu5. This problems could have arisen because you are using the development version of Trisquel (4.5), you've added third-party repositories, or you've manually installed third-party packages.

Please, don't post multiple topics for the same issue.