On Thu, 17 Sep 2009, Szak�ts Viktor wrote: >>> Could you repost output with -trace switch to see what exactly gets >>> executed? >> News seem to be: >> -lsupc++ > Okay, that explains. I don't understand what's happening > there, but the easy option is to simply remove that lib for > OS/2. Next thing to check is whether hbmk2 stills works > in (default) C mode when Harbour is built using HB_BUILD_MODE=cpp > option. > I'd be great if you could make such test after next commit.
Such unconditional linking -lsupc++ may cause also some other problems. GCC can be installed without G++ and supc++ library is part of G++. F.e. in my system MinGW32 cross build and gcc4.4 (the default is 4.3) does not contain C++ compilers and cannot be used with current hbmk2. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
