2 messages in com.mysql.lists.plusplusBuilding MySQL++ with Sun Workshop C+...
FromSent OnAttachments
Dmitriy Agafonov22 Aug 2000 12:34 
sin...@mysql.com23 Aug 2000 03:47 
Subject:Building MySQL++ with Sun Workshop C++ compiler
From:Dmitriy Agafonov (Dmit@msdw.com)
Date:08/22/2000 12:34:56 PM
List:com.mysql.lists.plusplus

Does anybody know if there is a way I can build MySql++ library(ies) with Sun Workshop C++ compiler (release 4.2) ?

The problem is that the ".lo" suffix is used for the object files instead of ".o" in the MySql++ Makefiles, which Sun C++ compiler sees as a problem and generates the following error message: "CC: Suffix mismatch between -o and produced file (should produce .o)"

I didn't find anything about turning such validation off in the CC manual. Can anybody help me?