[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linux



 > From: R <http://www.dracomp.com/~R>
 > Date: Thu, 05 Jun 2008 13:46:58 -0400
 >
 > Okay, we're getting there.  The CTRL AKLT F1 works.  I got the alias 
 > to work.  But when I do GCC File.c it syas it can't find strcmp, 
 > strcpy, strcat,strlen - and those are the only errors I get so far.
 > Thanks,
 > D

I suppose that's progress.

Did you do the "apt-cdrom add" and "apt-get install build-essentials", as
I had suggested?  The above errors seem like something that should have
been in the libc6-dev, or possibly just libc6.

You may also want to try just adding a "-lc" at the end of the gcc
command.  This will force the standard C library to be linked in ('though,
that should be the default -- don't know why it would be necessary).




Why do you want this page removed?