Find the answer to your Linux question:
Results 1 to 3 of 3
My GCC does not recognize newt.h. He does not give me the missing Include (hw.c:2:20: error: studio.h: No such file or directory) error, but the unfound method error ( /tmp/ccAdUhKq.o: ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    34

    GCC bug?

    My GCC does not recognize newt.h.
    He does not give me the missing Include (hw.c:2:20: error: studio.h: No such file or directory) error, but the unfound method error (
    /tmp/ccAdUhKq.o: In function `main':
    hw.c.text+0x19): undefined reference to `print'
    collect2: ld returned 1 exit status).
    I using the lastest newt-dev from APT and GCC 4.1.2 20061115 on Debian 4.1.1-21.
    (i'm posting this message from a computer running via NFS from a LiveCD, but the same error applies on the server machine)

  2. #2
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855

    Cool

    Quote Originally Posted by arielby View Post
    10charrule
    Eh? GCC is Gnu Compiler Collection, not a bug.

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Posts
    34
    Quote Originally Posted by Segfault View Post
    Eh? GCC is Gnu Compiler Collection, not a bug.
    Sry. My mistake. I tried to post an message about a bug, but he said that i had 12 Images, so i tried to do that via edit, and that problem again.

    The actual bug is that gcc does not recognize newt.h.
    He does not give me the missing Include (hw.c:2:20: error: studio.h: No such file or directory) error, but the unfound method error (
    /tmp/ccAdUhKq.o: In function `main':
    hw.c.text+0x19): undefined reference to `print'
    collect2: ld returned 1 exit status).
    I using the lastest newt-dev from APT and GCC 4.1.2 20061115 on Debian 4.1.1-21.
    (i'm posting this message from a computer running via NFS from a LiveCD, but the same error applies on the server machine)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •