[Trisquel-users] Does Trisquel come with GCC pre-installed?

2014-12-20 Thread lakbk89

Recently I wrote a C code as part of a project.
when I tried to compile it using gcc command, from Trisquel 7.0 (Belenos),  
the bash gives this warning


bash: gcc: command not found

Does this means Trisquel don't have a GCC C compiler pre-installed with it?
Is there any workaround possible? 


Re: [Trisquel-users] Does Trisquel come with GCC pre-installed?

2014-12-20 Thread Michał Masłowski
Why not install it or the build-essential package?


signature.asc
Description: PGP signature


Re: [Trisquel-users] Official Trisquel forum in Romanian language

2014-12-20 Thread Andrew Roffey
 For more than a month I have been trying to reach quidam for a 
 decision, but first he was traveling, then he didn't answer my pings
  at the contact e-mail address, nor his colleagues these last two 
 times.

Sounds like a good idea. Maybe you could try contacting him on IRC? He
seems to be more active there if you can get him at the right time.

Andrew


Re: [Trisquel-users] Does Trisquel come with GCC pre-installed?

2014-12-20 Thread lakbk89

Thank you, Micha} and Magic Banana.

But when I type gcc in Synaptic package manager, I have the following  
packages marked as installed;


gcc-4.6-base (GNU base-package)
gcc-4.8-base (GNU base-package)
gcc-4.9-base (GNU base-package)
libgcc1  (GNU support library)
libgomp1 (GNU GOMP support library)
libquadmath0 (GNU quad-precision math library)
cpp-4.8  (GNU C preprocessor)
cpp  (GNU C preprocessor (cpp))

This is a fresh install, and I have not added/removed any packages. Should I  
select gcc(GNU C compiler) package(shown in figure)?

A bit more explanation is appreciable.


Re: [Trisquel-users] Does Trisquel come with GCC pre-installed?

2014-12-20 Thread davesamcdxv
Install build-essential. It depends on GCC so it'll drag GCC into being  
installed as well.


Re: [Trisquel-users] Does Trisquel come with GCC pre-installed?

2014-12-20 Thread lcerf
There is a package that is simply named gcc. The first one in your  
screenshot. It depends on the default version of the GNU compiler. But you  
can install another version if you wish. gcc-4.9 for instance.


[Trisquel-users] Why does my system take too long to shut down/reboot?

2014-12-20 Thread gary02121993
I always have the message wait-for-state stop/waiting and often I force  
reboot/shutdown with the power button. I'm convinced I'll fuck up my system  
if I keep doing what I do just to shut down or reboot my system. Help! :(


Re: [Trisquel-users] Does Trisquel come with GCC pre-installed?

2014-12-20 Thread tomlukeywood

This is the simplest way to do it
1. open a terminal
2. type sudo apt-get install gcc
3. press enter
4. enter your password
5. press y and press enter
6. wait for it to install then Enjoy gcc!


Re: [Trisquel-users] Why does my system take too long to shut down/reboot?

2014-12-20 Thread tomlukeywood

when you use the command
sudo poweroff
do you have any problems?


Re: [Trisquel-users] Why does my system take too long to shut down/reboot?

2014-12-20 Thread Andrew Roffey
Try pressing F1 on shut down and see if it switches to the console messages.

If so, can you report back what it says?

Andrew


[Trisquel-users] Free (gratis) hosting for free (libre) web sites

2014-12-20 Thread geomaticasocial

Hi guys, how it goes?

First of all, please excuse my possible English mistakes. I'm a new user and  
my knowledge about informatics about the theme is not so deep: a little bit  
on HTML, Kompozer and Filezilla.


I'd like publish a couple web pages in some free (gratis) hosting site where  
I can use FTP.


I do not want use Wordpress because I can't load there video neither audio  
without pay for it.


Could you suggest me some free (gratis) hosting sites that respect the Free  
Software Philosophy and, of course, that uses only Free (Libre) software?


Thanks a lot


Re: [Trisquel-users] Free (gratis) hosting for free (libre) web sites

2014-12-20 Thread maestro

https://trisquel.info/en/forum/good-free-website-hosting


Re: [Trisquel-users] GNU Cash keyboard problem in Trisquel 7

2014-12-20 Thread onpon4
Depends on what languages you want to type in. If you're just typing in  
English and other European languages based on Latin script, probably not. But  
if you want to type in a language like Chinese or Japanese, you need some  
kind of input method to do it well.


Re: [Trisquel-users] Why does my system take too long to shut down/reboot?

2014-12-20 Thread gary02121993

Thanks dudes! Will let you know what comes up! ;)



Re: [Trisquel-users] Does Trisquel come with GCC pre-installed?

2014-12-20 Thread lakbk89

By the by, where can I find the binary executable of GCC for Trisquel?

I read somewhere that GCC maintainers only hosts the source code, whereby  
individual free software distributions bakes their packages from its flavour.


Does it also depends on processor architecture? (Mine's is i386.)

Thanks in advance for any suggestions.


Re: [Trisquel-users] Does Trisquel come with GCC pre-installed?

2014-12-20 Thread t8mf4nu6lizp
/usr/bin/gcc is a symbolic link to the executable of which ever version of  
gcc you have installed.


If you wish to download the whole gcc package you can do so here (for Belenos  
on i386) http://packages.trisquel.info/belenos/i386/gcc/download


Re: [Trisquel-users] Does Trisquel come with GCC pre-installed?

2014-12-20 Thread lakbk89

@lembas:

Thank you, dude. I will give it a try.


Re: [Trisquel-users] Does Trisquel come with GCC pre-installed?

2014-12-20 Thread t8mf4nu6lizp
Once you get the package it can be installed withsudo dpkg -i  
/path/to/package


[Trisquel-users] Re : Does Trisquel come with GCC pre-installed?

2014-12-20 Thread calinou
It's not like installing it will break your system. The point of  
`build-essential` is to have a set of useful packages for developers or users  
that compile programs in general.


So, yes, `sudo apt install build-essential` will install GCC.


[Trisquel-users] Re : Free (gratis) hosting for free (libre) web sites

2014-12-20 Thread calinou
[quote]I do not want use Wordpress because I can't load there video neither  
audio without pay for it.[/quote]


You can use WordPress (the CMS) for free – it is free software released  
under the GNU GPL.


WordPress.com is the official hosted instance, that has some paid feature.


Re: [Trisquel-users] Does Trisquel come with GCC pre-installed?

2014-12-20 Thread legimet . calc

gcc-4.9 is not available in the repos, except for the Go compiler gccgo-4.9.


Re: [Trisquel-users] Free (gratis) hosting for free (libre) web sites

2014-12-20 Thread geomaticasocial

Thanks SuperTramp

Maybe I must say: I'm searching for some host services besides the suggested  
on that post :)


Re: [Trisquel-users] Why does my system take too long to shut down/reboot?

2014-12-20 Thread Andrew Roffey
When you shut down does it show the pulsating Trisquel logo, or is it still?

Andrew


Re: [Trisquel-users] Why does my system take too long to shut down/reboot?

2014-12-20 Thread maestro
poglako have you tried searching for a solution on a search engine - being  
that trisquel is a deblobbed ubuntu you might actually find something in a  
ubuntu forum..

try this and if it doesn't work search and search and search.
http://askubuntu.com/questions/508029/ubuntu-14-04-stuck-on-shutdown/562327


Re: [Trisquel-users] Connecting to wifi

2014-12-20 Thread hugh . mayfield
The fault seems to have cropped up again.  The fault exists both in the live  
and in the installed Trisquel environments.  Tails consistently connects with  
no problems.  Attaching dmesg output from all three environments.  Grateful  
for any thoughts.


Re: [Trisquel-users] Is tails a libre os?

2014-12-20 Thread chris
Not really sure what you are asking here. I think it depends on what you mean  
by build. Do you mean assemble from pieces? You can certainly assemble a  
laptop from pieces, but changing any physical characteristics about those  
pieces requires mass production-level machinery.




Re: [Trisquel-users] Librem 15: A Free/Libre and Open Source Laptop That Respects Your Essential Freedoms

2014-12-20 Thread chris
I'm not really that familiar with whats happening in France. Essentially  
people who care need to build new businesses to compete with those who  
discard our freedoms, privacy, and rights in the name of profits. We  
shouldn't try and fight with each other trying to do the same things. There  
are lots of problems to solve. It makes no sense. Unfortunately that is  
exactly what is going on and its disgusting.


The entertainment industry issue is a huge issue. The industry for the most  
part is forcing digital restrictions onto providers of entertainment. Whether  
or not one wants to push digital restrictions (and certainly most do anyway)  
or not you as a business won't have a choice. If you do not cooperate you  
will not be able to stream the content of any major copyright holder.


In the past one could purchase content and rent that content without the need  
for permission. However in the digital age this is no longer the case. In  
theory you might be able to work around the way the legislation is written by  
setting up servers with DVDs in them and renting the DVD + DVD drive +  
compression technology component + internet pipe and then enable to user to  
stream that content to themselves legally and make money off of renting all  
these things plus the hardware to do it. However the supreme court has set a  
horrible precedent with Aereo's over-the-air service. They essentially did  
this, but because they apparently had one antenna instead of multiple  
antennas the business collapsed. This is utterly ridicules. They also  
essentially said if it quacks like a duck then it is a duck. So basically  
despite that Aereo was in compliance with the law as it was written they said  
essentially we don't care- because it looks to us like it violates the law  
it's not allowed.


Services like that of Aereo though are potentially the way forward if we are  
to try and preserve our rights. Unfortunately these efforts have thus far  
been blocked and will likely be extremely difficult to make work because of  
the laws and entertainment industry's position. Not to mention that it is in  
those streaming services interest to make implementing competing services  
difficult. By doing that they make entry for newcomers more difficult.