Re: [Doxygen-users] Solaris / GCC 3.0.2 linker problem
Brought to you by:
dimitri
From: Carlo W. <ca...@al...> - 2001-11-22 00:29:39
|
On Wed, Nov 21, 2001 at 11:05:20AM -0500, Dooferlad wrote: > I had to cludge the Makefile.qtools because it didn't pick up gcc (CC was > still in there), and the origional -xar options for AR seemed to confuse > gcc so I left them out. > > This looks like an incompatability between the crt1.o that comes with gcc > 3.0.2 and the one that the source is expecting. Any ideas? Did you recompile *every* library on your machine with gcc-3.0.2? Especially C++ of course (libqt thus). You can't mix gcc-3.x with gcc-2.x compiled (C++) libraries. -- Carlo Wood <ca...@al...> |