Mail Archives: djgpp/2001/09/30/10:49:07
Patator wrote:
>
> What is this 'sincos' error I get when I try to compile allegro ? This come
> when allegro has finished to compile the library and then try to compile the
> first program (demo/demo.exe)
> Which package does contain this function ?
I don't know anything about the Allegro example you are talking about, but
sincos' is a library function, it's part of the DJGPP standard C library,
libc.a.
Perhaps if you post the exact text of the error message and the fragment of
source code where this problem happens, someone here could figure this out
for you.
If the problem is that you cannot link the program, perhaps you have an old
version of the DJGPP library.
- Raw text -