On Wed, Jan 16, 2002 at 10:51:35PM -0500, Carl Fink wrote: > I'm not a C programmer, so I need some advice. I am trying to compile a > package (Cinelerra) which requires GCC 3.x. However, I get the impression > from reading this list that I don't want to simply make that version the > default on my system, because the bugs aren't worked out. > > Now, my Testing system has both 2.95.4 and 3.0 installed. Is there a > straightforward way to make this one program compile with 3.0, using make? > Edit the makefile? Change my path? Set some environment variable? > > Thanks in advance for any help. Please reply only to the list, not to my > private email address unless there's a reason to keep the response secret.
version 3 is just gcc-3.0 g++-3.0 Just edit the makefile. - Adam