[Bug c++/14995] GCC 3.3.3 fails compiling KDE

konrad at silmor dot de gcc-bugzilla@gcc.gnu.org
Sun Apr 18 13:37:00 GMT 2004


------- Additional Comments From konrad at silmor dot de  2004-04-18 08:16 -------
The problem was: when ./configure is run the PATH variable MUST point to the 
right compiler, otherwise the libtool script will point to the wrong compiler 
and/or base libraries (libgcc, libcrt). Solution: 
 
PATH=<correctpathto-gcc3.3.3>/bin:$PATH 
make distclean 
./configure <options> 
make 
make install 
 
It should be fine then. 
 
 
Thanks and sorry, for annoying you folks. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14995



More information about the Gcc-bugs mailing list