DDK compilation failed on Mac OS X

Michael R Sweet mike at easysw.com
Tue Jun 7 17:04:24 PDT 2005


RRaph wrote:
> Hello,
> I try for hours to compile the DDK but i cannot find what's wrong.
> Thanks by advance for any advice.

The new GCC 4.0 is missing the libsupc++ library (bug report pending
at Apple...), so it can't find the new/delete operator code without
taking all of libstdc++.

Quick fix is to change the CXX definition in Makedefs to "g++".

This is also fixed in the current trunk code in Subversion...

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Publishing Software        http://www.easysw.com




More information about the cups-devel mailing list