From: Ronin Newsgroups: comp.os.msdos.djgpp Subject: SCITECH Linking problem Date: Mon, 11 Jan 1999 17:43:32 +0100 Message-ID: <369A2A34.9FD9BA2@ronin.com> NNTP-Posting-Host: easy-soft.demon.nl X-NNTP-Posting-Host: easy-soft.demon.nl:212.238.52.165 X-Trace: news.demon.nl 916073019 rover:9993 NO-IDENT easy-soft.demon.nl:212.238.52.165 X-Complaints-To: abuse AT demon DOT net X-Mailer: Mozilla 4.5 [nl] (Win98; I) X-Accept-Language: nl MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I downloaded the SCITECH libraries from the SCITECH-site. They seem to be DJGPP 2.01 format. But when I try to compile a simple program which uses a function in one of these libraries, I get an ''Undefined reference' error. There is a function called CPU_haveMMX which returns a boolean. If it is true, the system has MMX, if it isn't the system doesn't have MMX. I have to include the header-file in my program, which seems to work ok. But the linker-part just won't see the libraries. Can anyone help me? Tnx in advance