Xref: news-dnh.mv.net comp.os.msdos.djgpp:4279 Path: news-dnh.mv.net!mv!news.NH.Destek.Net!news2.net99.net!news.cais.net!primus.ac.net!news.serv.net!solaris.cc.vt.edu!news.duke.edu!news.mathworks.com!newsfeed.internetmci.com!howland.reston.ans.net!nntp.crl.com!crl.crl.com!not-for-mail From: src AT crl DOT com (James R Cantrell) Newsgroups: comp.os.msdos.djgpp Subject: Need help getting sword samples to compile. Date: 11 Jan 1996 13:27:54 -0800 Organization: CRL Network Services (415) 705-6060 [Login: guest] Lines: 21 Message-ID: <4d3vcq$ff6@crl.crl.com> NNTP-Posting-Host: crl.com Summary: I'm getting errors trying to compile the sword sample programs. Keywords: sword sample programming programmer program djgpp help error To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Here's what I get when running the make.bat: /SAMPLES/HELLO -------------------------------------------------------- gcc hello.o -L../../lib -lSword -ljpeg2 -ljpeg -lgrx -lqueue -lpc -o hello.out fake(.text+0xc): multiple definition of 'rawclock' mouse.c(.text+0x0): first defined here make.exe: *** [hello.exe] Error 1 /SAMPLES/MINI_APP ----------------------------------------------------- gcc mini_app.o -L../../lib -lSword -ljpeg2 -ljpeg -lgrx -lqueue -lpc -o mini_app ..out fake(.text+0xc): multiple definition of 'rawclock' mouse.c(.text+0x0): first defined here make.exe: *** [mini_app.exe] Error 1 I'm new to djgpp and I'm not sure what to make of these errors. I'm not sure what 'rawclock' is and why it can't find mouse.c. Does anyone know where mouse.c is referenced in the code? Thanks, Shane Cantrell src AT crl DOT com