From: mimo AT gewi DOT kfunigraz DOT ac DOT at (mimo) Newsgroups: comp.os.msdos.djgpp Subject: Re: Scitech MGL 4.05 working? Date: Tue, 30 Jun 1998 20:01:55 GMT Organization: MimoLand Lines: 41 Message-ID: <3598cfdb.4278104@news.kfunigraz.ac.at> References: <356fc76d DOT 21845568 AT news DOT magna DOT com DOT au> <18487 DOT 980601 AT bspu DOT unibel DOT by> NNTP-Posting-Host: bonline30.kfunigraz.ac.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Mon, 1 Jun 1998 11:42:32 +0200, Alexander Bokovoy wrote: << CUT >> hi alexander, i am also using scitechs mgl, ver 4.05, but i cannot compile the mvis example, whether from the "compiler shell" nor form a new project under rhide. i always get linker errors like ... make.exe: Circular guidemo <- guidemo dependency dropped. guidemo.o: In function `SimpleWindow::handleEvent(MVEvent &, MVView::phaseType)': guidemo.cpp:1: undefined reference to `MVWindow::handleEvent(MVEvent &, MVView::phaseType)' guidemo.cpp:7: undefined reference to `MV_message(MVView *, unsigned short, unsigned short, void *)' ... (this is from a redir on make) actually i get similar error messages like ... undefined reference to ... type_info node ... when trying to compile the sword examples. do you have an idea what might be the reason(s) for this error? here is a system overview: C:\djgpp>set PROMPT=$p$g DJGPP=C:\DJGPP\DJGPP.ENV PATH=C:\DJGPP\BIN;C:\NC;C:\BAT;D:\SCITECH\REDIST;D:\SC ITECH\BIN MGL_ROOT=D:\SCITECH C:\djgpp>gpp -v Using builtin specs. gcc version 2.8.0 mimo