From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Problems linking Date: Sat, 15 Apr 2000 10:44:16 +0200 Organization: NetVision Israel Lines: 22 Message-ID: <38F82BE0.E6744E6@is.elta.co.il> References: <38F71722 DOT E1E54447 AT pop DOT gis DOT net> <38F75621 DOT E787315E AT is DOT elta DOT co DOT il> <38F79F53 DOT 4700890F AT pop DOT gis DOT net> NNTP-Posting-Host: ras1-p73.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 955784607 26222 62.0.172.75 (15 Apr 2000 07:43:27 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 15 Apr 2000 07:43:27 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Joseph Rose wrote: > > > What about the exact text of the error messages? What did that say? > > The error text is as follows: > > Creating: TestGr.exe > Error: ../../zzz/gr/386p/TestGr.o: In function `main': > TestGr.c(14) Error: undefined reference to `SetGrMode' > TestGr.c(16) Error: undefined reference to `Draw_Line_Horiz' > TestGr.c(17) Error: undefined reference to `Draw_Line_Horiz' > Error: collect2: ld returned 1 exit status You are missing a library. You should add it to the appropriate option in RHIDE. > ------------------------------------------- > VGADr386.h > /* > //Header for VGADr386 library. This is the library you need to link against.