Mail Archives: djgpp/2001/09/30/10:48:54
Patator wrote:
>
> Hi ! I've downloaded allegro 3.938, rsxntdj. Allegro library compiles with
> no problem (all .a files are created) but I get this errror each time :
>
> C:\djgpp\allegro>make
> Compiling Allegro for djgpp, optimised. Please wait...
> gcc -s -o demo/demo.exe obj/djgpp/alleg/demo.o lib/djgpp/liballeg.a
> lib/djgpp/liballeg.a(rotate.o)(.text+0x2023):rotate.c: undefined reference
> to `s
> incos'
> make.exe: *** [demo/demo.exe] Error 1
>
> I have configured rsxntdj (it works well), set environment variables
> (library_path, rsxnt, djgpp), and done everything said in readme.dj file
> (copy some files into lib directories). I've had allegro 3.12 before and
> there were no problem.
What version of the DJGPP library do you have? What does the file
include/sys/version.h say?
sincos is a DJGPP library function. Is it possible you have some messed up
installation, and the linker actually uses the RSXNTDJ library?
- Raw text -