From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: sincos function error when compiling allegro 3.938 Date: Sun, 30 Sep 2001 16:34:10 +0200 Lines: 17 Message-ID: <3BB72D62.26FAE60C@is.elta.co.il> References: <1001852389 DOT 603990 AT remus DOT infonie DOT fr> NNTP-Posting-Host: 192.116.55.139 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 1001860407 17346163 192.116.55.139 (16 [61365]) X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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.