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

Re: gcc header problem



On Thu, Jul 18, 2002 at 09:36:40AM -0400, Seneca wrote:
| On Thu, Jul 18, 2002 at 02:41:30PM +0000, Sahin Haciguliyev wrote:
| > Hi Seneca,
| > 
| > You suggest me to install libc6-dev 
| > and I did it..
| > must I do any more to success my compilation..
| > or is there in my system smth else such as system error

| Have you tried to compile a "hello world"-type program? If so, did it
| work? If not, then compile this and tell us if it works:

Add
    #include <stdio.h>
|   int main (int argc, char *argv[])
|   {
|       printf ("hello world\n");
|       return 0;
|   }

to be pedantically correct.  If you use the options
'-Wall -Werror -pedantic' then gcc will complain about things like
that.

-D

-- 
If Microsoft would build a car...
... Occasionally your car would die on the freeway for no reason. You
would have to pull over to the side of the road, close all of the car
windows, shut it off, restart it, and reopen the windows before you
could continue. For some reason you would simply accept this.
 
http://dman.ddts.net/~dman/

Attachment: pgpRiYDXyfGzl.pgp
Description: PGP signature


Reply to: