From: shd AT earthling DOT net (Steven Don) Newsgroups: comp.os.msdos.djgpp Subject: Re: Mesa, MesaGL -> Direct3D? Date: 23 Jan 1998 00:06:02 GMT Organization: EuroNet Internet Lines: 8 Message-ID: <6a8mta$ddk@news.euro.net> References: <6a5r0q$hp$2 AT news DOT rrnet DOT com> NNTP-Posting-Host: breda16.pstn02.concepts.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk >Last I checked Mesa compiled for DJGPP right out of the box. *** Yeah, it does. _Unfortunately_, It doesn't support 3Dfx under DJGPP. This is because it uses the Glide library. Glide doesn't work with DJGPP, so still no joy. I'd really like to get to use a 3D card under DJGPP, but what can possibly do that? Regards, Steven Don || || ooO Ooo On Thu, 22 Jan 1998, Tomasz Ostrowski wrote: > I'm trying to compile file tmp.cpp: > > #include > int main() > { > cout<<"Hello world!"; > } > > but compiler reports errors: > > c:/jezyki/djgpp/tmp\ccdaaaaa(.text+0x1e):tmp.cc: undefined reference to `cout' > c:/jezyki/djgpp/tmp\ccdaaaaa(.text+0x23):tmp.cc: undefined reference to `ostream > ::operator<<(char const *)' > > I have installed files from simtelnet mirror in Warsaw (of course with > directory structure): > DJDEV201 ZIP > TXI390B ZIP > GCC2721B ZIP > RHIDE14B ZIP > BNU27B ZIP > GPP2721B ZIP > CSDPMI3B ZIP > LGP271B ZIP > FAQ210B ZIP > > > I attach bug report from rhide. > > Could somebody help me to compile that file? > > > PS. Sorry for mu english. I'm from Poland. >