From: "chiumac" Newsgroups: comp.os.msdos.djgpp Subject: help for using svas011b.zip Date: Sat, 31 Mar 2001 09:19:25 +0800 Lines: 39 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: <3ac4884e$1@newsgate.hknet.com> NNTP-Posting-Host: newsgate.hknet.com X-Trace: 30 Mar 2001 21:21:26 +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 extract the file to my djgpp folder. when i enter the folowing command : C:\djgpp\author\CONTRIB\SVASYNC>gcc term.c -o term.exe I get the following message : c:/djgpp/tmp\ccci55ue(.text+0x56):term.c: undefined reference to `SVAsyncInit' c:/djgpp/tmp\ccci55ue(.text+0x7d):term.c: undefined reference to `SVAsyncFifoIni t' c:/djgpp/tmp\ccci55ue(.text+0x89):term.c: undefined reference to `SVAsyncSet' c:/djgpp/tmp\ccci55ue(.text+0x93):term.c: undefined reference to `SVAsyncHand' c:/djgpp/tmp\ccci55ue(.text+0x9b):term.c: undefined reference to `SVAsyncIn' c:/djgpp/tmp\ccci55ue(.text+0xfa):term.c: undefined reference to `SVAsyncOut' c:/djgpp/tmp\ccci55ue(.text+0x102):term.c: undefined reference to `SVAsyncInStat ' c:/djgpp/tmp\ccci55ue(.text+0x112):term.c: undefined reference to `SVAsyncHand' c:/djgpp/tmp\ccci55ue(.text+0x11a):term.c: undefined reference to `SVAsyncInStat ' c:/djgpp/tmp\ccci55ue(.text+0x129):term.c: undefined reference to `SVAsyncIn' c:/djgpp/tmp\ccci55ue(.text+0x13f):term.c: undefined reference to `SVAsyncHand' c:/djgpp/tmp\ccci55ue(.text+0x14d):term.c: undefined reference to `SVAsyncStop' What may be the problem ? Chiumac