Re: fprintf symbol in libgcc of gcc 3.3 vs 4.0

2005-02-14 Thread Alexandre Oliva
On Feb 14, 2005, [EMAIL PROTECTED] (Jack Howarth) wrote: > I am trying to find out if there has been some change to the > internal symbol name associated with fprintf in libgcc of gcc 4.0 > compared to gcc 3.3. There's no fprintf symbol in libgcc. fprintf is provided by the C library of the syst

Re: fprintf symbol in libgcc of gcc 3.3 vs 4.0

2005-02-14 Thread Nathan Sidwell
Jack Howarth wrote: I am trying to find out if there has been some change to the internal symbol name associated with fprintf in libgcc of gcc 4.0 compared to gcc 3.3. In particular, I am concerned about being able to use the linker from gcc 4.0 to link in IBM Fortran XL code with gcc 4.0 compil

fprintf symbol in libgcc of gcc 3.3 vs 4.0

2005-02-14 Thread Jack Howarth
I am trying to find out if there has been some change to the internal symbol name associated with fprintf in libgcc of gcc 4.0 compared to gcc 3.3. In particular, I am concerned about being able to use the linker from gcc 4.0 to link in IBM Fortran XL code with gcc 4.0 compiled code using the li