help-make
[Top][All Lists]
Advanced

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

RE: No console message when making library


From: David Aldrich
Subject: RE: No console message when making library
Date: Thu, 3 Jun 2010 12:25:05 +0100

Hi Philip

Thank you for your reply.

> Do any of your Makefiles (or the files they include) use the .SILENT
> target?

None that I can see.

> Is the LIBTOOLCMD defined to start with an '@' ?

No.

The strange thing is that none of the commands in the block below are echoed 
except for the echo command:

# Rule for building release library
$(SOLIBDIR)/$(OBJDIR_R)/lib$(STARLIBNAME).so : $(patsubst 
%,$(OBJDIR_R)/%,$(OBJFILES))
        echo "Building library"
        $(TRUNKDIR)/$(SVI) $(CURDIR) $(STARLIBNAME)
        $(CXX) -c $(CXXFLAGS_R) SourceFileInfo.cpp -o 
$(OBJDIR_R)/SourceFileInfo.o
        @rm -f SourceFileInfo.cpp
        $(LIBTOOLCMD) $(CXX) -shared -o 
$(SOLIBDIR)/$(OBJDIR_R)/lib$(STARLIBNAME).so $(patsubst 
%,$(OBJDIR_R)/%,$(OBJFILES)) $(OBJDIR_R)/SourceFileInfo.o $(LIBDEPEND)

BR

David



reply via email to

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