Hello,

The problem is as follows. When running the make, the output file has
the following:

-------------------------------------------------------------------
gcc -shared  calculator.lo soapServer.lo soapC.lo  -lgsoap++
-Wl,-soname -Wl,libCalculator.so.0 -o .libs/libCalculator.so.0.0.0
(cd .libs && rm -f libCalculator.so.0 && ln -s libCalculator.so.0.0.0
libCalculator.so.0)
(cd .libs && rm -f libCalculator.so && ln -s libCalculator.so.0.0.0
libCalculator.so)
ar cru .libs/libCalculator.a  calculator.o soapServer.o soapC.o
ranlib .libs/libCalculator.a
creating libCalculator.la
(cd .libs && rm -f libCalculator.la && ln -s ../libCalculator.la
libCalculator.la)
source='calcclnt.cpp' object='calcclnt.o' libtool=no \
depfile='.deps/calcclnt.Po' tmpdepfile='.deps/calcclnt.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
------------------------------------------------------------------

The thing is, instead of using gcc, I need to use g++. I have included
the 3 makefiles that create the makefile log below (sorry so long but I
don't know what to do next).

What can I do to one or more these makefiles to get the "gcc" to turn
into "g++"??

Help is appreciated.

Thanks.

_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to