Re: OT: Need help compiling C files

2012-04-12 Thread Kamaraju S Kusumanchi
T Elcor wrote: > --- On Tue, 4/10/12, Kumar Appaiah wrote: > >> It works for me. >> >> Please try sudo apt-get install build-essential and then try >> again; the >> headers might not be present. > > I'm on Wheezy, installing build-essential appears to be a bit problematic: > > # aptitude inst

Re: OT: Need help compiling C files

2012-04-10 Thread T Elcor
--- On Tue, 4/10/12, Kumar Appaiah wrote: > I don't know how one would get over this. It is possible > that you are > caught in the midst of a transition, but I am not sure. > > Should you just want the stdio.h header, maybe getting > libc6-dev > should do. You could try installing just that. T

Re: OT: Need help compiling C files

2012-04-10 Thread Kumar Appaiah
On Tue, Apr 10, 2012 at 09:45:14PM -0700, T Elcor wrote: > I'm on Wheezy, installing build-essential appears to be a bit problematic: > > # aptitude install make gcc build-essential > The following NEW packages will be installed: > build-essential bzip2{a} dpkg-dev{a} g++{a} g++-4.6{a} libc-dev

Re: OT: Need help compiling C files

2012-04-10 Thread T Elcor
--- On Tue, 4/10/12, Kumar Appaiah wrote: > It works for me. > > Please try sudo apt-get install build-essential and then try > again; the > headers might not be present. I'm on Wheezy, installing build-essential appears to be a bit problematic: # aptitude install make gcc build-essential The

Re: OT: Need help compiling C files

2012-04-10 Thread Kumar Appaiah
On Tue, Apr 10, 2012 at 09:10:56PM -0700, T Elcor wrote: > Any ideas why I'm getting these errors while trying to compile F3 flash > memory test program? The source is at: > http://oss.digirati.com.br/f3/ > > Tried adding "-I /usr/lib/gcc/x86_64-linux-gnu/4.6/include" option, without > quotes

OT: Need help compiling C files

2012-04-10 Thread T Elcor
Hi, Any ideas why I'm getting these errors while trying to compile F3 flash memory test program? The source is at: http://oss.digirati.com.br/f3/ Tried adding "-I /usr/lib/gcc/x86_64-linux-gnu/4.6/include" option, without quotes, but that didn't help. I'm not a C/C++ developer at all. Thanks