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 difference whether you try it in your home directory, or the 
directory that you are building freerdp in? 

The most likely thing I can think of is that the user you are using doesn't 
have the right to write a file in the build directory. If you go to 
/home/freerdp-0.8.2
and do something like
echo "test" > test.out
does it just return to the command line, or do you get an error like:
-bash: test.out: Permission denied
?

Brad

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to