Re: building blackbox with MIPSpro

2002-07-12 Thread Brian Hechinger
On Wed, Jul 10, 2002 at 09:08:55PM -0500, Art Haas wrote: I used to work at a place where we build C++ on SGI machines, and the compiler needed a -LANG:std (or something very similiar) to accept modern C++ code. This flag set the compiler in a mode where code like ... for (int i = 0; i

RE: building blackbox with MIPSpro

2002-07-10 Thread Sean 'Shaleh' Perry
MIPSpro does not honor the C++ thing where variable scope is kept withing a for loop (for example) and so in the instance where the same variable name was used twice in the same function within seperate scope, i had to change one to be different so that MIPSpro could cope. would i be

Re: building blackbox with MIPSpro

2002-07-10 Thread Art Haas
On Wed, Jul 10, 2002 at 08:50:22PM -0400, Brian Hechinger wrote: hello, anyway, it turned out to be a lot easier than i thought it was going to be. edit config.h and define STDC_HEADERS, and then there is this interesting other issue, which is why i'm writing here. MIPSpro does not honor