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: ...
- 06-22-2008 #1Just 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)
- 06-22-2008 #2
- 06-22-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 34
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)


Reply With Quote

