On 09 May 2002 22:35:17 +0200
Guillaume Cottenceau <[EMAIL PROTECTED]> wrote:
> Charles A Edwards <[EMAIL PROTECTED]> writes:
>
> > Currently nothing built against c++ will work because of a conflict between c++
>/bin in gcc3.0 and gcc3.1.
> > This caused the problem when Mesa was rebuilt with gcc3.1 and the -3 version
>released.
> > Mesa has been patched to eliminate the problem in the current release 4.0.2-4mdk.
>
> Untrue.
>
> [gc@obiwan ~] ldd `which doxygen`
> libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x4001b000)
> libm.so.6 => /lib/libm.so.6 (0x40067000)
> libc.so.6 => /lib/libc.so.6 (0x4008a000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> [gc@obiwan ~] doxygen
> Doxyfile not found and no input file specified!
> Doxygen version 1.2.15
> Copyright Dimitri van Heesch 1997-2002
>
doxyygen has not been recompiled with new gcc (gcc-3.1-0) it was to the pkgs that have
been to which I referred.
Charles