[Expat-bugs] [ expat-Bugs-1657749 ] Makefile is incomplete for C++ compile

SourceForge.net noreply at sourceforge.net
Mon Feb 12 15:12:09 CET 2007


Bugs item #1657749, was opened at 2007-02-12 02:00
Message generated for change (Comment added) made by kwaclaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1657749&group_id=10127

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build control
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: Makefile is incomplete for C++ compile

Initial Comment:
The Makefile that is generated needs a .SUFFIX entry in order to compile the tests/runtestspp program.

I simply copied the .c.o suffix entry to .cpp.o as follows:

.cpp.o: 
        $(CXXCOMPILE) -o $@ -c $<

This allowed the C++ tests to build and execute properly.

Feel free to contact me at t.ledford at insightbb.com

Thanks.

----------------------------------------------------------------------

>Comment By: Karl Waclawek (kwaclaw)
Date: 2007-02-12 09:12

Message:
Logged In: YES 
user_id=290026
Originator: NO

I think that is already fixed like that in CVS.
Could you please verify?

Karl

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1657749&group_id=10127


More information about the Expat-bugs mailing list