From: "chiumac" Newsgroups: comp.os.msdos.djgpp References: <3ac4884e$1 AT newsgate DOT hknet DOT com> <9a22eb$mqv$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Subject: Re: help for using svas011b.zip Date: Sat, 31 Mar 2001 09:46:02 +0800 Lines: 26 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Original-NNTP-Posting-Host: vp170235.nte.uac1.hknet.com Message-ID: <3ac48e8c@newsgate.hknet.com> NNTP-Posting-Host: newsgate.hknet.com X-Trace: 30 Mar 2001 21:55:08 +0800, newsgate.hknet.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have the svansync.c and svansync.h files only, do I need to build the library myself? ( I am a newbie ) If so, how can I do it? Thanks Chiumac "Hans-Bernhard Broeker" ¼¶¼g©ó¶l¥ó news:9a22eb$mqv$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE... > chiumac wrote: > > I have extract the file to my djgpp folder. when i enter the folowing > > command : > > > C:\djgpp\author\CONTRIB\SVASYNC>gcc term.c -o term.exe > > You forgot to actually link to that library. You'll need something like > > gcc term.c -o term.exe -lsvasync > > See the docs coming with the package, and/or the DJGPP User Guide. > > -- > Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) > Even if all the snow were burnt, ashes would remain.