help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Any makefile gurus out there?


From: milkyway
Subject: Any makefile gurus out there?
Date: 25 Oct 2005 04:03:53 -0700
User-agent: G2/0.2

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]