[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linux
- To: http://www.juno.com/~w1few (Richard), http://www.dracomp.com/~r (Richard), 	http://www.verizon.net/~bhavani3 (Richard)
- Subject: Re: Linux
- From: http://dummy.us.eu.org/robert (Robert)
- Date: Thu, 05 Jun 2008 12:19:43 -0700
- Keywords: ifile: nonspam -584.52815866 spam -587.50546265 downloaded -648.31504679 ---------, spambayes
 > 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).