On Sat, 2003-03-08 at 17:26, Joel wrote: > I have a roommate in CS240 and he's trying to program at home on Mandrake > 9.0 but he gets all kinds of nasty errors when he compiles anything. The > solution, at least at the CS labs is to compile using g++296 instead of g++, > but on his machine it just says "command not found". Does anybody know how > to remedy this?
On Redhat, you'd need to install the compat-gcc-c++ package. I assume that Mandrake has something similar. You might start by checking www.rpmfind.net or www.rpmseek.com -- Stuart Jansen <[EMAIL PROTECTED]> #define FALSE 0 /* This is the naked Truth */ #define TRUE 1 /* and this is the Light */ -- mailto.c ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://phantom.byu.edu/cgi-bin/mailman/listinfo/uug-list
