Mail Archives: djgpp/1999/02/04/16:34:02
Hello,
I tried to compile and make the file arctest.c (example file located under
/djgpp/test/arctest.c). This file starts with the following include files;
#include <string.h>
#include "test.h"
.....
...
Compiling is no problem, but when I try to link it, there are errors like;
Error arctest.o: in function 'drawing'
Arctest.c(16)Error: undefined reference to 'GrFilledBox'
.....
...
I supose there are problems to locate the header "test.h", because any
other c-file without #include "..." headers work.
I tried gcc and rhide but it doesn't work.
Can anyone explain me (exactly) what I need to do in rhide to make it
work?
- Raw text -