Re: [Freerdp-devel] C compiler cannot create executables

2011-07-07 Thread Brad Hards
On Thursday 07 July 2011 16:48:00 th...@keustermans.nl wrote: > When i type 'which gcc' output is: > /usr/bin/gcc > When i type 'which cc' output is: > /usr/bin/cc > > What am i doing wrong? Can you check if the compiler really works (e.g. try compiling a trivial C program)? Does it make a diffe

Re: [Freerdp-devel] C compiler cannot create executables

2011-07-07 Thread Gerry Reno
If you're configuring for various options, like sound for example, then you need sound headers. On 07/07/2011 09:27 AM, th...@keustermans.nl wrote: > Thanks for your answer. > How do i find out which dev-packages are necessary for freerdp? > > Thanks, > Thijs > > On Thu, 07 Jul 2011 08:13:28 -0400

Re: [Freerdp-devel] C compiler cannot create executables

2011-07-07 Thread thijs
Thanks for your answer. How do i find out which dev-packages are necessary for freerdp? Thanks, Thijs On Thu, 07 Jul 2011 08:13:28 -0400, Gerry Reno wrote: > Then check to see if you have all necessary xx-dev packages installed. > > > On 07/07/2011 08:11 AM, th...@keustermans.nl wrote: >>

Re: [Freerdp-devel] C compiler cannot create executables

2011-07-07 Thread Alexis Moinet
On 07/07/11 08:48, th...@keustermans.nl wrote : > gcc: error trying to exec 'cc1': execvp: No such file or directory You probably need to install c++ (cpp-4.x, g++, ...) normally cc1 is in cpp-4.x Alexis -- All of the d

Re: [Freerdp-devel] C compiler cannot create executables

2011-07-07 Thread Gerry Reno
Then check to see if you have all necessary xx-dev packages installed. On 07/07/2011 08:11 AM, th...@keustermans.nl wrote: > root@HPd485646eed29:~# apt-get install build-essential > Reading package lists... Done > Building dependency tree > Reading state information... Done > build-es

Re: [Freerdp-devel] C compiler cannot create executables

2011-07-07 Thread thijs
root@HPd485646eed29:~# apt-get install build-essential Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ...? Thanks for all replies. Thijs

Re: [Freerdp-devel] C compiler cannot create executables

2011-07-07 Thread Gerry Reno
On 07/07/2011 02:48 AM, th...@keustermans.nl wrote: > cannot create executables You are probably missing needed parts of the toolchain. Try this. $ sudo apt-get install build-essential -- All of the data generate