Index: inc/unxmacxp.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxmacxp.mk,v retrieving revision 1.40.4.6 diff -u -r1.40.4.6 unxmacxp.mk --- inc/unxmacxp.mk 10 Feb 2003 05:18:37 -0000 1.40.4.6 +++ inc/unxmacxp.mk 14 Apr 2003 14:37:04 -0000 @@ -89,12 +89,12 @@ .ENDIF # Specify the compiler to use. NOTE: MacOS X should always specify -# g++ for C++ compilation as it does certain C++ specific things +# c++ for C++ compilation as it does certain C++ specific things # behind the scenes for us. # CC = C++ compiler to use # cc = C compiler to use # objc = Objective C compiler to use -CC=g++ +CC=c++ cc=cc objc=cc @@ -218,7 +218,7 @@ # --------------------------------- # For MacOS X, always use C++ compiler for linking because it does some library # order magic behind the scenes -LINK=g++ +LINK=c++ LINKFLAGS=-dynamic -framework System -framework CoreFoundation -Wl,-multiply_defined,suppress -lcc_dynamic -lstdc++ -L$(MISC) #LINKFLAGS=-dynamic -framework System -framework CoreFoundation -lcc_dynamic -lstdc++ \ # $(foreach,i,$(SOLARVERSHLLIBS) -dylib_file @executable_path$/$(i:f):$i) -L$(MISC)