Any makefile gurus out there?
From: milkyway (d0mufasa_at_hotmail.com)
Date: 10/25/05
- Next message: milkyway: "Re: Any makefile gurus out there?"
- Previous message: Pete Zaitcev (OTID3): "Re: need help in developing a secure encrypted filesystem for a usb pendrive"
- Next in thread: milkyway: "Re: Any makefile gurus out there?"
- Reply: milkyway: "Re: Any makefile gurus out there?"
- Reply: Peter T. Breuer: "Re: Any makefile gurus out there?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Oct 2005 04:03:53 -0700
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.
- Next message: milkyway: "Re: Any makefile gurus out there?"
- Previous message: Pete Zaitcev (OTID3): "Re: need help in developing a secure encrypted filesystem for a usb pendrive"
- Next in thread: milkyway: "Re: Any makefile gurus out there?"
- Reply: milkyway: "Re: Any makefile gurus out there?"
- Reply: Peter T. Breuer: "Re: Any makefile gurus out there?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|