Search results

  1. S

    cc-compiler problem

    Ok, I updated my Dev tools and now it works! Thanks for advice, ladavacm! -shean
  2. S

    cc-compiler problem

    Everything I write in angle brackets seems to be invisible (to me at least). Anyway, after this #include statement there should be stdio.h in angle brackets.
  3. S

    cc-compiler problem

    The source code got somehow messed up in my first posting, after #include there should of course be <stdio.h>
  4. S

    cc-compiler problem

    The source code looks like that: #include<stdio.h> int main() { printf("Hello world!\n"); } I can compile this and many other programs without any problems at work (Digital UNIX V4.0F). I doubt such a simple code could be somehow machine-dependent, so I guess there is...
  5. S

    cc-compiler problem

    This is probably something stupid, but I'm not very experienced whit this unix stuff. I have installed the "Developer tools" CD that came with Os X. When I'm trying to compile my simple "hello world" program (written in C) in terminal using command % cc helloworld.c it says /usr/bin/ld...
Back
Top