Re: mixing gcc-4.0 and g++-3.3 generated code

2005-05-27 Thread Mike Stump
On May 27, 2005, at 6:55 AM, Jack Howarth wrote: Are there likely to be any odd issues I'm sure there are likely to be issues... for example, c++ isn't going to link across these versions. As long as one links with gcc-4.0, the issues of not finding a routine should be minimized. For C

mixing gcc-4.0 and g++-3.3 generated code

2005-05-27 Thread Jack Howarth
The Fink project has adopted the use of the g++-3.3 compiler as their default for compiling fink packages under MacOS X 10.4. However they are allowing the default gcc compiler to remain as gcc-4.0. Are there likely to be any odd issues with mixing code from the two compiler generations? In par