From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: help for using svas011b.zip Date: 30 Mar 2001 13:41:31 GMT Organization: Aachen University of Technology (RWTH) Lines: 15 Message-ID: <9a22eb$mqv$1@nets3.rz.RWTH-Aachen.DE> References: <3ac4884e$1 AT newsgate DOT hknet DOT com> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 985959691 23391 137.226.32.75 (30 Mar 2001 13:41:31 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 30 Mar 2001 13:41:31 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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.